function securequote(QID,WID) {
if ( QID==0 ) {
	alert("Please select a Quote! ");
	return false;
	}
else {
	myURL = 'https://www.siteforless.com/secure/sflforms/getquote.asp?QID=' + QID + '&WID=' + WID ;
	window.open(myURL,'newWin','toolbar=no,location=no,menubar=0,statusbar=1,scrollbars=yes,resizable=1,status=yes,width=550,height=400');
	}
}
function GetPDF(QID,WID) {
myURL = 'http://www.siteforless.com/pdfforms/popupfdf.asp?QID=' + QID + '&WID=' + WID ;
window.open(myURL,'newWin','toolbar=no,location=no,menubar=0,statusbar=1,scrollbars=no,resizable=1,status=yes,width=550,height=400');
}
function secure_cs(QID,WID) {
if ( QID=="0" ) {
	alert("Please select a Policy Service! ");
	return false;
	}
else {
	myURL = 'https://www.siteforless.com/secure/sflforms/get_cs.asp?QID=' + QID + '&WID=' + WID ;
	window.open(myURL,'newWin','toolbar=no,location=no,menubar=0,statusbar=1,scrollbars=yes,resizable=1,status=yes,width=550,height=400');
	}
}
function ShowPDF(PDFName) {
myURL = 'upload/'+PDFName+'.pdf';
window.open(myURL,'newWin','toolbar=no,location=no,menubar=0,statusbar=1,scrollbars=yes,resizable=1,status=yes,width=550,height=400');
}
function SFLPopUp(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function SFLNewWin(theURL) {
  window.open(theURL,'','toolbar=yes,location=yes,menubar=1,statusbar=1,scrollbars=yes,resizable=1,status=yes');
}
