if (document.images){


	home1		= new Image;
	home1.src	= "http://www.beavercounty.com/tabs/sitegraphics/ntab000.gif"
	home2		= new Image;
	home2.src	= "http://www.beavercounty.com/tabs/sitegraphics/2tab000.gif"


	news1		= new Image;
	news1.src	= "http://www.beavercounty.com/tabs/sitegraphics/ntab001.gif"
	news2		= new Image;
	news2.src	= "http://www.beavercounty.com/tabs/sitegraphics/2tab001.gif"

	shop1		= new Image;
	shop1.src	= "http://www.beavercounty.com/tabs/sitegraphics/ntab002.gif"
	shop2		= new Image;
	shop2.src	= "http://www.beavercounty.com/tabs/sitegraphics/2tab002.gif"

	biz1		= new Image;
	biz1.src	= "http://www.beavercounty.com/tabs/sitegraphics/ntab003.gif"
	biz2		= new Image;
	biz2.src	= "http://www.beavercounty.com/tabs/sitegraphics/2tab003.gif"

	contests1	= new Image;
	contests1.src	= "http://www.beavercounty.com/tabs/sitegraphics/ntab004.gif"
	contests2	= new Image;
	contests2.src	= "http://www.beavercounty.com/tabs/sitegraphics/2tab004.gif"

	class1		= new Image;
	class1.src	= "http://www.beavercounty.com/tabs/sitegraphics/class1.gif"
	class2		= new Image;
	class2.src	= "http://www.beavercounty.com/tabs/sitegraphics/class2.gif"

	family1		= new Image;
	family1.src	= "http://www.beavercounty.com/tabs/sitegraphics/ntab006.gif"
	family2		= new Image;
	family2.src	= "http://www.beavercounty.com/tabs/sitegraphics/2tab006.gif"

	entertainment1		= new Image;
	entertainment1.src	= "http://www.beavercounty.com/tabs/sitegraphics/ntab007.gif"
	entertainment2		= new Image;
	entertainment2.src	= "http://www.beavercounty.com/tabs/sitegraphics/2tab007.gif"

	

}


function hiLite(imgDocID,imgObjName) {
	if (document.images)
	   document.images[imgDocID].src = eval(imgObjName + ".src")
}
