
if (navigator.appVersion.indexOf("4")!=-1)
 {
if (document.images) {
           var lnk11 = new Image(); // for the active image
           lnk11.src = "/ibo/images/english/home_engg.gif";
       	
 	var lnk1 = new Image(); // for the active image
           lnk1.src = "/ibo/images/english/home_engw.gif";
          }
}
function act(i,image) 
{
if (navigator.appVersion.indexOf("4")!=-1)
 {
           if (document.images){
             document.images[i].src = image;
			}
	 }
}         

function go(form) 
{
location=form.selectmenu.value
}



 function surfto(form) {
        var myindex=form.select1.selectedIndex
        if (form.select1.options[myindex].value != 0) 
		{
       	 url=form.select1.options[myindex].value;
		 popupWin=window.document.open (url,'menu','height=450,width=190,scrollbars=yes,resizable=yes');
	     popupWin.focus();
		 }
		 
		 
		    	
		 
}

function sub()
{
document.form1.submit();
}



function createArray (size)
	{
	this.length = size;
	for (var i = 0; i <= size; i++)
		{
		this[i] = null
		}
	}
	
	
		function send()
			{

			num  = document.forms[0].stam.selectedIndex;
			var sites = new createArray(8);
			sites[0] = "/ibo/tools/event.jhtml?application=8";
			sites[1] = "/ibo/tools/event.jhtml?application=1";
			sites[2] = "/ibo/app/show_app.jhtml?file=/docroot/ibo/shenhav/app3.html";
			sites[3] = "/ibo/app/show_app.jhtml?file=/docroot/ibo/shenhav/app12.html";
			sites[4] = "/ibo/app/show_app.jhtml?file=/docroot/ibo/shenhav/app6.html";
			sites[5] = "/ibo/app/show_app.jhtml?file=/docroot/ibo/shenhav/app23.html";
			sites[6] = "/ibo/market/arbi_ta.jhtml";
			sites[7] = "/ibo/market/arbi_dollar.jhtml";
		
			url= sites[num];
			if (document.forms[0].stam.selectedIndex ==0 || document.forms[0].stam.selectedIndex ==1 ||  document.forms[0].stam.selectedIndex ==6 || document.forms[0].stam.selectedIndex ==7 )
			
			    location.href = sites[num];
			else
				{
				
			 popupWin=window.document.open ( url,'menu','height=288,width=240,top=217,left=146,scrollbars=yes,resizable=yes');
	     popupWin.focus();
		 	}
			}

	
function openGraphWin(Pname,width,height)
{
   NewVin = open(Pname,"GraphWindow","width=" + width + ",height=" + height + ",top=0,left=0,screenX=150,screenY=150,status=no,toolbar=no,menubar=no,resizable=no,scrolling=no");
   NewVin.focus();
}


//-->











