one = new Image();
one.src='images/stit01b.jpg';
two = new Image();
two.src='images/stit02b.jpg';
three = new Image();
three.src='images/stit03b.jpg';
four = new Image();
four.src='images/stit12b.jpg';
five = new Image();
five.src='images/stit05b.jpg';
six = new Image();
six.src='images/stit06b.jpg';
seven = new Image();
seven.src='images/stit07b.jpg';
eight = new Image();
eight.src='images/stit08b.jpg';
nine = new Image();
nine.src='images/stit09b.jpg';
ten = new Image();
ten.src='images/stit10b.jpg';
eleven = new Image();
eleven.src='images/stit11b.jpg';
twelve = new Image();
twelve.src='images/stit12b.jpg';
thirteen = new Image();
thirteen.src='images/stitmb.jpg';
fourteen = new Image();
fourteen.src='images/stiteb.jpg';
fifteen = new Image();
fifteen.src='images/stit04b.jpg';
sixteen = new Image();
sixteen.src='images/stit12b.jpg';

function swap(name, source, message)
	{
		eval("document." + name + ".src = 'images/" + source + "';");	
		window.status = message; 
	}

function mailto(domain,user) 
	{ 
		document.location.href = "mailto:" + user + "@" + domain + "?subject=Black%20Cock%20Inn%20Website%20Enquiry";
	}

function pop(url,winheight,winwidth)
	{
		//Default sizes for window
		if (winheight==null) winheight='800';
		if (winwidth==null) winwidth='800';
		window.name="mainwin"
		wintype="prodwin"
		eval("window.open(url, wintype, 'toolbar=0,location=,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+winwidth+",height="+winheight+"')")
	}

function pop2(url,winheight,winwidth)
{
	//Centred popup window
	if (winheight==null) winheight='480';
	if (winwidth==null) winwidth='540';
	window.name="mainwin"
	wintype="prodwin"
	var left   = (screen.width  - winwidth)/2;
	var top    = (screen.height - winheight)/2;
	var params = 'width='+winwidth+', height='+winheight;
	params += ', top='+top+', left='+left;
	params += ', directories=no';
	params += ', location=no';
	params += ', menubar=no';
	params += ', resizable=yes';
	params += ', scrollbars=yes';
	params += ', status=no';
	params += ', toolbar=no';
	newwin=window.open(url, wintype, params);
}

function pop3(url,winheight,winwidth)
{
	//Centred popup window
	if (winheight==null) winheight='480';
	if (winwidth==null) winwidth='540';
	window.name="mainwin"
	wintype="prodwin"
	var left   = (screen.width  - winwidth)/2;
	var top    = (screen.height - winheight)/2;
	var params = 'width='+winwidth+', height='+winheight;
	params += ', top='+top+', left='+left;
	params += ', directories=no';
	params += ', location=no';
	params += ', menubar=no';
	params += ', resizable=no';
	params += ', scrollbars=no';
	params += ', status=no';
	params += ', toolbar=no';
	newwin=window.open(url, wintype, params);
}

function validate() {
	if (document.form1.Name.value.length < 4) { alert("You have missed out some information\nPlease enter your Full Name\n\nThank you for your interest"); return false; }
	if (document.form1.Telno.value.length < 6) { alert("You have missed out some information\nPlease enter your Telephone Number\n\nThank you for your interest"); return false; }
	if (document.form1.email.value.length < 6) { alert("You have missed out some information\nPlease enter your Email Address\n\nThank you for your interest"); return false; }
	}
