<!-- 

function popSurvey() {
var url = "/survey/survey.php" ;
var width = '503';
var height = Math.round(screen.availHeight - 100);
//var height = '500';
var windowName = "surveyWin";
var featureString = ',' + 'status=no,toolbar=no,directories=no,location=no,resizable=no,scrolling=auto,scrollbars=yes,favorites=no,menubar=no';

var x = Math.round((screen.availWidth - width) / 2);
var y = Math.round((screen.availHeight - height) / 4);
windowStuff = 'left=' + x + ',top=' + y + ',width=' + width + ',height=' + height + featureString;
return open (url, windowName, windowStuff);
}

function popSurveyRefer(id) {
var url = "http://www.thebalancecompany.com/survey/surveyfriends.php?gid="+id ;
var width = '503';
var height = Math.round(screen.availHeight - 100);
//var height = '500';
var windowName = "surveyWin";
var featureString = ',' + 'status=no,toolbar=no,directories=no,location=no,resizable=no,scrolling=auto,scrollbars=yes,favorites=no,menubar=no';

var x = Math.round((screen.availWidth - width) / 2);
var y = Math.round((screen.availHeight - height) / 4);
windowStuff = 'left=' + x + ',top=' + y + ',width=' + width + ',height=' + height + featureString;
return open (url, windowName, windowStuff);
}



function popContactRep() {
url = "/contactRep.html" ;

var width = '483';
var height = '484';
var windowName = "tempWin";
var featureString = ',' + 'status=no,toolbar=no,directories=no,location=no,resizable=no,scrolling=no,scrollbars=no,favorites=no,menubar=no';

var x = Math.round((screen.availWidth - width) / 2);
var y = Math.round((screen.availHeight - height) / 4);
windowStuff = 'left=' + x + ',top=' + y + ',width=' + width + ',height=' + height + featureString;
return open (url, windowName, windowStuff);
}


function popTemp() {
url = "/temp-message.html" ;

var width = '483';
var height = '384';
var windowName = "tempWin";
var featureString = ',' + 'status=no,toolbar=no,directories=no,location=no,resizable=no,scrolling=no,scrollbars=no,favorites=no,menubar=no';

var x = Math.round((screen.availWidth - width) / 2);
var y = Math.round((screen.availHeight - height) / 4);
windowStuff = 'left=' + x + ',top=' + y + ',width=' + width + ',height=' + height + featureString;
return open (url, windowName, windowStuff);
}



function popTempShop() {
	url = "/temp-messageShop.html" ;
var width = '483';
var height = '384';
var windowName = "tempWin";
var featureString = ',' + 'status=no,toolbar=no,directories=no,location=no,resizable=no,scrolling=no,scrollbars=no,favorites=no,menubar=no';

var x = Math.round((screen.availWidth - width) / 2);
var y = Math.round((screen.availHeight - height) / 4);
windowStuff = 'left=' + x + ',top=' + y + ',width=' + width + ',height=' + height + featureString;
return open (url, windowName, windowStuff);
}

function popTempConsult() {
	url = "/temp-messageRepConsult.html" ;
var width = '483';
var height = '434';
var windowName = "tempWin";
var featureString = ',' + 'status=no,toolbar=no,directories=no,location=no,resizable=no,scrolling=no,scrollbars=no,favorites=no,menubar=no';

var x = Math.round((screen.availWidth - width) / 2);
var y = Math.round((screen.availHeight - height) / 4);
windowStuff = 'left=' + x + ',top=' + y + ',width=' + width + ',height=' + height + featureString;
return open (url, windowName, windowStuff);
}

//-->
