// do Header and Footer for www.fireworkphotography.co.uk

function doHeader() {

	var outStr = "";
	outStr += '<div align="left">';

	outStr += '<table border="0" cellspacing="0" cellpadding="0" width="960">';
	outStr += '  <tr>';
	outStr += '    <td width="170" align="center" height="52">';
	outStr += '      <a href="http://www.businessimaging.co.uk/index_frame.htm" target="_top"><img border="0" src="images/BI_logoInv.gif" width="127" align="left"></a>';
	outStr += '    </td>';
	outStr += '    <td width="850" valign="middle" align="center" height="52" colspan="3">';
	outStr += '      <p align="center">';
	outStr += '      <img border="0" src="images/coollogo_com_fwkphoto.gif" width="680" height="39">';
	outStr += '      </p>';
	outStr += '    </td>';
	outStr += '  </tr>';
	outStr += '  <tr>';
	outStr += '    <td width="170" class=menubar><img border="0" src="images/1pixel_white.gif" width="1" height="1"></td>';
	outStr += '    <td width="940" class=menubar colspan=3><img border="0" src="images/1pixel_white.gif" width="1" height="1"></td>';
	outStr += '    </TR>';
	outStr += '  <tr>';
	outStr += '    <td width="170" height="26" align="center" valign="middle">';
	outStr += '      <p align="left"><b><font color="#FFFFFF" face="Arial" size="3">tel:01925 721100</font></b></td>';
	outStr += '    <td width="940" height="26" valign="middle" align="right" colspan="3">';
	
	outStr += '  <script language=javascript> new menu (MENU_ITEMS, MENU_POS);  </script>';
	outStr += '    </td>';
	outStr += '  </tr>';
	outStr += '  <tr>';
	outStr += '    <td width="170" class=menubar><img border="0" src="images/1pixel_white.gif" width="1" height="1"></td>';
	outStr += '    <td width="940" class=menubar colspan=3><img border="0" src="images/1pixel_white.gif" width="1" height="1"></td>';
	outStr += '  </tr>';
	outStr += '</table>';

	outStr += '</div>';

	document.write (outStr);


}

function doHeader2() {
// this is a header but nested down 1 layer so all refs start ../

	var outStr = "";
	outStr += '<div align="left">';

	outStr += '<table border="0" cellspacing="0" cellpadding="0" width="960">';
	outStr += '  <tr>';
	outStr += '    <td width="170" align="center" height="52">';
	outStr += '      <a href="http://www.businessimaging.co.uk/index_frame.htm" target="_top"><img border="0" src="../images/BI_logoInv.gif" width="127" align="left"></a>';
	outStr += '    </td>';
	outStr += '    <td width="850" valign="middle" align="center" height="52" colspan="3">';
	outStr += '      <p align="center">';
	outStr += '      <img border="0" src="../images/coollogo_com_fwkphoto.gif" width="680" height="39">';
	outStr += '      </p>';
	outStr += '    </td>';
	outStr += '  </tr>';
	outStr += '  <tr>';
	outStr += '    <td width="170" class=menubar><img border="0" src="../images/1pixel_white.gif" width="1" height="1"></td>';
	outStr += '    <td width="940" class=menubar colspan=3><img border="0" src="../images/1pixel_white.gif" width="1" height="1"></td>';
	outStr += '    </TR>';
	outStr += '  <tr>';
	outStr += '    <td width="170" height="26" align="center" valign="middle">';
	outStr += '      <p align="left"><b><font color="#FFFFFF" face="Arial" size="3">tel:01925 657575</font></b></td>';
	outStr += '    <td width="940" height="26" valign="middle" align="right" colspan="3">';
	
	outStr += '  <script language=javascript> new menu (MENU_ITEMS1, MENU_POS1);  </script>';
	outStr += '    </td>';
	outStr += '  </tr>';
	outStr += '  <tr>';
	outStr += '    <td width="170" class=menubar><img border="0" src="../images/1pixel_white.gif" width="1" height="1"></td>';
	outStr += '    <td width="940" class=menubar colspan=3><img border="0" src="../images/1pixel_white.gif" width="1" height="1"></td>';
	outStr += '  </tr>';
	outStr += '</table>';

	outStr += '</div>';

	document.write (outStr);


}

function doFooter() {

	var outStr = "";
	outStr += '<td width="960" colspan="3" valign="middle" class=footertop>';
	outStr += '<p align="center"><font size="2" face="Arial"><a href="aboutus.htm" target="_top">About</a>&nbsp;&nbsp; |&nbsp;&nbsp; <a href="services.htm" target="_top">Firework Photography Services</a>&nbsp;&nbsp; |&nbsp;&nbsp;';
	outStr += '<a href="gallery.htm" target="_top">Firework Photos</a>&nbsp;&nbsp;';
	outStr += '|&nbsp;&nbsp; <a href="directory.htm" target="_top">Fireworks Directory</a>&nbsp;&nbsp; |&nbsp;&nbsp;';
	outStr += '<a href="forumlinks.htm" target="_top">Fireworks Forum &amp;';
	outStr += ' Links</a>&nbsp;&nbsp; |&nbsp;&nbsp; <a href="faqs.htm" target="_top">Firework FAQs</a>&nbsp;&nbsp; |&nbsp;&nbsp;';
	outStr += '<a href="contact.htm" target="_top">Contact</a></font></td>';

	document.write ( outStr );

}

function doFooter2() {
// this is a footer but nested down 1 layer so all refs start ../

	var outStr = "";
	outStr += '<td width="960" colspan="3" valign="middle" class=footertop>';
	outStr += '<p align="center"><font size="2" face="Arial"><a href="../aboutus.htm" target="_top">About</a>&nbsp;&nbsp; |&nbsp;&nbsp;';
	outStr += '<a href="../services.htm" target="_top">Firework Photography Services</a>&nbsp;&nbsp; |&nbsp;&nbsp;';
	outStr += '<a href="../gallery.htm" target="_top">Firework Photos</a>&nbsp;&nbsp;';
	outStr += '|&nbsp;&nbsp; <a href="../directory.htm" target="_top">Fireworks Directory</a>&nbsp;&nbsp; |&nbsp;&nbsp;';
	outStr += '<a href="../forumlinks.htm" target="_top">Fireworks Forum &amp;';
	outStr += ' Links</a>&nbsp;&nbsp; |&nbsp;&nbsp; <a href="../faqs.htm" target="_top">Firework FAQs</a>&nbsp;&nbsp; |&nbsp;&nbsp;';
	outStr += '<a href="../contact.htm" target="_top">Contact</a></font></td>';

	document.write ( outStr );

}
