



	  
	  
	  
function gotoshow()
{
	if (newwindow)
			window.open(slidelinks[whichlink])
		else
			window.location=slidelinks[whichlink]
}		
		
						
function slideit()
{
	
	 	 
	if (!document.images) return
	if (ie) document.images.slide.filters[0].apply()
	document.images.slide.src = imageholder[whichimage].src
	if (ie) document.images.slide.filters[0].play()
	whichlink=whichimage
	whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0
	setTimeout("slideit()",slidespeed+blenddelay)
}						




