<!-- 
function popUp1(docsrc) {

var docwidth = 470, docheight = 470, 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, 'Popup1', 'toolbars=no,scrollbars=no,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}
function popUp2(docsrc) {

var docwidth = 380, docheight = 450, docleft = ((screen.width/2) - 0), doctop = ((screen.width/2) - 400);
	if (window.win2 && window.win2.open && !window.win2.closed){
		win2.focus();
	}
	else
	{
	win2 = window.open(docsrc, 'popup2', 'toolbars=no,scrollbars=no,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function country(theURL) 
{	  
	opener.document.location.href=theURL;
	window.close();
	
}


function MM_openBrWindow(theURL,winName) { //v2.0
var docwidth = 350, docheight = 450, docleft = ((screen.width/2) - 365), doctop = ((screen.width/2) - 400);
  
locwin = window.open(theURL,winName,'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
}

function closeLocWin()
{

if (locwin && locwin.open && !locwin.closed){
		locwin.close();
	}
}

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 info(theURL) 
{	  
	opener.document.location.href=theURL;
	
}

function virtual_info(theURL,winName) { //v2.0
var docwidth = 300, docheight = 400, docleft = ((screen.width/2) - 400), doctop = ((screen.width/2) - 450);
  
locwin1 = window.open(theURL,winName,'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
}

// -->

