// Build page header
// Page header graphic is assembled in HTMLStr
// Followed by the menu bar and image map for 
// link(s) in the header graphic.
// HTMLStr is then output to the browser.

var HTMLStr;

HTMLStr="<img src='images/spacer.gif' width='20' height='8'>" +
"<table border='0' cellspacing='0' cellpadding='0'>" + 
"	<tr>" +
"		<td><img src='images/bctop720.jpg' width='720' height='120' usemap='#head_02'  border='0'></td>" + 
"	</tr>" + 
"</table>" +
"<font size='1'><br /></font>" +
"<map name='head_02'>" +
"<area shape='rect' alt='' coords='20, 102, 57, 119' href='home.htm' title=''>" +
"<area shape='rect' alt='' coords='64, 102, 106, 119' href='menurepairs.htm' title=''>" +
"<area shape='rect' alt='' coords='113, 102, 168, 119' href='menunewgear.htm' title=''>" +
"<area shape='rect' alt='' coords='177, 102, 232, 119' href='menuusedgear.htm' title=''>" +
"<area shape='rect' alt='' coords='244, 102, 312, 119' href='accessories.htm' title=''>" +
"<area shape='rect' alt='' coords='323, 102, 406, 119' href='http://www.gunsails.co.uk' target='_blank' title=''>" +
"<area shape='rect' alt='' coords='416, 102, 448, 119' href='links.htm' title=''>" +
"<area shape='rect' alt='' coords='457, 102, 489, 119' href='about.htm' title=''>" +
"<area shape='rect' alt='' coords='498, 102, 556, 119' href='contact.htm' title=''>" +
"<area shape='rect' alt='' coords='567, 102, 613, 119' href='holidays.htm' title=''>" +
"<area shape='rect' alt='' coords='621, 102, 701, 119' href=\"JavaScript:openCartWin('https://www.gunsails.co.uk/secure_html/shopping/goShopping.asp?action=viewcart')\" title=''>" +
"<area shape='rect' alt='Free Ads!' coords='591,46,698,90' href='menuusedgear.htm' title='freeads'>" +
"</map>"  
document.write(HTMLStr);
