function openpopup(popurl)
{
	var winpops=window.open(popurl,"","width=450,height=600, scrollbars,top=0,left=" + ((screen.width)-450));
	

}

function openpopupgross(popurl)
{
	var winpops=window.open(popurl,"","width=800,height=600, scrollbars,top=0,left=0");

}


function openpopupkomplett(popurl)
{

	var winpops=window.open(popurl,"","width=800,height=600,toolbar,location,directories,status,scrollbars,menubar,resizable,top=0,left=0");

	

}

function openpopupcustom(popurl,width,height)
{
	var winpops=window.open(popurl,"","width=" + width + ",height=" + height + ", scrollbars,top=0,left=0");

}

function change_ortschaft()
{

      //var monObjetAjax= new Request.HTML({url: "Module/schnellsuche_change_ortschaft.php", method : 'get' , update: $('div_change_ortschaft'), evalScripts: true});
      //monObjetAjax.send();

}

function changeLocatoriLanguage(spr)
{
	document.getElementById("locatori_content_1").style.display = "none";
	document.getElementById("locatori_content_2").style.display = "none";
	document.getElementById("locatori_content_6").style.display = "none";
	
	document.getElementById("locatori_content_" + spr).style.display = "block";
}