if(document.images)
{
	var imag0 = new Image();
	imag0.src = "SheerHopodyFullLogo.gif";
	var imag1 = new Image();
	imag1.src = "martin.jpg";
	var imag2 = new Image();
	imag2.src = "mike.jpg";
	var imag3 = new Image();
	imag3.src = "sue.jpg";
	var imag4 = new Image();
	imag4.src = "simon.jpg";
	var imag5 = new Image();
	imag5.src = "trevor.jpg";
	var imag6 = new Image();
	imag6.src = "vicki.jpg";
	var imag7 = new Image();
	imag7.src = "sarah.jpg";
}

function reset(){document.getElementById('showform').run.value="  Next Slide  ";}

function next(i)
{
	var img =eval("imag" + i + ".src");
	document.images["show"].src=img;
	if (sn!=0)
		{
		boxscroll(30);
		document.getElementById('showform').run.value="Please wait";
		if (sn==1){timerDelay=setTimeout ("reset()",24000);}
		if (sn!=1){timerDelay=setTimeout ("reset()",7800);}
	
		}
	if (sn==0){document.getElementById('showform').box.value="Please read on...";}
}

var sn=0
function gonext()
{
sn++;
if (sn==8){sn=0;}
next(sn);
}

function boxscroll(incr)
{
if (sn==1){
	var msgRun="    Our Caller:  Martin Hodge - the linchpin of the whole event.  With a calm, gentle and humorous manner, he'll take you through each dance, guiding you in the right direction.   ";}
if (sn==2){
	var msgRun="    Melodeon: Mike - the man with all the tunes   ";}
if (sn==3){
	var msgRun="    Flute: Sue - filling in the harmony   ";}
if (sn==4){
	var msgRun="    Guitar: Simon - bringing in the rhythm  ";}
if (sn==5){
	var msgRun="    Bass: Trevor - laying the foundation    ";}
if (sn==6){
	var msgRun="    Drums: Vicki - adding a punch     ";}
if (sn==7){
	var msgRun="    Sax: Sarah - flavouring with pzazz!     ";}

var opt=" ";
var c=1;
if (incr>0)
	{
	for (c=0;c<incr;c++){opt+=" ";}
	opt+=msgRun;
	incr-=2;
	document.getElementById('showform').box.value="                           ";
	document.getElementById('showform').box.value=opt;
	timer=setTimeout ("boxscroll ("+incr+")",125);
	}
else
	{
	if (-incr<msgRun.length)
		{opt+=msgRun.substring (-incr,msgRun.length);
		incr-=2;
		document.getElementById('showform').box.value=opt;
		timer=setTimeout ("boxscroll ("+incr+")",200);
		}
	}
}

function newResponseWindow()
{
var str = "scrollbars=1,menubar=0,toolbar=0,resizable,left=50,screenX=50,top=25,screenY=25";
infowindow=window.open("response.htm","_blank",str);
}

function scroll(incr)
{
var msgRun="Sheer Hopody Barn Dance Band - based in Devon, England - ideal for Wedding Receptions, Birthday Parties and Anniversaries.  Will travel.";
var msgEnd="Sheer Hopody Barn Dance Band - based in Devon, England"
var opt=" ";
var c=1;
if (incr>0)
	{
	for (c=0;c<incr;c++){opt+=" ";}
	opt+=msgRun;
	incr-=2;
	window.status=opt;
	timer=setTimeout ("scroll ("+incr+")",125);
	}
else
	{
	if (-incr<msgRun.length)
		{opt+=msgRun.substring (-incr,msgRun.length);
		incr-=2;
		window.status=opt;
		timer=setTimeout ("scroll ("+incr+")",200);
		}
	else
		{window.status=msgEnd;
		}
	}
}

function runstatus()
{
window.status="Sheer Hopody Barn Dance Band - based in Devon, England";
timerDelayStart=setTimeout ("scroll (120)",1800);
}

