// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

// Scripts for golfersdvd.com
// (c) 2004 Pierlis SARL
// All rights reserved

function setImage(theImage)
{
	document.images.snapshot.src="/images/"+theImage;
}

function openViewer(theSource)
{
	window.open('/golfer/videoviewer?src=' + theSource, 'VideoViewer', 'width=325px,height=268px,scrollbars=no,resizable=yes');
}