<!-- 
function NewWindow(thepage, thename, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(thepage, thename, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function popEnrich(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 popRecipe(docsrc) {

var docwidth = 700, docheight = 600, 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, 'Recipe', '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 = 370, docheight = 370, docleft = ((screen.width/2) - 400), doctop = ((screen.height/2) - 300);
	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=no,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 MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function closeLocWin()
{

if (locwin && locwin.open && !locwin.closed){
		locwin.close();
	}
}

function closeLocWin()
{

if (locwin && locwin.open && !locwin.closed){
		locwin.close();
	}
}
function popBuilding(docsrc) {

var docwidth = 450, 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);
	}
}

// -->
