// JavaScript Document

function watch_the_video(src)	{
	obj = document.getElementById("slideshow");
	obj.innerHTML = src;
	// A line of code has been added to jquery.galleriffic.js reversing this insrt; search on atb to find
}

function show_shadow(src)	{
	obj = document.getElementById(src);
	obj.style.background='url(Images/cat_thumb_hover.gif)';
	obj.style.backgroundRepeat='no-repeat';
}

function hide_shadow(src)	{
	obj = document.getElementById(src);
	obj.style.background='url(Images/cat_thumb_bg.gif)';
	obj.style.backgroundRepeat='no-repeat';	
}
