<!--
seleico = Array(20);
seleico[0]=new Image();seleico[0].src="images/button1.gif";
seleico[1]=new Image();seleico[1].src="images/button1-on.gif";
seleico[2]=new Image();seleico[2].src="images/button2.gif";
seleico[3]=new Image();seleico[3].src="images/button2-on.gif";
seleico[4]=new Image();seleico[4].src="images/button3.gif";
seleico[5]=new Image();seleico[5].src="images/button3-on.gif";
seleico[6]=new Image();seleico[6].src="images/button4.gif";
seleico[7]=new Image();seleico[7].src="images/button4-on.gif";
seleico[8]=new Image();seleico[8].src="images/button5.gif";
seleico[9]=new Image();seleico[9].src="images/button5-on.gif";
seleico[10]=new Image();seleico[10].src="images/button9.gif";
seleico[11]=new Image();seleico[11].src="images/button9-on.gif";
seleico[12]=new Image();seleico[12].src="images/button10.gif";
seleico[13]=new Image();seleico[13].src="images/button10-on.gif";

function Seleicon(Posi,Icon){
document.images[Posi].src=seleico[Icon].src}

function Lan(lan){
var op=lan.Language.selectedIndex
if(op==0){return false}
else{window.self.location.href=lan.Language.options[op].value}
}
//-->

