ÿþ<HTML> <HEAD> <STYLE type="text/css" media="screen"> html { margin: 0 0 0 0; padding: 0 0 0 0; } body { margin:0 0 0 0; padding:0 0 0 0; background-image:url('headpic_langc.gif'); background-repeat:no-repeat; background-position:left top; } label.langce { font-family:"Trebuchet MS", Helvetica, sans-serif; font-size:13px; color:#FFFFFF; } label.langch { font-family:"Trebuchet MS", Helvetica, sans-serif; font-size:13px; color:#AF0000; } </STYLE> <SCRIPT> var LMs = new Array(false,true); var faderT; var xi=0; function LMover(LMid) { if (LMs[parseInt(LMid.substr(3,4))-1] != true) document.getElementById(LMid).style.color="#AF0000"; } function LMout(LMid) { if (LMs[parseInt(LMid.substr(3,4))-1] != true) document.getElementById(LMid).style.color="#FFFFFF"; } function LMclick(LMid) { if (LMs[parseInt(LMid.substr(3,4))-1] != true) { document.getElementById("LM01").style.color="#FFFFFF"; document.getElementById("LM02").style.color="#FFFFFF"; document.getElementById(LMid).style.color="#AF0000"; switch (LMid) { case "LM01": changeElement('mainmenu','eng_site/eng_mainmenu.htm',800,35); changeElement('subcontainer','eng_site/eng_home_body.htm',800,590); LMs[0]=true; LMs[1]=false; break; case "LM02": changeElement('mainmenu','heb_site/heb_mainmenu.htm',800,35); changeElement('subcontainer','heb_site/heb_home_body.htm',800,590); LMs[0]=false; LMs[1]=true; break; } } } function changeElement(xid, xurl, xwidth, xheight) { parent.document.getElementById(xid).innerHTML='<IFRAME width='+xwidth+'px height='+xheight+'px src="'+xurl+'" frameborder="0" scrolling="no"></IFRAME>'; } </SCRIPT> </HEAD> <BODY> <TABLE style="text-align:center; position:absolute; left:10px; top:20px;" width="100" border="0"> <TR> <TH width="45%"><LABEL class="langce" id="LM01" onmouseover="LMover('LM01')" onmouseout="LMout('LM01')" onclick="LMclick('LM01')">english</LABEL></TH> <TH width="10%"><LABEL class="langc">|</LABEL></TH> <TH width="45%"><LABEL class="langch" id="LM02" onmouseover="LMover('LM02')" onmouseout="LMout('LM02')" onclick="LMclick('LM02')">âÑèÙê</LABEL></TH> </TR> </TABLE> </BODY> </HTML>