function popup(url, myWidth, myHeight) {
	window.open(url, 'monitorPop', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width='+myWidth+', height='+myHeight);
}