<!-- Begin

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

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

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

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

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


//-->
