function goLanguage() {
	box = document.selectLanguage.language;
	destination = box.options[box.selectedIndex].value;
	if (destination != "--") {
	 document.location.href='index.php?lang='+destination
	} 
}

function AutoIFrame(id){
	if (!window.opera && document.all && document.getElementById) {
		parent.document.getElementById(id).style.height=this.document.body.offsetHeight+"px";
		parent.document.getElementById(id).style.marginTop = "-140px";
	} else if(document.getElementById) {
		parent.document.getElementById(id).style.height=this.document.body.scrollHeight+"px";
		parent.document.getElementById(id).style.marginTop = "-140px";
	}
}
