// JavaScript Document
function pageSelect(){
	
	
var splitter=document.title;
var pageName=splitter.split(" ");
var changeIt=pageName[3].toLowerCase();

var theTag=document.getElementById(changeIt);
if (changeIt=="about" || changeIt=="evaluation" || changeIt=="begin" || changeIt=="faq" || changeIt=="training" || changeIt=="links" || changeIt=="contact" || changeIt=="careers"){
theTag.style.backgroundImage="url(images/navRoll.gif)";

if (changeIt=="evaluation"){
//var theTag=document.getElementById(changeIt);
theTag.style.backgroundImage="url(images/navRoll2.gif)";
}
}

}


function popLoc(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=880,height=450,left=0,top=0');");
}


function showInfo(country){
	URL='documentation/docs.php?country='+country;
	day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=550,left=0,top=0');");
}

function showSpecs(page){
	URL='reportDetail/'+page;
	day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=550,left=0,top=0');");
}
