// JavaScript Document

<!-- 
if (document.images != null)
{
        orgon = new Image();
        orgon.src = "/img/nav/org.on.gif";
        seeon = new Image();
        seeon.src = "/img/nav/see.on.gif";
        bushbuttonon = new Image();
        bushbuttonon.src = "/img/nav/bushbutton.on.gif";
        americason = new Image();
        americason.src = "/img/nav/s.americas.on.gif";
        seeon = new Image();
        seeon.src = "/img/nav/s.see.on.gif";
        whyon = new Image();
        whyon.src = "/img/nav/s.why.on.gif";
        faqon = new Image();
        faqon.src = "/img/nav/s.faq.on.gif";
        donationon = new Image();
        donationon.src = "/img/nav/s.donation.on.gif";
        abouton = new Image();
        abouton.src = "/img/nav/s.about.on.gif";
        contacton = new Image();
        contacton.src = "/img/nav/s.contact.on.gif";
        updateon = new Image();
        updateon.src = "/img/nav/s.update.on.gif";
        
}

function img_roll(name,state)
{   
	if (document.images)
	{
		document.images[name].src = "/img/nav/" + name + "." + state + ".gif";
	}
}

// -->