// JavaScript Document




function pageSelect(){
	
	
var splitter=document.title;
var pageName=splitter.split(" ");
var changeIt=pageName[4].toLowerCase();

if (changeIt=="products" || changeIt=="home" || changeIt=="dealer" || changeIt=="contact"){
var theTag=document.getElementById(changeIt);
theTag.style.color='#999999';
}




}



/*function subSelect(section,type){



//var theChange=document.getElementById(section);

//theChange.innerHTML=section+' &gt;';


switch (section){

case "seating":
theColor="#660809";
break;

case "casegoods":
theColor="#456f8c";
break;

case "reception":
theColor="#a8850c";
break;

case "conference":
theColor="#3e5d0c";
break;

case "accessories":
theColor="#8c6548";
break;

case "training":
theColor="#e66324";
break;
}

var theTag=document.getElementById(type);
theTag.style.color=theColor;	
	
	
}*/




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 popMap(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=576,height=456,left=0,top=0');");
}