function pw(pSite,pUrl,pFrame,width,height)
{
	var site;
	if (pSite == "db") 
/*	{
		site = 'http://dfs-3300/db/';
		pUrl = site + pUrl;
	}*/
	
	var pAttrib = "\'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width="+width+",height="+height+",left = 50,top = 40\'";
	winpops=window.open(pUrl,pFrame,pAttrib);
}

