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/gavison-medan.org.il/header-menu-' + img + '-on.gif'; } } function RollOut( img ) { if( isMinNS4 || isMinIE4 ) { document.images[ img ].src = 'http://media.comrax.com/Images/gavison-medan.org.il/header-menu-' + img + '.gif'; } } function openmenu( menu ) { document.getElementById( menu ).style.visibility = "visible"; } function closemenu( menu ) { document.getElementById( menu ).style.visibility = "hidden"; } 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 submit_search() { form = document.SearchForm; form.submit(); } function print_article( aid ) { openCenterWindow( "/print/?aid=" + aid, 640, 400, "yes" ); } function send_article( url ) { openCenterWindow( "/sendpage/?uid=" + url, 400, 400, "no" ); }