// 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();}
}

function CenterNewWindow(mypage,myname,w,h,scroll,titlebar,statusbar,resizable){
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+',titlebar='+titlebar+',status='+statusbar+',resizable='+resizable+','
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=yes,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=yes,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){
    window.open(url,"privacy","width=412, height=240, resizable=yes"); 
} 

function openPop(url){
    CenterNewWindow(url,"SendTofriend",'500','700','yes','no','no','yes');
}

/*function openPop(url){
    window.open(url,"SendTofriend","width=500, height=700, scrollbars=0, toolbar=0, resizable=yes , statusbar=0, location=0, menubar= 0, directories=0 , titlebar=no");
	//window.open(url,"SendTofriend","toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=100,height=470,left = 670,top = 215");
	window.statusbar.visible=false;
}*/

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=yes,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=yes,scrollbars=no,menubar=no,width=548,height=436,screenY=40,screenX=40,top=40,left=40");  

}