<!-- Begin

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

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

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

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

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


//-->
