window.onload = initForm;window.onunload = function() {};function initForm() {document.getElementById("lanSelect").selectedIndex=0;document.getElementById("lanSelect").onchange=jumpPage;}function jumpPage() {var newLoc=document.getElementByI("lanSelect");var newPage= newLoc.options(newLoc.selectedIndex).value;if (newPage !="") {window.location=newPage;	}}function submitForm() {	if(document.lanSelect.lan.selectedIndex > 0) {		parent.frames["afTop"].document.location.href = "aterforsaljare_top.aspx?lan=" + document.lanSelect.lan[document.lanSelect.lan.selectedIndex].value + "&sells=" + "&pickSeller=&twsAF="		//if (twsAF.Length > 0) {		//    parent.frames["afMain"].document.location.href = "aterforsaljare_main.aspx?lan=" + document.lanSelect.lan[document.lanSelect.lan.selectedIndex].value + "&sells=tws" + "&pickSeller="		//    }		//else {		    parent.frames["afMain"].document.location.href = "aterforsaljare_main.aspx?lan=" + document.lanSelect.lan[document.lanSelect.lan.selectedIndex].value + "&sells=" + "&pickSeller="		//    }	}}	function submitFormLink(lan) {	if(lan != "") {			checkForSelection(lan);			parent.frames["afTop"].document.location.href = "aterforsaljare_top.aspx?lan=" + lan + "&sells=" + "&pickSeller=&twsAF="		//if (twsAF.Length > 0) {		//    parent.frames["afMain"].document.location.href = "aterforsaljare_main.aspx?lan=" + lan	+ "&sells=tws" + "&pickSeller="		//    }		//else {		    parent.frames["afMain"].document.location.href = "aterforsaljare_main.aspx?lan=" + lan	+ "&sells=" + "&pickSeller="		//    }	}}function checkForSelection(toCheckFor) {	for(i = 0;i<document.lanSelect.lan.options.length;i++) {		if(document.lanSelect.lan[i].value == toCheckFor && toCheckFor.length > 0) {			document.lanSelect.lan.selectedIndex = i		}	}}
