function open_image(url){
email=window.open(url,"eMail","width=525,height=700");

}