<!-- 
function popRoom(docsrc) {

var docwidth = 350, docheight = 350, docleft = ((screen.width/2) - 250), doctop = ((screen.height/2) - 200);
	if (window.win && window.win.open && !window.win.closed){
		win.focus();
	}
	else
	{
	win = window.open(docsrc, 'Room', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}
function popError(docsrc) {

var docwidth = 500, docheight = 300, docleft = ((screen.width/2) - 250), doctop = ((screen.height/2) - 200);
	if (window.win && window.win.open && !window.win.closed){
		win.focus();
	}
	else
	{
	win = window.open(docsrc, 'Room', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}
function popGallery(docsrc) {

var docwidth = 500, docheight = 400, docleft = ((screen.width/2) - 250), doctop = ((screen.height/2) - 200);
	if (window.win && window.win.open && !window.win.closed){
		win.focus();
	}
	else
	{
	win = window.open(docsrc, 'Enrichment', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}
function popIpix(docsrc) {

var docwidth = 500, docheight = 450, docleft = ((screen.width/2) - 250), doctop = ((screen.height/2) - 225);
	if (window.win && window.win.open && !window.win.closed){
		win.focus();
	}
	else
	{
	win = window.open(docsrc, 'Enrichment', 'toolbars=no,scrollbars=no,location=no,statusbars=no,menubars=no,resizable=yes,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}
function popVTour(docsrc) {

var docwidth = 340, docheight = 240, docleft = ((screen.width/2) - 250), doctop = ((screen.height/2) - 225);
	if (window.win && window.win.open && !window.win.closed){
		win.focus();
	}
	else
	{
	win = window.open(docsrc, 'Enrichment', 'toolbars=no,scrollbars=no,location=no,statusbars=no,menubars=no,resizable=yes,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}
function popFriend(docsrc) {

var docwidth = 500, docheight = 450, docleft = ((screen.width/2) - 250), doctop = ((screen.height/2) - 200);
	if (window.win && window.win.open && !window.win.closed){
		win.focus();
	}
	else
	{
	win = window.open(docsrc, 'Friend', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}


function popMailList(docsrc) {

var docwidth = 350, docheight = 250, docleft = ((screen.width/2) - 250), doctop = ((screen.height/2) - 200);
	if (window.win && window.win.open && !window.win.closed){
		win.focus();
	}
	else
	{
	win = window.open(docsrc, 'MailList', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popBrochure(docsrc) {

var docwidth = 650, docheight = 450, docleft = ((screen.width/2) - 300), doctop = ((screen.height/2) - 300);
	if (window.winR && window.winR.open && !window.winR.closed){
		winR.focus();
	}
	else
	{
	winR = window.open(docsrc, 'Brochure', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}
function popMap(docsrc) {

var docwidth = 650, docheight = 450, docleft = ((screen.width/2) - 325), doctop = ((screen.height/2) - 225);
	{
	win = window.open(docsrc, 'Map', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=yes,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}
function popStaff(docsrc) {
	window.open(docsrc, 'Popup', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=400,height=550,left=362,top=100');
}

function sugPop(docsrc) {

var docwidth = 400, docheight = 350, docleft = ((screen.width/2) - 150), doctop = ((screen.width/2) - 250);
	if (window.win && window.win.open && !window.win.closed){
		win.focus();
	}
	else
	{
	win = window.open(docsrc, 'Popup', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}
function PopUpload(docsrc) {

var docwidth = 400, docheight = 350, docleft = ((screen.width/2) - 150), doctop = ((screen.width/2) - 250);
	if (window.win && window.win.open && !window.win.closed){
		win.focus();
	}
	else
	{
	win = window.open(docsrc, 'Popup', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}
// -->
