


function swapSite(obj) {
	var theURL = obj.options[obj.options.selectedIndex].value;
	if (theURL != "") {
		window.location.href = obj.options[obj.options.selectedIndex].value;
	}
}


function openPrintWindow(theLink) {
	if(theLink != "$printlink$")
	{
		msgWindow=window.open(theLink,"Druckfenster","toolbar=no,width=700,height=500,directories=no,status=yes,scrollbars=yes, resizable=yes,menubar=yes");
	}
}




