function wopen(theURL,winNAME,theWidth,theHeight){
	window.open(theURL,winNAME,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,Width=" + theWidth + ",Height=" + theHeight);
}

