//function to open popup window
function popup3(path) {
	window.open(path, "openWin", "width=650 height=520,resizable=no,dependent,scrollbars=yes,screenx=10,screeny=10,left=10,top=10");
}
