function open_win(url){
email=window.open(url,"eMail","scrollbars=yes,menubar=no,toolbar=no,resizable=yes,location=no,width=575,height=450");

}
