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