if (navigator.userAgent && navigator.userAgent.indexOf("Netscape")>=0) {
	//netscape
	bgImage = 'bgnetscape.gif'
} else if (navigator.userAgent && navigator.userAgent.indexOf("Opera")>=0) {
	//opera
	bgImage = 'bgopera.gif'
} else {
	//IE
	bgImage = 'bg.gif'
}
document.write('<body background="images/' +bgImage + '">')

document.write('<map name="quickbutt">')
document.write('<area alt="View Basket" coords="5,4,47,46" href="javascript:showCart()">')
document.write('<area alt="Proceed to Checkout" coords="53,5,97,46" href="javascript:showCart()">')
document.write('<area alt="Email Us" coords="103,5,147,46" href="contact.html">')
document.write('<area alt="Home Page" coords="153,5,196,46" href="index.html">')
document.write('</map>')

document.write('<map name="mainmenu">')
document.write('<area alt="" coords="4,21,173,50" href="index.html">')
document.write('<area alt="" coords="4,51,174,82" href="contact.html" shape="RECT">')
document.write('<area alt="" coords="2,84,173,112" href="viewmodels.html" shape="RECT">')
document.write('<area alt="" coords="3,114,173,142" href="buywithconf.html" shape="RECT">')
document.write('<area alt="" coords="4,145,174,175" href="about.html">')
document.write('</map>')

document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">')
document.write('<tr>')
document.write('<td align="left"><img src="images/ban1.gif" width="439" height="60" border="0" alt=""></td>')
document.write('<td align="right"><img name="quickbutt" src="images/quickbuttons.gif" width="200" height="50" border="0" alt="" usemap="#quickbutt"></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td colspan="2" align="center"><img src="images/transparent.gif" width="1" height="5" border="0" alt=""></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td colspan="2" align="right"><img src="images/ban2.gif" width="501" height="53" border="0" alt=""></td>')
document.write('</tr>')
document.write('</table>')