pic0off = new Image();
pic0off.src = "pics/buttons/btn_home1.gif";  // 1st master file - picture off
pic0on = new Image();
pic0on.src = "pics/buttons/btn_home2.gif";   // 1st master file - picture on

pic1off = new Image();
pic1off.src = "pics/buttons/btn_vd1.gif";  // 1st master file - picture off
pic1on = new Image();
pic1on.src = "pics/buttons/btn_vd2.gif";   // 1st master file - picture on

pic2off = new Image();
pic2off.src = "pics/buttons/btn_fp1.gif";  // 1st master file - picture off
pic2on = new Image();
pic2on.src = "pics/buttons/btn_fp2.gif";   // 1st master file - picture on

pic3off = new Image();
pic3off.src = "pics/buttons/btn_va1.gif";  // 1st master file - picture off
pic3on = new Image();
pic3on.src = "pics/buttons/btn_va2.gif";   // 1st master file - picture on

pic4off = new Image();
pic4off.src = "pics/buttons/btn_location1.gif";  // 1st master file - picture off
pic4on = new Image();
pic4on.src = "pics/buttons/btn_location2.gif";   // 1st master file - picture on

pic5off = new Image();
pic5off.src = "pics/buttons/btn_rd1.gif";  // 1st master file - picture off
pic5on = new Image();
pic5on.src = "pics/buttons/btn_rd2.gif";   // 1st master file - picture on

pic6off = new Image();
pic6off.src = "pics/buttons/btn_cd1.gif";  // 1st master file - picture off
pic6on = new Image();
pic6on.src = "pics/buttons/btn_cd2.gif";   // 1st master file - picture on

pic7off = new Image();
pic7off.src = "pics/buttons/btn_tc1.gif";  // 1st master file - picture off
pic7on = new Image();
pic7on.src = "pics/buttons/btn_tc2.gif";   // 1st master file - picture on

pic8off = new Image();
pic8off.src = "pics/buttons/btn_bf1.gif";  // 1st master file - picture off
pic8on = new Image();
pic8on.src = "pics/buttons/btn_bf2.gif";   // 1st master file - picture on

pic9off = new Image();
pic9off.src = "pics/buttons/btn_ow1.gif";  // 1st master file - picture off
pic9on = new Image();
pic9on.src = "pics/buttons/btn_ow2.gif";   // 1st master file - picture on

pic10off = new Image();
pic10off.src = "pics/buttons/btn_orl1.gif";  // 1st master file - picture off
pic10on = new Image();
pic10on.src = "pics/buttons/btn_orl2.gif";   // 1st master file - picture on

pic11off = new Image();
pic11off.src = "pics/buttons/btn_vt1.gif";  // 1st master file - picture off
pic11on = new Image();
pic11on.src = "pics/buttons/btn_vt2.gif";   // 1st master file - picture on

pic12off = new Image();
pic12off.src = "pics/buttons/btn_pg1.gif";  // 1st master file - picture off
pic12on = new Image();
pic12on.src = "pics/buttons/btn_pg2.gif";   // 1st master file - picture on

pic14off = new Image();
pic14off.src = "pics/buttons/btn_test1.gif";  // 1st master file - picture off
pic14on = new Image();
pic14on.src = "pics/buttons/btn_test2.gif";   // 1st master file - picture on

pic15off = new Image();
pic15off.src = "pics/buttons/btn_facilities1.gif";  // 1st master file - picture off
pic15on = new Image();
pic15on.src = "pics/buttons/btn_facilities2.gif";   // 1st master file - picture on

pic16off = new Image();
pic16off.src = "pics/buttons/btn_disney1.gif";  // 1st master file - picture off
pic16on = new Image();
pic16on.src = "pics/buttons/btn_disney2.gif";   // 1st master file - picture on

pic17off = new Image();
pic17off.src = "pics/buttons/btn_universal1.gif";  // 1st master file - picture off
pic17on = new Image();
pic17on.src = "pics/buttons/btn_universal2.gif";   // 1st master file - picture on


function changeImage()
{  
	if (document.images)
	{
		for (var i=0; i < changeImage.arguments.length; i+=2)
		{
			document[changeImage.arguments[i]].src = eval(changeImage.arguments[i+1] + ".src");		
		}  
	}

	
}	//end function changeImage

function changeSmallImage()
{
	var input;
	
	input = changeSmallImage.arguments[0];
	
	if(input == 'pic0off')
	{
		document['pic0'].src = eval("pic0off.src");
	}
	else if(input == 'pic0on')
	{
		document['pic0'].src = eval("pic0on.src");
	}
	else if(input == 'pic1off')
	{
		document['pic1'].src = eval("pic1off.src");
	}
	else if(input == 'pic1on')
	{
		document['pic1'].src = eval("pic1on.src");
	}	
	else if(input == 'pic2off')
	{
		document['pic2'].src = eval("pic2off.src");
	}
	else if(input == 'pic2on')
	{
		document['pic2'].src = eval("pic2on.src");
	}	
	else if(input == 'pic3off')
	{
		document['pic3'].src = eval("pic3off.src");
	}
	else if(input == 'pic3on')
	{
		document['pic3'].src = eval("pic3on.src");
	}	
	else if(input == 'pic4off')
	{
		document['pic4'].src = eval("pic4off.src");
	}
	else if(input == 'pic4on')
	{
		document['pic4'].src = eval("pic4on.src");
	}	
	else if(input == 'pic5off')
	{
		document['pic5'].src = eval("pic5off.src");
	}
	else if(input == 'pic5on')
	{
		document['pic5'].src = eval("pic5on.src");
	}	
	else if(input == 'pic6off')
	{
		document['pic6'].src = eval("pic6off.src");
	}
	else if(input == 'pic6on')
	{
		document['pic6'].src = eval("pic6on.src");
	}	
	else if(input == 'pic7off')
	{
		document['pic7'].src = eval("pic7off.src");
	}
	else if(input == 'pic7on')
	{
		document['pic7'].src = eval("pic7on.src");
	}	
	else if(input == 'pic8off')
	{
		document['pic8'].src = eval("pic8off.src");
	}
	else if(input == 'pic8on')
	{
		document['pic8'].src = eval("pic8on.src");
	}	

	else if(input == 'pic9off')
	{
		document['pic9'].src = eval("pic9off.src");
	}
	else if(input == 'pic9on')
	{
		document['pic9'].src = eval("pic9on.src");
	}	
	else if(input == 'pic10off')
	{
		document['pic10'].src = eval("pic10off.src");
	}
	else if(input == 'pic10on')
	{
		document['pic10'].src = eval("pic10on.src");
	}	
	else if(input == 'pic11off')
	{
		document['pic11'].src = eval("pic11off.src");
	}
	else if(input == 'pic11on')
	{
		document['pic11'].src = eval("pic11on.src");
	}	
	else if(input == 'pic12off')
	{
		document['pic12'].src = eval("pic12off.src");
	}
	else if(input == 'pic12on')
	{
		document['pic12'].src = eval("pic12on.src");
	}
	else if(input == 'pic14off')
	{
		document['pic14'].src = eval("pic14off.src");
	}
	else if(input == 'pic14on')
	{
		document['pic14'].src = eval("pic14on.src");
	}
	else if(input == 'pic15off')
	{
		document['pic15'].src = eval("pic15off.src");
	}
	else if(input == 'pic15on')
	{
		document['pic15'].src = eval("pic15on.src");
	}

	else if(input == 'pic16off')
	{
		document['pic16'].src = eval("pic16off.src");
	}
	else if(input == 'pic16on')
	{
		document['pic16'].src = eval("pic16on.src");
	}
	else if(input == 'pic17off')
	{
		document['pic17'].src = eval("pic17off.src");
	}
	else if(input == 'pic17on')
	{
		document['pic17'].src = eval("pic17on.src");
	}


}	//end function changeSmallImage