<!--
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";

seleico[14]=new Image();seleico[14].src="images/button11.gif";
seleico[15]=new Image();seleico[15].src="images/button11-on.gif";
seleico[16]=new Image();seleico[16].src="images/button12.gif";
seleico[17]=new Image();seleico[17].src="images/button12-on.gif";
seleico[18]=new Image();seleico[18].src="images/button13.gif";
seleico[19]=new Image();seleico[19].src="images/button13-on.gif";
seleico[20]=new Image();seleico[20].src="images/button14.gif";
seleico[21]=new Image();seleico[21].src="images/button14-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}
}
//-->