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