<!-- Hide script from old browsers
// begin rollover script. 1 is any page, 2 is main page, 3 is rollover

if (document.images) {	
	home1 = new Image
	home1.src = "images/structure/home01.jpg"
	home2 = new Image
	home2.src = "images/structure/home02.jpg"
	home3 = new Image
	home3.src = "images/structure/home03.jpg"

	contact1 = new Image
	contact1.src = "images/structure/contact01.jpg"
	contact2 = new Image
	contact2.src = "images/structure/contact02.jpg"
	contact3 = new Image
	contact3.src = "images/structure/contact03.jpg"
	
	news1 = new Image
	news1.src = "images/structure/news01.jpg"
	news2 = new Image
	news2.src = "images/structure/news02.jpg"
	news3 = new Image
	news3.src = "images/structure/news03.jpg"
	
	purchase1 = new Image
	purchase1.src = "images/structure/purchase01.jpg"
	purchase2 = new Image
	purchase2.src = "images/structure/purchase02.jpg"
	purchase3 = new Image
	purchase3.src = "images/structure/purchase03.jpg"

	about1 = new Image
	about1.src = "images/structure/about01.jpg"
	about2 = new Image
	about2.src = "images/structure/about02.jpg"
	about3 = new Image
	about3.src = "images/structure/about03.jpg"

	music1 = new Image
	music1.src = "images/structure/music01.jpg"
	music2 = new Image
	music2.src = "images/structure/music02.jpg"
	music3 = new Image
	music3.src = "images/structure/music03.jpg"

	albums1 = new Image
	albums1.src = "images/structure/albums01.jpg"
	albums2 = new Image
	albums2.src = "images/structure/albums02.jpg"
	albums3 = new Image
	albums3.src = "images/structure/albums03.jpg"

	tvfilm1 = new Image
	tvfilm1.src = "images/structure/tvfilm01.jpg"
	tvfilm2 = new Image
	tvfilm2.src = "images/structure/tvfilm02.jpg"
	tvfilm3 = new Image
	tvfilm3.src = "images/structure/tvfilm03.jpg"

	library1 = new Image
	library1.src = "images/structure/library01.jpg"
	library2 = new Image
	library2.src = "images/structure/library02.jpg"
	library3 = new Image
	library3.src = "images/structure/library03.jpg"

	links1 = new Image
	links1.src = "images/structure/links01.jpg"
	links2 = new Image
	links2.src = "images/structure/links02.jpg"
	links3 = new Image
	links3.src = "images/structure/links03.jpg"
	}

function chgImg(imgField,newImg) { 
	if (document.images) {
	   document[imgField].src=eval(newImg + ".src")
	}
}	
// End hiding script from old browsers -->