function requestLogin() {
//alert("Test");
if (window.screen) {
   w = 780; // window.screen.availWidth - 180;
   h = 560; //window.screen.availHeight - 70;
}
	ServerHost = document.location.host;
	window.open("http://" + ServerHost + "/FAW/LoginForm.aspx","FAQRequestQuote","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,top=0,left=0,width=" + w + ",height=" + h);
}

function requestQuote() {
//alert("Test");
if (window.screen) {
   w = 780; // window.screen.availWidth - 180;
   h = 560; //window.screen.availHeight - 70;
}
	ServerHost = document.location.host;
	window.open("http://" + ServerHost + "/FAW/LoginForm.aspx","FAQRequestQuote","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,top=0,left=0,width=" + w + ",height=" + h);
}
