var isMinNS4 = (navigator.appName.indexOf("Netscape") >= 0 && parseFloat(navigator.appVersion) >= 4) ? 1 : 0; var isMinIE4 = (document.all) ? 1 : 0; var isMinIE5 = (isMinIE4 && navigator.appVersion.indexOf("5.")) >= 0 ? 1 : 0; function RollOver( img ) { if( isMinNS4 || isMinIE4 ) { document.images[ img ].src = 'http://www.yerek.co.il/Images/' + 'menu-' + img + '-on.gif'; } } function RollOut( img ) { if( isMinNS4 || isMinIE4 ) { if( strSectionName != img ) { document.images[ img ].src = 'http://www.yerek.co.il/Images/' + 'menu-' + img + '.gif'; } } } function LoadImages( ) { if( isMinNS4 || isMinIE4 ) { img1 = new Image( ); img2 = new Image( ); img3 = new Image( ); img4 = new Image( ); img5 = new Image( ); img6 = new Image( ); img7 = new Image( ); img8 = new Image( ); img9 = new Image( ); img10 = new Image( ); img11 = new Image( ); img12 = new Image( ); img1.src = "http://www.yerek.co.il/Images/menu-children-on.gif"; img2.src = "http://www.yerek.co.il/Images/menu-council-on.gif"; img3.src = "http://www.yerek.co.il/Images/menu-export-on.gif"; img4.src = "http://www.yerek.co.il/Images/menu-health-on.gif"; img5.src = "http://www.yerek.co.il/Images/menu-industry-on.gif"; img6.src = "http://www.yerek.co.il/Images/menu-marketplace-on.gif"; img7.src = "http://www.yerek.co.il/Images/"; img8.src = "http://www.yerek.co.il/Images/menu-prices-on.gif"; img9.src = "http://www.yerek.co.il/Images/menu-recipes-on.gif"; img10.src = "http://www.yerek.co.il/Images/menu-spices-on.gif"; img11.src = "http://www.yerek.co.il/Images/menu-vegetables-on.gif"; img12.src = "http://www.yerek.co.il/Images/menu-quality-on.gif"; } } function OpenQualityWin( ) { window.open( 'http://www.yerek.co.il/standart/start.htm', '_yerek_quality', 'width=820,height=540,toolbar=no,directories=no,scrollbars=yes,resizable=no,menubar=no,fullscreen=no' ); } function ChangeBorderColor( ){ var e = event.srcElement; if( event.type == 'focus' ) { currClass = e.className; e.className = 'yerek_form_focus'; } else { e.className = currClass; } } LoadImages( );