	if (document.images)
	{
		image_off= new Image(147,330);
		image_off.src="/html/watchThis/images/CREWblank.gif";
		image2= new Image(147,330);
		image2.src="/html/watchThis/images/CREWbrad.gif";
		image3= new Image(147,330);
		image3.src="/html/watchThis/images/CREWcarmen.gif";
		image4= new Image(147,330);
		image4.src="/html/watchThis/images/CREWchandra.gif";
		image5= new Image(147,330);
		image5.src="/html/watchThis/images/CREWjay.gif";
		image6= new Image(147,330);
		image6.src="/html/watchThis/images/CREWmatt.gif";
		image7= new Image(147,330);
		image7.src="/html/watchThis/images/CREWmickey.gif";
		image8= new Image(147,330);
		image8.src="/html/watchThis/images/CREWmolly.gif";
		image9= new Image(147,330);
		image9.src="/html/watchThis/images/CREWmrsBridge.gif";
		image10= new Image(147,330);
		image10.src="/html/watchThis/images/CREWnick.gif";
		image11= new Image(147,330);
		image11.src="/html/watchThis/images/CREWpip.gif";
		image12= new Image(147,330);
		image12.src="/html/watchThis/images/CREWsally.gif";
		image13= new Image(147,330);
		image13.src="/html/watchThis/images/CREWshannon.gif";
	}

function change1(picName,imgName)
{
	if (document.images)
	{
		imgOn=eval(imgName + ".src");
		document[picName].src= imgOn;
	}
}
