<!-- Popup contact Begin -->

function contact(){
doPopUpWindow = window.open("contact.php","mail","scrollbars=yes,dependent=yes,left=0,top=0,screenX=0,screenY=0,width=450,height=350");
}

//-->