// Open new window script
// HTML code is href="javascript:NewWindow('http://www.url.com','altwindow','500','575','no')"

var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+','
win = window.open(mypage,myname,settings)
if(win.window.focus){win.window.focus();}
}

//  helpful script
function helpfulWin(url) {
quizWin=window.open(url, "", "toolbar=no,directories=no,status=no,location=0,resizable=no,scrollbars=no,menubar=no,width=600,height=365,screenY=25,screenX=25,top=25,left=25")
quizWin.focus();
}

function newWin(url) {
quizWin=window.open(url, "", "toolbar=no,directories=no,status=no,location=0,resizable=no,scrollbars=no,menubar=no,width=600,height=400,screenY=25,screenX=25,top=25,left=25");

}

// contact us popup script
function contactPop(url) {
quizWin=window.open(url, "", "toolbar=no,directories=no,status=no,location=0,resizable=yes,scrollbars=no,menubar=no,width=600,height=400,screenY=25,screenX=25,top=25,left=25");

}

function openPopUp(url){
alert('hi');
    window.open(url,"privacy","width=412, height=240");
}

function openPop(url){
//alert('hi');
    window.open(url,"SendTofriend","width=550, height=700, scrollbars=yes, toolbar=no, resizable=yes");
}

function openDDFPop(url){
    window.open(url,"DawnGuarantee","width=925, height=600, scrollbars=yes, toolbar=no, resizable=yes");
}
// contact us popup script
function contactPopNew(url) {
quizWin=window.open(url, "", "toolbar=no,directories=no,status=no,location=0,resizable=no,scrollbars=yes,menubar=no,width=900,height=800,top=25,left=25");

}


function videoPopup(url) {
	window.open(url, "", "toolbar=no,directories=no,status=no,location=0,resizable=no,scrollbars=no,menubar=no,width=548,height=436,screenY=40,screenX=40,top=40,left=40");

}