var idout; var valPageLoaded = 0; 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://media.comrax.com/Images/moshavim.org.il/header-menu-' + img + '-on.gif'; } } function RollOut( img ) { if( isMinNS4 || isMinIE4 ) { document.images[ img ].src = 'http://media.comrax.com/Images/moshavim.org.il/header-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( ); img1.src = "http://media.comrax.com/Images/moshavim.org.il/"; img2.src = "http://media.comrax.com/Images/moshavim.org.il/"; img3.src = "http://media.comrax.com/Images/moshavim.org.il/"; img4.src = "http://media.comrax.com/Images/moshavim.org.il/"; img5.src = "http://media.comrax.com/Images/moshavim.org.il/"; img6.src = "http://media.comrax.com/Images/moshavim.org.il/"; img7.src = "http://media.comrax.com/Images/moshavim.org.il/"; img8.src = "http://media.comrax.com/Images/moshavim.org.il/"; } } LoadImages( ); function DoNothing( ) { } function showmenu( ) { if( isMinIE4 ) { document.getElementById('aboutMenu').style.visibility = "visible"; } } function hidewithdelay( ) { setTimeout( "hidemenu( )", 1000 ); } function hidemenu( ) { if( isMinIE4 ) { document.getElementById('aboutMenu').style.visibility = "hidden"; } } // Specify the marquee's width (in pixels) var marqueewidth = "100%"; // Specify the marquee's height var marqueeheight = "100%"; // Specify the marquee's scroll speed (larger is faster) var speed = 1; //Specify the marquee contents var marqueecontents = ''; function openCenterWindow( url, wd, ht, scroll ) { d = ( screen.width - wd )/2; h = ( ( screen.height-ht )/2 ); window.open(url,'','top=' + h + ',left=' + d + ',width=' + wd + ',height=' + ht + ',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=' + scroll + ',resizable=' + scroll + '').focus(); } function pop_product( id ) { openCenterWindow( '../LINK_POP_PRODUCTS/?='+id, 500, 293, 'no' ); } function submit_search() { form = document.SearchForm; form.submit(); } function selectarea( mid ) { document.location.href="/content/?did=6&mid=" + mid; } function PrintArticle( ) { window.open( '/printer/', '_printer_', "width=636,height=431,toolbar=no,location=no,directories=no,scrollbars=yes,statusbar=no,status=no,resizable=no" ).focus( ); }