function DoNavNewWin(theUrl) {
	window.open (theUrl, 'newwindow', config='height=600, width=600, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=no, directories=no, status=no');
}
