<!--
{
function onImage(imgName) {
	if (document.images){
	document.images[imgName].src = eval(imgName + 'on.src'); } 
	}

function offImage(imgName) {
	if (document.images){
	document.images[imgName].src = eval(imgName + 'off.src'); } 
	}	
} 


{ 
if (document.images) {
	var active1on = new Image();
	active1on.src = "/System/Buttons/Arrows/BT01b.gif";
	var active1off= new Image();
	active1off.src = "/System/Buttons/Arrows/BT01a.gif";
	var active2on = new Image();
	active2on.src = "/System/Buttons/Arrows/BT02b.gif";
	var active2off= new Image();
	active2off.src = "/System/Buttons/Arrows/BT02a.gif";
	var active3on = new Image();
	active3on.src = "/System/Buttons/Arrows/BT03b.gif";
	var active3off= new Image();
	active3off.src = "/System/Buttons/Arrows/BT03a.gif";
	var active4on = new Image();
	active4on.src = "/System/Buttons/Arrows/BT04b.gif";
	var active4off = new Image();
	active4off.src = "/System/Buttons/Arrows/BT04a.gif";
	var active5on = new Image();
	active5on.src = "/System/Buttons/Arrows/BT05b.gif";
	var active5off= new Image();
	active5off.src = "/System/Buttons/Arrows/BT05a.gif";

	var tab1on = new Image();
	tab1on.src = "/System/Buttons/Tabs/Tab1C.jpg";
	var tab1off = new Image();
	tab1off.src = "/System/Buttons/Tabs/Tab1B.jpg";
	var tab2on = new Image();
	tab2on.src = "/System/Buttons/Tabs/Tab2C.jpg";
	var tab2off = new Image();
	tab2off.src = "/System/Buttons/Tabs/Tab2B.jpg";
	var tab3on = new Image();
	tab3on.src = "/System/Buttons/Tabs/Tab3C.jpg";
	var tab3off = new Image();
	tab3off.src = "/System/Buttons/Tabs/Tab3B.jpg";
	var tab4on = new Image();
	tab4on.src = "/System/Buttons/Tabs/Tab4C.jpg";
	var tab4off = new Image();
	tab4off.src = "/System/Buttons/Tabs/Tab4B.jpg";
	var tab5on = new Image();
	tab5on.src = "/System/Buttons/Tabs/Tab5C.jpg";
	var tab5off = new Image();
	tab5off.src = "/System/Buttons/Tabs/Tab5B.jpg";

	var up1on = new Image();
	up1on.src = "/System/Buttons/Arrows/UP01b.gif";
	var up1off = new Image();
	up1off.src = "/System/Buttons/Arrows/UP01a.gif";

	var up2mon = new Image();
	up2mon.src = "/System/Buttons/Arrows/UP02b.gif";
	var up2moff = new Image();
	up2moff.src = "/System/Buttons/Arrows/UP02a.gif";
	var up2bgon = new Image();
	up2bgon.src = "/System/Buttons/Arrows/UP02b.gif";
	var up2bgoff = new Image();
	up2bgoff.src = "/System/Buttons/Arrows/UP02a.gif";
	var up2boon = new Image();
	up2boon.src = "/System/Buttons/Arrows/UP02b.gif";
	var up2booff = new Image();
	up2booff.src = "/System/Buttons/Arrows/UP02a.gif";
	var up2ron = new Image();
	up2ron.src = "/System/Buttons/Arrows/UP02b.gif";
	var up2roff = new Image();
	up2roff.src = "/System/Buttons/Arrows/UP02a.gif";

	var ss1on = new Image();
	ss1on.src = "/System/Buttons/Pages/SP01b.gif";
	var ss1off = new Image();
	ss1off.src = "/System/Buttons/Pages/SP01a.gif";
	var ss2on = new Image();
	ss2on.src = "/System/Buttons/Pages/SP02b.gif";
	var ss2off = new Image();
	ss2off.src = "/System/Buttons/Pages/SP02a.gif";

	var backon = new Image();
	backon.src = "/System/Buttons/Pages/BK02.gif";
	var backoff = new Image();
	backoff.src = "/System/Buttons/Pages/BK01.gif";
	}
}

function LinkUp()
{
var number = document.DropDown.screenshots.selectedIndex;
location.href = document.DropDown.screenshots.options[number].value;
}

-->
