<!-- Pic change script

// error handling
function stopError()
{
	return true;
}
window.onerror = stopError;
// test for support of rollover images
if (document.images)
{
	roll = 1;
}
else
{
	roll = 0;
}
// rollover buttons
if (roll)
{
	but1 = new Image() ;
	but1.src = "images/bct0.jpg";
	but2 = new Image() ;
	but2.src = "images/bct1.jpg";
	but3 = new Image() ;
	but3.src = "images/bct2.jpg";
	but4 = new Image() ;
	but4.src = "images/bct3.jpg";
	but5 = new Image() ;
	but5.src = "images/bct4.jpg";
	but6 = new Image() ;
	but6.src = "images/bct5.jpg";
	but7 = new Image() ;
	but7.src = "images/bct6.jpg";
	but8 = new Image() ;
	but8.src = "images/bct7.jpg";
	
}
      function hiLite(imgDocID,imgObjName)
{
	if (roll)
	{
		document.images[imgDocID].src = eval(imgObjName + ".src");
	}
}
// endscript -->

