<!--//--><![CDATA[//><!--

ieHover = function() {
	var LIs = document.getElementById("nav-main").getElementsByTagName("li");
	for (var i=0; i<LIs.length; i++) {
		LIs[i].onmouseover=function() {
			this.className+="iehover";
		}
		LIs[i].onmouseout=function() {
			this.className="";
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", ieHover);

/*
function hoverout(layid,show)
{
 var layerRef = new getObj(layid);
 if (show==1) layerRef.style.visibility = visible;
 else layerRef.style.visibility = hidden;
}
*/

//--><!]]>

<!--

if (navigator.appVersion.indexOf("2.") != -1){
         check = false;
	 }
if ((navigator.appVersion.indexOf("3.") != -1) && (navigator.appName.indexOf("Explorer") != -1)){
	 check = false;
	 }
else {
	 check = true;
	 }
if (check == true){

	 	 
	 image1 = new Image();
	 image1.src = "/files/btn_search0.gif";
	 image1on = new Image();
	 image1on.src = "/files/btn_search1.gif";	
	 
}

imageStay = ""

function imageon(name){
	 if (imageStay != name){
			 document[name].src = eval(name + "on.src");
	 }
}
function imageoff(name){
	 if (imageStay != name){
			 document[name].src = eval(name + ".src");
	 }
}

function on(name){
	 if (check == true){
	 imageon(name);
	 }
}
function off(name){
	 if (check == true){
	 imageoff(name);
	 }
}
// -->
var onLoadObj = new Array();	// array where you can put in javascript functions (as strings) to be executed onLoad
var bodyObj = new Array();
var popUps  = new Array();	// popup-windows
var is = new checkBrowser();	// Browser-check object

if(!is.support && UnSupportedBrowserRedirectURL!='') self.location.href(UnSupportedBrowserRedirectURL);


function doResize(){
  window.document.location.reload();
}
function altNSHandler(e){
  routeEvent(e);
}

function onLoadHandler(){
	for (var i = 0; i < onLoadObj.length && i<1000; i++){	// "eval" all entries in initObjs that were put there further down the page
		eval(onLoadObj[i]);
	}	
	for (var i = 1000; i < onLoadObj.length; i++)
		eval(onLoadObj[i]);
}

function back()
{
	history.back();
}