<!-- Begin

var	PopUpView = '';
function PopUp(fromURL) {
	PopUpView = 		window.open(fromURL,"View","toolbar=no,scrollbar=1,resizable=yes,menubar=no,scrollbars=yes,height=500,width=700");
	PopUpView.focus();
}

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

//-->
