function openWin(myPath) {
	xWindow = window.open(myPath,"xWin","toolbars=yes,scrollbars=yes,width=700,height=640")
	xWindow.focus();
	return false;
}