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