function popUpToolbar(url,width,height,scroll) {
	sealWin=window.open(url,"win","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scroll+",resizable=0,width="+width+",height="+height);
	self.name = "mainWin";
}

