function openSitemap(file)
{	
	var popupWidth=250;
	var popupHeight=650;
	
	var popup=window.open(file, "sitemap", "width="+popupWidth+",height="+popupHeight+",scrollbars=no,status=no,toolbar=no,resizable=yes,menubar=no,location=no");
	popup.focus();
}

function openSuche(file)
{	
	var popupWidth=450;
	var popupHeight=550;
	
	var popup=window.open(file, "page", "width="+popupWidth+",height="+popupHeight+",scrollbars=yes,status=no,toolbar=no,resizable=yes,menubar=no,location=no");
	popup.focus();
}

function openPrintView(file)
{	
	var popupWidth=580;
	var popupHeight=600;
	
	var popup=window.open(file, "page", "width="+popupWidth+",height="+popupHeight+",scrollbars=yes,status=no,toolbar=no,resizable=yes,menubar=no,location=no");
	popup.focus();
}

function openASP(file)
{	
	var popupWidth=575;
	var popupHeight=600;
	
	var popup=window.open(file, "page", "width="+popupWidth+",height="+popupHeight+",scrollbars=yes,status=no,toolbar=yes,resizable=yes,menubar=no,location=no");
	popup.focus();
}
