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

}
