<!--
    compoff= new Image();           	
    compoff.src = "../images/comp_n.gif";

    compon = new Image();           	
    compon.src = "../images/comp_o.gif";

    prodoff= new Image();           	
    prodoff.src = "../images/prod_n.gif";

    prodon = new Image();           	
    prodon.src = "../images/prod_o.gif";

    behindoff= new Image();           	
    behindoff.src = "../images/behind_n.gif";

    behindon = new Image();           	
    behindon.src = "../images/behind_o.gif";

    contactoff= new Image();           	
    contactoff.src = "../images/contact_n.gif";

    contacton = new Image();           	
    contacton.src = "../images/contact_o.gif";

    searchoff= new Image();           	
    searchoff.src = "../images/search_n.gif";

    searchon = new Image();           	
    searchon.src = "../images/search_o.gif";

function imgOver(imgName) { document[imgName].src = eval(imgName + "on.src");}
function imgOut(imgName){ document[imgName].src = eval(imgName + "off.src");}



function WriteDate() {	
	_Months  = new M_Array();
	_day = new Date();
	document.writeln(_Months[_day.getMonth()] + " " + _day.getDate() + ", "+ G_Year(_day.getYear()));
	}
		
	function M_Array() {
	this[0] = "January";
	this[1] = "February";
	this[2] = "March";
	this[3] = "April";
	this[4] = "May";
	this[5] = "June";
	this[6] = "July";
	this[7] = "August";
	this[8] = "September";
	this[9] = "October";
	this[10] = "November";
	this[11] = "December";
	return (this);
	}
	
	function G_Year(year){
	if (year > 1900) return year
	return year+1900;
	}

// -->