function openShop() {
	iWidth = (window.screen.width-10);
	iHeight =  (window.screen.height-60);
	window.open("../shop/index.htm","TCshop","width=" + iWidth + ",height=" + iHeight + ",left=0,top=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=no");
}

function nav(row) {
	var bobble='<IMG SRC="../img/pil.gif" WIDTH="8" HEIGHT="8" BORDER="0">';
	document.write('<basefont=2><font face=sans-serif><table width=750><tr><td align="center" valign="top">');
	document.write('<IMG SRC=../shop/images/title.gif width=380 height=45 ALT="Stonecast model railway accessories" BORDER=0>');
	document.write('</TD><TD></TD><TD ALIGN=CENTER VALIGN=MIDDLE>');
	document.write('<font face="sans-serif" size="1">');
	document.write('<img src=../shop/images/address.gif width=199 ');
	document.write('height=30 alt="100C High Street Cowdenbeath Fife KY4 9NF"><BR><A HREF=mailto:TenCommandments@Cast-in-Stone.co.uk>');
	document.write('<b>TenCommandments@Cast-in-Stone.co.uk</b></A></font>');
	document.write('</TD></TR></TABLE><TABLE WIDTH=750 BORDER=0><TR><TD WIDTH=100 VALIGN=TOP><FONT FACE=Arial, Verdana, Helvetica SIZE=2>');
	document.write(bobble + '<A HREF=home.html>Home</A><BR>');
	document.write(bobble + '<A HREF=introduction.html>Introduction</A><BR>');
	document.write(bobble + '<A HREF="javascript:openShop()">Catalogue</A><BR>');
	document.write(bobble + '<A HREF=wagonloads.html>Wagonloads</A><BR>');
	document.write(bobble + '<A HREF=linesideaccessories.html>Lineside</A><BR>');
	document.write(bobble + '<A HREF=painting.html>Painting</A><BR>');
	document.write(bobble + '<A HREF=exhibitionz.php>Exhibitions</A><BR>');
	document.write(bobble + '<A HREF=outlets.html>Outlets</A><BR>');
	document.write(bobble + '<A HREF=preorder.php>Pre-order</A><BR>');
	document.write(bobble + '<A HREF=contact.html>Order direct</A><BR>');
	document.write(bobble + '<A HREF=contact.html#contact>Contact us</A><BR>');
	document.write(bobble + '<A HREF=survey.html>Survey</A><BR><BR>');
	document.write('</FONT></TD><TD WIDTH=20 VALIGN=TOP ALIGN=CENTER></TD>');
	document.write('<TD ROWSPAN="2" WIDTH="480" VALIGN="TOP" CLASS="main">');
}

function rightnav() {
	document.write('</TD></TR></TABLE>');
}

function newpage(image,title) {
	document.write('<body bgcolor="#99ff99" background="images/mtibg.jpg"><center>');
	document.write('<font face="Arial,sans-serif" size="5" color="#003300">' + title + '</font><p>');
	document.write('<a href="javascript:history.go(-1)"><img src="images/' + image + '" alt="' + title + '"></a><p>');
	document.write('<font face="Arial,sans-serif" size="3" color="#003300">Click on the photo to return</center></body>');
}

function mousie() {
	document.write('onMouseOver="window.status=');
	document.write("'Click on the thumbnail to see the full sized photograph'; return true");
	document.write('" onMouseOut="window.status=');
	document.write("'Ten Commandments - www.Cast-in-Stone.co.uk'; return true");
}

function photojpg(image,w,h) {
	document.write('<a href="javascript:newpage(');
	document.write("'" +image+ ".jpg','" +image+ "') ");
	document.write(';" ');
	mousie();
	document.write('"><img src="shop/thumbs/tn_' + image + '" width="' + w + '" height="' + h + '" alt="' + image +'" border="2"></a> ');
}
