function send_to(lang_type) { var height,left; width=310; height=310; window.open("send_to/send_to_friend.php?cookie_lang="+lang_type+"","", "menubar=no,resizable=no,scrollbars=no,toolbar=no,status=no,location=no,width="+width+",height="+height+",top=120,left=350"); } function checkit_contant() { a4 = document.contact_h_form.fname.value; a5 = document.contact_h_form.email.value; a6 = document.contact_h_form.phone.value; if (a4 == "") { alert("אנא כתבו את שמכם") document.contact_h_form.fname.focus() return false; } if (a6 == "" && a5 == "") { alert("אנא הכניסו את מספר הטלפון או את כתובת המייל שלכם") document.contact_h_form.phone.focus() return false; } } function openwin(id,page_data) { myWin= open("tgova.php?cookie_lang=he&data[id]="+id+"&page_data[id]="+page_data, "displayWindow", "scrollbars=yes,width=300 ,height=325,status=no,toolbar=no,menubar=no,resizable=0, scrollbars=0, screenX=500, screenY=500"); } function openwin2(id) { myWin= open("view_tgova.php?cookie_lang=he&data[id]="+id, "displayWindow", "scrollbars=yes,width=300 ,height=325,status=no,toolbar=no,menubar=no,resizable=0, scrollbars=0, screenX=500, screenY=500"); }