if (document.images)
    {
    n01on = new Image(); n01on.src = "images/ohome.jpg";
	n02on = new Image(); n02on.src = "images/odistill.jpg";
	n03on = new Image(); n03on.src = "images/ohistory.jpg";
	n04on = new Image(); n04on.src = "images/otaste.jpg";
	n05on = new Image(); n05on.src = "images/onews.jpg";
	n06on = new Image(); n06on.src = "images/ocontact.jpg";
	
	t01on = new Image(); t01on.src = "images/ot01.jpg";
	t02on = new Image(); t02on.src = "images/ot02.jpg";
	t03on = new Image(); t03on.src = "images/ot03.jpg";
	t04on = new Image(); t04on.src = "images/ot04.jpg";
	t05on = new Image(); t05on.src = "images/ot05.jpg";
	t06on = new Image(); t06on.src = "images/ot06.jpg";
	t07on = new Image(); t07on.src = "images/ot07.jpg";
	t08on = new Image(); t08on.src = "images/ot08.jpg";
	
	blend01on = new Image(); blend01on.src = "images/oblend01.jpg";
	blend02on = new Image(); blend02on.src = "images/oblend02.jpg";
	blend03on = new Image(); blend03on.src = "images/oblend03.jpg";
	blend04on = new Image(); blend04on.src = "images/oblend04.jpg";
	blend05on = new Image(); blend05on.src = "images/oblend05.jpg";
	blend06on = new Image(); blend06on.src = "images/oblend06.jpg";
	blend07on = new Image(); blend07on.src = "images/oblend07.jpg";
	blend08on = new Image(); blend08on.src = "images/oblend08.jpg";
	
	other01on = new Image(); other01on.src = "images/oother01.jpg";
	other02on = new Image(); other02on.src = "images/oother02.jpg";
	other03on = new Image(); other03on.src = "images/oother03.jpg";
	other04on = new Image(); other04on.src = "images/oother04.jpg";
	other05on = new Image(); other05on.src = "images/oother05.jpg";
	other06on = new Image(); other06on.src = "images/oother06.jpg";
	other07on = new Image(); other07on.src = "images/oother07.jpg";
	other08on = new Image(); other08on.src = "images/oother08.jpg";
	
    n01off = new Image(); n01off.src = "images/nhome.jpg";
	n02off = new Image(); n02off.src = "images/ndistill.jpg";
	n03off = new Image(); n03off.src = "images/nhistory.jpg";
	n04off = new Image(); n04off.src = "images/ntaste.jpg";
	n05off = new Image(); n05off.src = "images/nnews.jpg";
	n06off = new Image(); n06off.src = "images/ncontact.jpg";
	
	t01off = new Image(); t01off.src = "images/nt01.jpg";
	t02off = new Image(); t02off.src = "images/nt02.jpg";
	t03off = new Image(); t03off.src = "images/nt03.jpg";
	t04off = new Image(); t04off.src = "images/nt04.jpg";
	t05off = new Image(); t05off.src = "images/nt05.jpg";
	t06off = new Image(); t06off.src = "images/nt06.jpg";
	t07off = new Image(); t07off.src = "images/nt07.jpg";
	t08off = new Image(); t08off.src = "images/nt08.jpg";
	
	other01off = new Image(); other01off.src = "images/nother01.jpg";
	other02off = new Image(); other02off.src = "images/nother02.jpg";
	other03off = new Image(); other03off.src = "images/nother03.jpg";
	other04off = new Image(); other04off.src = "images/nother04.jpg";
	other05off = new Image(); other05off.src = "images/nother05.jpg";
	other06off = new Image(); other06off.src = "images/nother06.jpg";
	other07off = new Image(); other07off.src = "images/nother07.jpg";
	other08off = new Image(); other08off.src = "images/nother08.jpg";
	
	blend01off = new Image(); blend01off.src = "images/nblend01.jpg";
	blend02off = new Image(); blend02off.src = "images/nblend02.jpg";
	blend03off = new Image(); blend03off.src = "images/nblend03.jpg";
	blend04off = new Image(); blend04off.src = "images/nblend04.jpg";
	blend05off = new Image(); blend05off.src = "images/nblend05.jpg";
	blend06off = new Image(); blend06off.src = "images/nblend06.jpg";
	blend07off = new Image(); blend07off.src = "images/nblend07.jpg";
	blend08off = new Image(); blend08off.src = "images/nblend08.jpg";
    }
function imgOn(imgName)
	{
    if (document.images)
    	{
        document[imgName].src = eval(imgName + "on.src");
        }
	}
function imgOff(imgName)
	{
    if (document.images){
        document[imgName].src = eval(imgName + "off.src");
}
}
