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