<!--
<!--

// Global variables
var cateringgourmet;
function popup(win_path,wdth,hght,take_it_left,take_it_down,site)
	{
	if(win_path=="המקהב רתאה")
		{
		return;
		}
	else
		if(!cateringgourmet || cateringgourmet.closed)
			{
			if(site=="yes")
				{
				cateringgourmet=window.open(win_path,"cateringgourmetwin","width="+wdth+",height="+hght+",status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no");
				}
			else	
				{
				cateringgourmet=window.open(win_path,"cateringgourmetwin","width="+wdth+",height="+hght+",status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no");
				}
			//cateringgourmet.moveTo(screen.width/2-take_it_left,screen.height/2-take_it_down);
			}
		else
		cateringgourmet.focus();
	}

function s1_onmouseout() {
document.cateringgourmet.s1.style.backgroundColor="#E5E5DF";
}

function s1_onmouseover() {
document.cateringgourmet.s1.style.backgroundColor="#FECC4A";
}
function s2_onmouseout() {
document.cateringgourmet.s2.style.backgroundColor="#E5E5DF";
}

function s2_onmouseover() {
document.cateringgourmet.s2.style.backgroundColor="#FECC4A";

}
	
	function validate() {
    if (document.cateringgourmet.name.value.length < 1) {
	    window.alert("לא כתבת שם");
		return false;
	}
    
	if (document.cateringgourmet.Phone_nomber.value.length < 3) {
	    window.alert("לא כתבת טלפון");
		return false;
	}
	if (document.cateringgourmet.address.value.length < 1) {
	    window.alert("לא כתבת כתובת מגורים");
		return false;
	}
	window.location.href="order.html"
	return true;
}
	
	
//-->

	