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

