function _opnwdw(x,y,Namestr){
	controlWindow=window.open( "",Namestr,
	"toolbar=no,location=no,directories=no,status=1,menubar=no,scrollbars=yes,resizable=no,width="+x+",height="+y);
}
