<!-- Begin

var	PopUpView = '';
function PopUp(fromURL) {
	PopUpView = 		window.open(fromURL,"View","toolbar=no,scrollbar=0,resizable=no,menubar=no,scrollbars=no,height=630,width=615");
	PopUpView.focus();
}

//-->
