//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//+++++++++++++Only for custom styles that require+++++++++++++++++++
//++++++++++++browser calculations because IE sucks++++++++++++++++++
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
if (navigator.appName=="Microsoft Internet Explorer")
  var IEsucks=true;

// This is because IE does not know the min-width property...
if (document.title=="View All Hits") {
	document.write('<style type="text/css">'
	  + '#WholeBody {'
	  + 'width: auto;'
	  + 'min-width: 900px;'
	  + 'max-width: 910px;'
	  + 'width:expression(document.body.clientWidth > 910? "910px": (document.body.clientWidth < 900? "900px": "auto" ));'
	  + '}'
	  + '</style>');
}
else {
	document.write('<style type="text/css">'
	  + '#WholeBody {'
	  + 'width: auto;'
	  + 'min-width: 850px;'
	  + 'max-width: 900px;'
	  + 'width:expression(document.body.clientWidth > 900? "900px": (document.body.clientWidth < 850? "850px": "auto" ));'
	  + '}'
	  + '</style>');
}


//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//++++++++++++++++++++Only for statusbar viewing+++++++++++++++++++++
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

function WindowStatus(msgStr) {
	window.status=msgStr;
	document.returnValue = true;
}
function WindowStatusRtn() {
	window.status='';
	document.returnValue = true;
}




//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//+++++++++++++++++++++++++++Used on left border menu+++++++++++++++++++++++++++++++
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

var img1on = new Image(); 
img1on.src = "http://"+window.location.hostname+"/images/menus/menu01a.gif"; 
var img1off = new Image(); 
img1off.src = "http://"+window.location.hostname+"/images/menus/menu01.gif"; 

var img2on = new Image(); 
img2on.src = "http://"+window.location.hostname+"/images/menus/menu02a.gif"; 
var img2off = new Image(); 
img2off.src = "http://"+window.location.hostname+"/images/menus/menu02.gif"; 

var img3on = new Image(); 
img3on.src = "http://"+window.location.hostname+"/images/menus/menu03a.gif"; 
var img3off = new Image(); 
img3off.src = "http://"+window.location.hostname+"/images/menus/menu03.gif"; 

var img4on = new Image(); 
img4on.src = "http://"+window.location.hostname+"/images/menus/menu04a.gif"; 
var img4off = new Image(); 
img4off.src = "http://"+window.location.hostname+"/images/menus/menu04.gif"; 

var img5on = new Image(); 
img5on.src = "http://"+window.location.hostname+"/images/menus/menu05a.gif"; 
var img5off = new Image(); 
img5off.src = "http://"+window.location.hostname+"/images/menus/menu05.gif"; 

var img6on = new Image(); 
img6on.src = "http://"+window.location.hostname+"/images/menus/menu06a.gif"; 
var img6off = new Image(); 
img6off.src = "http://"+window.location.hostname+"/images/menus/menu06.gif"; 

var img7on = new Image(); 
img7on.src = "http://"+window.location.hostname+"/images/menus/menu07a.gif"; 
var img7off = new Image(); 
img7off.src = "http://"+window.location.hostname+"/images/menus/menu07.gif"; 

var img8on = new Image(); 
img8on.src = "http://"+window.location.hostname+"/images/menus/menu08a.gif"; 
var img8off = new Image(); 
img8off.src = "http://"+window.location.hostname+"/images/menus/menu08.gif"; 

var img9on = new Image(); 
img9on.src = "http://"+window.location.hostname+"/images/menus/menu09a.gif"; 
var img9off = new Image(); 
img9off.src = "http://"+window.location.hostname+"/images/menus/menu09.gif";

var img10on = new Image(); 
img10on.src = "http://"+window.location.hostname+"/images/menus/menu10a.gif"; 
var img10off = new Image(); 
img10off.src = "http://"+window.location.hostname+"/images/menus/menu10.gif";

var img11on = new Image(); 
img11on.src = "http://"+window.location.hostname+"/images/menus/menu11a.gif"; 
var img11off = new Image(); 
img11off.src = "http://"+window.location.hostname+"/images/menus/menu11.gif";

var img12on = new Image(); 
img12on.src = "http://"+window.location.hostname+"/images/menus/menu12a.gif"; 
var img12off = new Image(); 
img12off.src = "http://"+window.location.hostname+"/images/menus/menu12.gif";

var img13on = new Image(); 
img13on.src = "http://"+window.location.hostname+"/images/menus/menu13a.gif"; 
var img13off = new Image(); 
img13off.src = "http://"+window.location.hostname+"/images/menus/menu13.gif";