function doP(url, width, height) {
	myP = window.open(url, 'myP', 'height=' + height + ',width=' + width + ',menubar=no,toolbar=no,location=no,directories=no,personalbar=no,status=yes,resizable=no,scrollbars=yes');
	myP.focus();
}
