<!--
	
//get platform info
	agt=navigator.userAgent.toLowerCase();
	ie=(document.all) ? 1:0
	if(ie){
		ie4=(agt.indexOf('msie 4.01')!=-1) ? 1:0
		ie5=(agt.indexOf('msie 5.01')!=-1) ? 1:0
		}
	else { ie4=0;ie5=0 }

	ns=(document.layers) ? 1:0
	ns6=(document.getElementById && !document.all) ? 1:0
	
	win=( (agt.indexOf("win")!=-1) || (agt.indexOf("16bit")!=-1) )
	mac=(agt.indexOf("mac")!=-1);

	var imgs=(document.images) ? 1:0


//image swapper
var clickedimg="";
var overimg="";

function swpimg(theimg,newsrc){
if(imgs){
	oldsrc=document.images[theimg].src; 
	overimg=theimg;
	document.images[theimg].src=newsrc;
	}
}

function swpback(){
if(overimg!="" && overimg!=clickedimg){
	if(imgs){ document.images[overimg].src=oldsrc; }
	}
}

function sitemap_popup(){
	popup = "sitemap = window.open('/sitemap.jsp','sitemap','width=510,height=400,scrollbars=1');";
	popup = eval(popup);
	sitemap.focus();
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

var winW = screen.width;
var winH = screen.height;
function newWindow(url,windowname) {
	  	 window.open (url,windowname,"toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=" +(winW/4)*3+",height="+(winH/3)*2+",left=100,top=50");
}



//-->
