function securequote(QID,WID) {
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) {
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);
}
