//		10/01/2012		wsheader.js      //
document.writeln('<div id="logo3">'
	+'<a href="'+$homeUrl+'" target="_parent" title="Go to Warehouse Sound Systems Home Page" accesskey="h" style="position:relative;display:block;float:left;width:130px;height:120px;background-color:transparent;"></a>'
	+$docWWW+docEmail()
	+'<div class="clear"></div>'
	+'</div>');

document.writeln('<div id="backArrow">'
	+'<a href="javascript:goBack();" title="Go to Previous Page" accesskey="b" style="display:block;width:100%;height:100%;"></a>'
	+'</div>');

document.writeln('<div class="wssmenu"><a href="'+$homeUrl+'" accesskey="h" target="_parent" title="Home page">&nbsp;Home&nbsp;</a><a href="wsproduct.htm" accesskey="p" target="_parent" title="Product catalogues">&nbsp;Products&nbsp;</a><a href="wsrental.htm" accesskey="r" target="_parent" title="Rental catalogue">&nbsp;Rental&nbsp;</a><a href="wsinstal.htm" accesskey="i" target="_parent" title="Installations by Warehouse Sound Systems">&nbsp;Installations&nbsp;</a><a href="wsabout.htm" accesskey="a" target="_parent" title="About Warehouse Sound Systems">&nbsp;About&nbsp;</a><a href="wssemail.htm?subject='+document.title+'" title="Send an email to Warehouse Sound Systems" target="_parent">&nbsp;Email&nbsp;</a><a href="wstock.htm" title="Online catalogue search" target="_parent">&nbsp;Search&nbsp;</a></div>');

document.writeln('<div class="printonly" style="position:absolute;left:0;padding:0;text-align:left;"><img src="'+logo3.src+'" name="image1" alt="Home Page" /></div>'
	+'<div class="printonly" style="margin:0 0 30px 0;padding:0;text-align:center;">'
	+$docWWW
	+docEmail()
	+'<br /><small>'+nowDate()+'</small>'
	+'</div>');

