function open_win(url){
email=window.open(url,"eMail","scrollbars=no,menubar=no,toolbar=no,resizable=no,location=no,width=600,height=400");

}
