function popup(Fn, X, Y, Scroll){
	l = (screen.width) ? (screen.width-550) / 2 : 0;
	t = (screen.height) ? (screen.height-400) / 2 : 0; 
	NewWindow=window.open(Fn,'newwindow','width='+X+',height='+Y+',top='+t+',left='+l+',scrollbars='+Scroll+',toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no');
} 

function popWhatPhone(survey) {
	var popUrl = "http://product.samsung.com/cgi-bin/nabc/prod/hhcommerce/whichPhone.jsp"
	if (survey == "1") {
		popUrl += "?survey=1"
	}
	popup(popUrl,600,600,'yes');
	//window.open('/PhoneReference/index.asp?survey=survey','whatphone','width=600,height=600,left=500,top=5,scrollbars=yes');
}
function popEsnHelp() {
	popup('/PhoneReference/PopEsnHelp.asp',300,450,'no');
	//window.open('/PhoneReference/PopEsnHelp.asp','esnhelp','width=300,height=400,right=20,left=100,top=200');
}