<!-- Begin

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

var	PopUpView = '';
function WidePopUp(fromURL) {
	PopUpView = 		window.open(fromURL,"ViewWide","toolbar=no,scrollbar=0,resizable=no,menubar=no,scrollbars=no,height=356,width=487");
	PopUpView.focus();
}

var	PopUpView = '';
function YTPopUp(fromURL) {
	PopUpView = 		window.open(fromURL,"ViewWide","toolbar=no,scrollbar=0,resizable=no,menubar=no,scrollbars=no,height=411,width=445");
	PopUpView.focus();
}

//-->

