function StartDocument()
{
	document.write("<body bgColor='#FFFFFF' leftMargin='0' topMargin='0' scroll='side' marginwidth='0' marginheight='0' text='#FF0000'>");
	document.write("<center>");
	document.write("<table border='0' width='750'>");
	return;
}

function PrintHeader()
{
	document.write("<tr valign='bottom'>");
	document.write("<td width='119'><a href='default.asp'><img src='images/logo.gif' border='0'></a></td>");
	document.write("<td background='images/header_background.gif' align='right' width='100%'>");
	document.write("<a href='contact.asp'><img src='images/header_contact.gif' border='0'></a>");
	document.write("<a href='about.asp'><img src='images/header_about.gif' border='0'></a>");
	document.write("<a href='admin.asp'><img src='images/header_login.gif' border='0'></a>");
	document.write("<a href='default.asp'><img src='images/header_home.gif' border='0'></a>");
	document.write("</td>");
	document.write("</tr><tr height='10'></tr><tr valign='top'>");
	return;
}

function PrintMenu()
{
	document.write("<td>");
	document.write("<img src='images/menu_image.gif'><br>");
	document.write("<img src='images/menu_title.gif'><br>");
	document.write("<a href='products.asp?Category=crystal&Page=1'><img src='images/menu_item_crystal.gif' border='0'></a><br>");
	document.write("<a href='products.asp?Category=cups&Page=1'><img src='images/menu_item_cups.gif' border='0'></a><br>");
	document.write("<a href='products.asp?Category=figures&Page=1'><img src='images/menu_item_figures.gif' border='0'></a><br>");
	document.write("<a href='products.asp?Category=medals&Page=1'><img src='images/menu_item_medals.gif' border='0'></a><br>");
	document.write("<a href='products.asp?Category=plaques&Page=1'><img src='images/menu_item_plaques.gif' border='0'></a><br>");
	document.write("<a href='products.asp?Category=plates&Page=1'><img src='images/menu_item_plates.gif' border='0'></a><br>");
	document.write("<a href='products.asp?Category=porcelain&Page=1'><img src='images/menu_item_porcelain.gif' border='0'></a><br>");
	document.write("<a href='http://www.abc123.nu/index.asp?lid=404657410' target='_blank'><img src='images/741_dist.gif' border='0'></a><br>");
	document.write("<a href='http://www.awardsforchampions.co.uk/catalogues' target='_blank'><img src='images/ss_dist.gif' border='0'></a><br>");
	document.write("</td>");
	return;
}

function StartMainWindow(sBanner1, sBanner2)
{
	document.write("<td align='left'>");
	document.write("<img src='images/" + sBanner1 + "'>");
	document.write("<img src='images/" + sBanner2 + "' height='72' width='270'>");
	document.write("<table cellpadding='0' cellspacing='0' border='0' width='100%'>");
	document.write("<tr height='10'><td></td></tr>");
	document.write("<tr height='1'>");
	document.write("<td class='BlueBorder' width='2'><img src='images/blanker.gif' width='1' height='1'></td>");
	document.write("<td class='BlueBorder' width='100%'><img src='images/blanker.gif' width='1' height='1'></td>");
	document.write("<td class='BlueBorder' width='2'><img src='images/blanker.gif' width='1' height='1'></td>");
	document.write("</tr>");
	document.write("<tr valign='top'>");
	document.write("<td class='BlueBorder'></td><td height='310'>");
	document.write("<table width='100%'>");
	document.write("<tr>");
	document.write("<td class='BodyText' align='center'>");
	return;
}

function EndDocument()
{
	document.write("</tr></table>");
	document.write("</center>");
	document.write("</body>");
	return;
}
