



	  
	  
	  
function gotoshow()
{
	if (newwindow)
			window.open(slidelinks1[whichlink1])
		else
			window.location=slidelinks1[whichlink1]
}		
		
						
function slideit1()
{	 	 
	if (!document.images) return
	if (ie) document.images.slide1.filters[0].apply()
	document.images.slide1.src = imageholder1[whichimage1].src
	if (ie) document.images.slide1.filters[0].play()
	whichlink1=whichimage1
	whichimage1=(whichimage1<slideimages1.length-1)? whichimage1+1 : 0
	setTimeout("slideit1()",slidespeed1+blenddelay)
}						



