﻿// JScript-Datei

function NewSearch(Url){
			opener.location.href= Url;
			self.close();
		}
function NewWin(Url) {
		msgWindow=window.open(Url,"Tupperware","width=750,height=650,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes");
		msgWindow.focus;
	}
function edit(PageID, ElementType, ElementID, Category){
	if (ElementType == "text") {
		fenster2=window.open("maint/edittext.aspx?type=text&pageid="+PageID+"&ElementID="+ElementID, "", "toolbar=no,height=400,width=520,directories=no,status=no,scrollbars=no,resizable=no,menubar=no");
	}
	if (ElementType == "img") {
		fenster2=window.open("maint/editimg.aspx?type=img&pageid="+PageID+"&ElementID="+ElementID+"&category="+Category, "", "toolbar=no,height=450,width=520,directories=no,status=no,scrollbars=no,resizable=no,menubar=no");
	}
	if (ElementType == "standard") {
		fenster2=window.open("maint/editstd.aspx?type=standard&pageid="+PageID+"&ElementID="+ElementID, "", "toolbar=no,height=200,width=520,directories=no,status=no,scrollbars=no,resizable=no,menubar=no");
	}
}
