function popupWnd(target,w,h)
{
	return wnd=window.open(target, 'dfwdad', 'top=100,left=100,width='+w+',height='+h+
		',resizable=false');
}
