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