<!-- Popup contact Begin -->

function doPopUp1(){
doPopUpWindow = window.open("contact.php","mail","left=0,top=0,screenX=0,screenY=0,width=380,height=330");
}

//-->