<!-- Begin

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

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

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

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

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

//-->
