<!--

function navMouseOver(imgid,imgnew) {

        if (navigator.appVersion.substring(0,1) >= 3) {
                document.images[imgid].src=eval(imgnew + ".src");
        }
}
if (navigator.appVersion.substring(0,1) >= 3) {

        myhome		= new Image (30,150);
        myhome.src	= "images/home.gif";
        myhome_h		= new Image (30,150);
		myhome_h.src	= "images/home2.gif";
		
		myabout		= new Image (30,150);
        myabout.src	= "images/about.gif";
        myabout_h		= new Image (30,150);
		myabout_h.src	= "images/about2.gif";
		
		mylineup			= new Image (30,150);
        mylineup.src		= "images/lineup.gif";
        mylineup_h		= new Image (30,150);
		mylineup_h.src	= "images/lineup2.gif";
		
		myu100			= new Image (30,150);
        myu100.src		= "images/u100.gif";
        myu100_h		= new Image (30,150);
		myu100_h.src	= "images/u1002.gif";
		
		myu30			= new Image (30,150);
        myu30.src		= "images/u30.gif";
        myu30_h		= new Image (30,150);
		myu30_h.src	= "images/u302.gif";

		myuhs			= new Image (30,150);
		myuhs.src		= "images/ultimate_heat_seat.gif";
		myuhs_h		= new Image (30,150);
		myuhs_h.src	= "images/ultimate_heat_seat_over.gif";
		
		mybuy		= new Image (30,150);
        mybuy.src	= "images/buy.gif";
        mybuy_h		= new Image (30,150);
		mybuy_h.src	= "images/buy2.gif";
        
		myonline		= new Image (30,150);
        myonline.src	= "images/online.gif";
        myonline_h		= new Image (30,150);
		myonline_h.src	= "images/online2.gif";
		
		mylinks			= new Image (30,150);
        mylinks.src		= "images/links.gif";
        mylinks_h		= new Image (30,150);
		mylinks_h.src	= "images/links2.gif";
		
		
		
}
//-->