function fill_me(v){

document.frm.image.value=v;

}
function check() {
if(document.frm.email.value!='') return(true);
 
 else return(false);

}

function otvor (theURL,wx,wy) {
mx = Math.round((screen.width-wx)/2);
window.open(theURL,"tab","width="+wx+",height="+wy+",toolbar=no,directories=no,scrollbars=yes,location=no,resizable=no,menubar=no,left="+mx+",top=10").focus();
}