   slide_1a=new Image
   slide_1a.src='images/show/CC00FONpw2555.jpg'
   slide_1b=new Image
   slide_1b.src='images/show/CC79TREpw2162.jpg'
   slide_1c=new Image
   slide_1c.src='images/show/CC81WATpw2172.jpg'
   slide_1d=new Image
   slide_1d.src='images/show/CC94LAGpw0531.jpg'
   slide_1e=new Image
   slide_1e.src='images/show/CC98SRFpw2214.jpg'
   slide_1f=new Image
   slide_1f.src='images/show/F178HOCpw1443.jpg'
   slide_1g=new Image
   slide_1g.src='images/show/MI98GDWpw0136.jpg'
   slide_1h=new Image
   slide_1h.src='images/show/CC98FONpw1917.jpg'
	
	
	// Slide Show # 3 on Paul Webb's home page
//specify interval between slide (in mili seconds)
var slidespeed_1=4000
//specify images
var slideimages_1 = 
	new Array(
		"images/show/CC00FONpw2555.jpg",
		"images/show/CC79TREpw2162.jpg",
		"images/show/CC81WATpw2172.jpg",
		"images/show/CC94LAGpw0531.jpg",
		"images/show/CC98SRFpw2214.jpg",
		"images/show/F178HOCpw1443.jpg",
		"images/show/MI98GDWpw0136.jpg",
		"images/show/CC98FONpw1917.jpg")
		
//specify corresponding links
var slidelinks_1=new Array("")

var newwindow_1=0 //open links in new window? 1=yes, 0=no

var imageholder_1=new Array()
var ie=document.all
for (i=0;i<slideimages_1.length;i++){
imageholder_1[i]=new Image()
imageholder_1[i].src=slideimages_1[i]
}

function gotoshow_1(){
if (newwindow)
window.open(slidelinks_1[whichlink_1])
else
window.location=slidelinks_1[whichlink_1]
}
// end of image cycle_1KH script 