<!--/********************************************** Written by Brett Matti c. 5/30/00 **********************************************/imgNewPict = new Array(5);	for (var intCtr = 0; intCtr <= 4; intCtr++)	{		imgNewPict[intCtr] = new Image;	}	imgNewPict[0] = "graphics/outsidelaptoptan.gif";	imgNewPict[1] = "graphics/startiton.gif";	imgNewPict[2] = "graphics/exploreiton.gif";	imgNewPict[3] = "graphics/installiton.gif";	imgNewPict[4] = "graphics/tryiton.gif";		function Swap(intState){		document.center.src = imgNewPict[intState];}// -->