function wo (theurl,w,h) {
	var winname = "mpopup";
	var wstats = 'toolbar=no,location=no,status=no,scrollbars=yes,menubar=no,resizable=yes,';
	var features = wstats + "width=" + w + ',height=' + h;
	window.open(theurl,winname,features);
}
