<!-- 		16/11/2011 	wsmenus.js -->
// backward compatibility
function salemenu() {salemenu1();}
function rentmenu() {rentmenu1();}
function rentmenu1l() {rentmenu1();}
function rentmenu2l() {rentmenu2();}

function salemenu1()  {
if (document.layers){ 
	document.writeln('<table border="0"><tr><td>');
	document.writeln('<ilayer><layer src="salemenu.htm"></layer></ilayer>');
	document.writeln('</td></tr></table><br />');
}else{ 
	document.write('<div style="clear:both;"></div>'
		+'<div class="wsmenu2 noprint"><a href="wslive.php" target="_parent" title="Performance">&nbsp;Performance&nbsp;</a><a href="wsnightc.htm" target="_parent" title="DJ">&nbsp;DJ&nbsp;</a><a href="wsdigit.htm" target="_parent" title="Recording">&nbsp;Recording&nbsp;</a><a href="wslights.htm" target="_parent" title="Lighting">&nbsp;Lighting&nbsp;</a><a href="wsshowrm.htm" target="_parent" title="Showroom Specials">&nbsp;Specials&nbsp;</a></div>'
		);
	}
}

function salemenu2() {
if (document.layers) {document.writeln('<br />');
}else{ 
	document.write('<div style="clear:both;"></div>'
		+'<div class="wsmenu2 noprint"><a href="wslive.php" target="_parent" title="Performance">&nbsp;Performance&nbsp;</a><a href="wsnightc.htm" target="_parent" title="DJ">&nbsp;DJ&nbsp;</a><a href="wsdigit.htm" target="_parent" title="Recording">&nbsp;Recording&nbsp;</a><a href="wslights.htm" target="_parent" title="Lighting">&nbsp;Lighting&nbsp;</a><a href="wsshowrm.htm" target="_parent" title="Showroom Specials">&nbsp;Specials&nbsp;</a></div>'
		);
	}
}

function rentmenu1() {
if (document.layers) { 
	document.writeln('<br /><table border="0"><tr><td>');
	document.writeln('<ilayer><layer name="menubar" src="rentmenu.htm"></layer></ilayer>');
	document.writeln('</td></tr></table>');
}else{ 
	document.write('<div style="clear:both;"></div>'
		+'<div class="wsmenu2 noprint"><a href="wsrinfo.htm" target="_parent" title="Terms&nbsp;of&nbsp;Service">&nbsp;Terms&nbsp;of&nbsp;Service&nbsp;</a><a href="wsrlinfo.htm" target="_parent" title="Long&nbsp;Term&nbsp;Rental">&nbsp;Long&nbsp;Term&nbsp;</a><a href="wsrentid.htm" target="_parent" title="Registration">&nbsp;Registration&nbsp;</a><a href="wscracc.htm" target="_parent" title="Account Application">&nbsp;Account application&nbsp;</a><a href="wsragrm.htm" target="_parent" title="Agreement">&nbsp;Agreement&nbsp;</a><a href="wss2hand.htm" target="_parent" title="Used Gear Sale">&nbsp;Used Gear&nbsp;</a></div>'
		);
	}
}

function rentmenu2() {
if (document.layers) {document.writeln('<br />');
}else{ 
	document.write('<div style="clear:both;"></div>'
		+'<div class="wsmenu2 noprint"><a href="wsrinfo.htm" target="_parent" title="Terms&nbsp;of&nbsp;Service">&nbsp;Terms&nbsp;of&nbsp;Service&nbsp;</a><a href="wsrlinfo.htm" target="_parent" title="Long&nbsp;Term&nbsp;Rental">&nbsp;Long&nbsp;Term&nbsp;</a><a href="wsrentid.htm" target="_parent" title="Registration">&nbsp;Registration&nbsp;</a><a href="wscracc.htm" target="_parent" title="Account Application">&nbsp;Account application&nbsp;</a><a href="wsragrm.htm" target="_parent" title="Agreement">&nbsp;Agreement&nbsp;</a><a href="wss2hand.htm" target="_parent" title="Used Gear Sale">&nbsp;Used Gear&nbsp;</a></div>'
		);
	}
}


