function AddHeader()
{
   document.write('   <body leftmargin=0 topmargin=0><a name=top></a>							');
   document.write('   <table border=0 cellpadding=0 cellspacing=0 width=100%>						');
   document.write('   	<tr><td><table border=0 cellpadding=0 cellspacing=0 width=1000 align=center>	');
   document.write('   	<tr><td class=sbp height=8>&nbsp;</td></tr>										');

   //document.write('   	<tr valign="center"><td align="left"><a href="../../index.html" ><img src ="../../images/logo.gif" border=0 ></a></td>	');
   //document.write('   		<td class=headerlinks id=mini><a href="http://shopping.altoedge.com/shopcustadminlogin.asp" >Log In</a><br />	');
   //document.write('   		<a href="http://shopping.altoedge.com/shopaddtocart.asp" >View Cart</a><br />	');
   //document.write('   		</td></tr>	');
   document.write('<tr>');
   document.write('<td align=left style="padding: 5px;"><a href="../../index.html" >');
   document.write('<img src ="../../images/logo.gif" border=0></a>');
   document.write('</td>');
   document.write('<td align=right style="padding: 5px;">');
   document.write('<a class=headerlinks href="https://shopping.altoedge.com/shopcustadminlogin.asp" >Log In</a><br/>');
   document.write('<a class=headerlinks href="https://shopping.altoedge.com/shopaddtocart.asp" >View Cart</a><br/>');
   document.write('<a class=tlink href="../index.html">Home</a>&nbsp;|&nbsp;<a class=tlink href="../general/about.html">About</a>&nbsp;|&nbsp;<a class=tlink href="../products/index.html">Products</a>&nbsp;|&nbsp;<a class=tlink href="../support/index.html">Support</a>&nbsp;|&nbsp;<a class=tlink href="../general/sitemap.html">SiteMap</a>');
   document.write('</tr>');
   
   document.write('   	<tr><td class=sbp height=8>&nbsp;</td></tr>										');
   document.write('	</table>																		');

   document.write('   <table border=0 cellpadding=0 cellspacing=0 width=100%>							');
   document.write('   <tr class=bar><td>&nbsp;</td>													');
   document.write('   	<td align=right valign=center width=1000 height=55>								');
   //document.write('   	<font face="Verdana, Helvetica, sans-serif" SIZE="1" COLOR=#ffffff>				');
   //document.write('   		<a class=bar href="../../index.html">Home</a>				&nbsp;|&nbsp;	');
   //document.write('   		<a class=bar href="../../general/about.html">About</a>		&nbsp;|&nbsp;	');
   //document.write('   		<a class=bar href="../../products/index.html">Products</a>	&nbsp;|&nbsp;	');
   //document.write('   		<a class=bar href="../../general/sitemap.html">SiteMap</a>	&nbsp;|&nbsp;	');
   //document.write('   		<a class=bar href="../../support/index.html">Support</a></font>				');
   document.write('   	</td><td>&nbsp;</td>															');
   document.write('   <tr class=sbp height=15><td>&nbsp;</td></tr>										');
   document.write('   </table>																			');
}

function AddFooter()
{
   document.write('   <table align=center border=0 cellpadding=0 width=1000 cellspacing=0>				');
   document.write('   	<tr height=15><td>&nbsp;</td></tr>												');
   document.write('   	<tr><td align=center><font face="Verdana, Helvetica, sans-serif" size=1>		');
   document.write('   		<a href="../../index.html">Home</a>										 | 	');
   //document.write('   		<a href="http://shopping.altoedge.com/shopaddtocart.asp" >View Cart</a>	 | 	');
   document.write('   		<a href="../../support/index.html">Support</a>							 | 	');
   document.write('   		<a href="../../general/privacy.html">Privacy Policy</a>					 | 	');
   document.write('   		<a href="../../general/terms.html">Terms & Conditions</a>				 | 	');
   document.write('   		<a href="../../general/shippolicy.html">Shipping Policy</a>					 | 	');
   document.write('   		<a href="../../general/refunds.html">Returns Policy</a>					 | 	');
   document.write('   		<a href="../../general/sitemap.html">SiteMap</a>						 | 	');
   document.write('   		<a href="../../general/contact.html">Contact Us</a>							');
   document.write('   			<div style="PADDING-TOP: 6px"></div>									');
   document.write('   		Copyright &copy; AltoEdge Pty Ltd. All rights reserved.						');
   document.write('   	<div style="PADDING-TOP: 8px"></div>											');
   document.write('   <tr height=18><td>&nbsp;</td></tr>												');
   document.write('   </table>																			');
}

function AddToCart(catID)
{
   document.write('	<table class=cartadd width=95% align=center><tr>	');
   document.write('	<td><div style="padding:1"></div></td></tr><tr>		');

   document.write('	   <td width=50>&nbsp;</td><td width=180>	');

   document.write('			<table border=0 align=center>			');
   document.write('				<tr><td>			');
   document.write(				 	  '<a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID + '&quantity=1">' + '<span style="width: 180px">Add to Cart</span></a>'	);
   document.write('				</td></tr>			');
   document.write('			</table>		');

   document.write('	<td>&nbsp;</td><td>		');

   document.write('		<table border=0 align=right><tr> 			');
   document.write('			<td><img src="../../images/guarantee.jpg"></td>		');
   document.write('			<td><a class=sb href="../../general/refunds.html"><font style="font-size:10pt;"><b>30-Day Money Back Guarantee</font></b></a></td>			');
   document.write('		</tr></table>					');
   document.write('	 </td>								');

   document.write('	</td><td width=50>&nbsp;</td>			');
   document.write('	<td><div style="padding:1"></div></td></tr><tr>		');
   document.write('	</tr></table>		');
}

function AddToCart2(catID)
{
   document.write('	<table class=cartadd width=95% align=center><tr>	');
   document.write('	<td><div style="padding:1"></div></td></tr><tr>		');

   document.write('	   <td width=50>&nbsp;</td><td width=180>	');

   document.write('			<table border=0 align=center>			');
   document.write('				<tr><td>			');
   document.write(				 	  '<a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID + '&quantity=1">' + '<span style="width: 180px">Add to Cart</span></a>'	);
   document.write('				</td></tr>			');
   document.write('				<tr><td>			');
   document.write(					   '<a class=subbutton href="http://shopping.altoedge.com/shopaddtocart.asp" ><span style="width: 180px">View Cart</span></a>'	);
   document.write('				</td></tr>			');
   document.write('			</table>		');

   document.write('	<td>&nbsp;</td><td>		');

   document.write('		<table border=0 align=right><tr> 			');
   document.write('			<td><img src="../../images/guarantee.jpg"></td>		');
   document.write('			<td><a href="../../general/refunds.html"><font style="font-size:10pt;"><b>30-Day Money Back Guarantee</b></font></a></td>			');
   document.write('		</tr><tr>		');
   document.write('			<td colspan=2 align=right><span class="popup" onClick=javascript:window.open("../../general/discounts.html","blank","toolbar=no,width=450,height=250")><img src="../../images/button_qty.jpg" border=0/></span>&nbsp;&nbsp;</td>		');
   document.write('		</tr></table>					');
   document.write('	 </td>								');

   document.write('	</td><td width=50>&nbsp;</td>			');
   document.write('	</tr></table>		');
}

function AddToCartWarranty2(catID1, catID2)
{
   document.write('	<table class=cartadd width=95% align=center><tr>	');
   document.write('	<td><div style="padding:1"></div></td></tr><tr>		');

   document.write('	   <td width=50>&nbsp;</td><td width=180>	');

   document.write('			<table border=0 align=center>			');
   document.write('				<tr><td>			');
   document.write(				 	  '<a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID1 + '&quantity=1">' + '<span style="width: 180px">Add to Cart</span></a>'	);
   document.write('				</td></tr>			');
   document.write('				<tr><td>			');
   document.write(				 	  '<a class=bluebutton href="http://shopping.altoedge.com/shopproductselect.asp?prodindex=2&processed0=' + catID1 + '&processed1=' + catID2 + '&quantity=1,1">' + '<span style="width: 180px">Add + 12-Month Warranty</span></a>'	);
   document.write('				</td></tr>			');
   document.write('				<tr><td>			');
   document.write(					   '<a class=subbutton href="http://shopping.altoedge.com/shopaddtocart.asp" ><span style="width: 180px">View Cart</span></a>'	);
   document.write('				</td></tr>			');
   document.write('			</table>		');

   document.write('	<td>&nbsp;</td><td>		');

   document.write('		<table border=0 align=right><tr> 			');
   document.write('			<td><img src="../../images/guarantee.jpg"></td>		');
   document.write('			<td><a href="../../general/refunds.html"><font style="font-size:10pt;"><b>30-Day Money Back Guarantee</b></font></a></td>			');
   document.write('		</tr><tr>		');
   document.write('			<td colspan=2 align=right><span class="popup" onClick=javascript:window.open("../../general/discounts.html","blank","toolbar=no,width=450,height=250")><img src="../../images/button_qty.jpg" border=0/></span>&nbsp;&nbsp;</td>		');
   document.write('		</tr></table>					');
   document.write('	 </td>								');

   document.write('	</td><td width=50>&nbsp;</td>			');
   document.write('	</tr></table>		');
}

function AddToCartDouble2(catID1, catID2, sSecondItem)
{
   document.write('	<table class=cartadd width=95% align=center><tr>	');
   document.write('	<td><div style="padding:1"></div></td></tr><tr>		');

   document.write('	   <td width=50>&nbsp;</td><td width=180>	');

   document.write('			<table border=0 align=center>			');
   document.write('				<tr><td>			');
   document.write(				 	  '<a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID1 + '&quantity=1">' + '<span style="width: 180px">Add to Cart</span></a>'	);
   document.write('				</td></tr>			');
   document.write('				<tr><td>			');
   document.write(				 	  '<a class=bluebutton href="http://shopping.altoedge.com/shopproductselect.asp?prodindex=2&processed0=' + catID1 + '&processed1=' + catID2 + '&quantity=1,1">' + '<span style="width: 180px">Add + ' + sSecondItem + '</span></a>'	);
   document.write('				</td></tr>			');
   document.write('				<tr><td>			');
   document.write(					   '<a class=subbutton href="http://shopping.altoedge.com/shopaddtocart.asp" ><span style="width: 180px">View Cart</span></a>'	);
   document.write('				</td></tr>			');
   document.write('			</table>		');

   document.write('	<td>&nbsp;</td><td>		');

   document.write('		<table border=0 align=right><tr> 			');
   document.write('			<td><img src="../../images/guarantee.jpg"></td>		');
   document.write('			<td><a href="../../general/refunds.html"><font style="font-size:10pt;"><b>30-Day Money Back Guarantee</b></font></a></td>			');
   document.write('		</tr><tr>		');
   document.write('			<td colspan=2 align=right><span class="popup" onClick=javascript:window.open("../../general/discounts.html","blank","toolbar=no,width=450,height=250")><img src="../../images/button_qty.jpg" border=0/></span>&nbsp;&nbsp;</td>		');
   document.write('		</tr></table>					');
   document.write('	 </td>								');

   document.write('	</td><td width=50>&nbsp;</td>			');
   document.write('	</tr></table>		');
}

function AddToCart2BackOrder(catID)
{
   document.write('	<table class=cartadd width=95% align=center><tr>	');
   document.write('	<td><div style="padding:1"></div></td></tr><tr>		');

   document.write('	   <td width=50>&nbsp;</td><td width=180>	');

   document.write('			<table border=0 align=center>			');
   document.write('				<tr><td>			');
   document.write(				 	  '<a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID + '&quantity=1">' + '<span style="width: 180px">Add (Backordered)</span></a>'	);
   document.write('				</td></tr>			');
   document.write('				<tr><td>			');
   document.write(					   '<a class=subbutton href="http://shopping.altoedge.com/shopaddtocart.asp" ><span style="width: 180px">View Cart</span></a>'	);
   document.write('				</td></tr>			');
   document.write('			</table>		');

   document.write('	<td>&nbsp;</td><td>		');

   document.write('		<table border=0 align=right><tr> 			');
   document.write('			<td><img src="../../images/guarantee.jpg"></td>		');
   document.write('			<td><a href="../../general/refunds.html"><font style="font-size:10pt;"><b>30-Day Money Back Guarantee</b></font></a></td>			');
   document.write('		</tr><tr>		');
   document.write('			<td colspan=2 align=right><span class="popup" onClick=javascript:window.open("../../general/discounts.html","blank","toolbar=no,width=450,height=250")><img src="../../images/button_qty.jpg" border=0/></span>&nbsp;&nbsp;</td>		');
   document.write('		</tr></table>					');
   document.write('	 </td>								');

   document.write('	</td><td width=50>&nbsp;</td>			');
   document.write('	</tr></table>		');
}

function CartLinks(catID,guarentee)
{
   document.write('			<table border=0 align=center width=150>			');
   document.write('				<tr><td align=center><font style="font-size:9pt; font-weight:bold;">List Price:</font>&nbsp;&nbsp;</td></tr>');
   document.write('				<tr><td align=center><font style="font-size:9pt;">Add This Product Into Your Shopping Cart</font>&nbsp;&nbsp;</td></tr>');
   document.write('				<tr><td><a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID + '&quantity=1"><span style="width: 140px">Add To Cart</span></a></td></tr>	');
   document.write('				<tr><td><a class=subbutton href="http://shopping.altoedge.com/shopaddtocart.asp" ><span style="width: 140px">View Cart</span></a></td></tr>	');
   document.write('				<tr><td align=center><a class=sb onClick=javascript:window.open("../../general/discounts.html","blank","toolbar=no,width=450,height=250")><font style="font-size:9pt; font-weight:bold;">Quantity Discounts</font></a>&nbsp;&nbsp;</td></tr>	');
   if (guarentee) { // 30 Day Guarantee
      document.write('			<tr><td><div style="padding-top:2pt;"></div></td></tr>		');
      document.write('   			<tr><td>		');
      document.write('   				<table border=0>									');
      document.write('      		 		<tr><td><img src="../../images/guarantee-w.jpg"></td>					');
      document.write('      		 		<td><a class=sb href="../../general/refunds.html">			');
      document.write('          	 		   <font style="font-size:8pt; font-weight:bold;">30-Day Money<br/> Back Guarantee</font></a>	');
      document.write('  				 	</td></tr>		');
      document.write('				</table>		');
      document.write('   			</td></tr>		');
   }
   document.write('			</table>		');
}

function CartLinksPCMac(catID,catID2,guarentee)
{
   document.write('			<table border=0 align=center width=150>			');
   document.write('				<tr><td align=center><font style="font-size:9pt; font-weight:bold;">List Price:</font>&nbsp;&nbsp;</td></tr>');
   document.write('				<tr><td align=center><font style="font-size:9pt;">Add This Product Into Your Shopping Cart</font>&nbsp;&nbsp;</td></tr>');
   document.write('				<tr><td><a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID + '&quantity=1"><span style="width: 140px">Add To Cart (PC)</span></a></td></tr>	');
   document.write('				<tr><td><a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID2 + '&quantity=1"><span style="width: 140px">Add To Cart (Mac)</span></a></td></tr>	');
   document.write('				<tr><td><a class=subbutton href="http://shopping.altoedge.com/shopaddtocart.asp" ><span style="width: 140px">View Cart</span></a></td></tr>	');
   document.write('				<tr><td align=center><a class=sb onClick=javascript:window.open("../../general/discounts.html","blank","toolbar=no,width=450,height=250")><font style="font-size:9pt; font-weight:bold;">Quantity Discounts</font></a>&nbsp;&nbsp;</td></tr>	');
   if (guarentee) { // 30 Day Guarantee
      document.write('			<tr><td><div style="padding-top:2pt;"></div></td></tr>		');
      document.write('   			<tr><td>		');
      document.write('   				<table border=0>									');
      document.write('      		 		<tr><td><img src="../../images/guarantee-w.jpg"></td>					');
      document.write('      		 		<td><a class=sb href="../../general/refunds.html">			');
      document.write('          	 		   <font style="font-size:8pt; font-weight:bold;">30-Day Money<br/> Back Guarantee</font></a>	');
      document.write('  				 	</td></tr>		');
      document.write('				</table>		');
      document.write('   			</td></tr>		');
   }
   document.write('			</table>		');
}

function CartLinksBackOrder(catID,guarentee)
{
   document.write('			<table border=0 align=center width=150>			');
   document.write('				<tr><td><a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID + '&quantity=1"><span style="width: 140px">Add (Backordered)</span></a></td></tr>	');
   document.write('				<tr><td><a class=subbutton href="http://shopping.altoedge.com/shopaddtocart.asp" ><span style="width: 140px">View Cart</span></a></td></tr>	');
   document.write('				<tr><td align=center><a class=sb onClick=javascript:window.open("../../general/discounts.html","blank","toolbar=no,width=450,height=250")><font style="font-size:9pt; font-weight:bold;">Quantity Discounts</font></a>&nbsp;&nbsp;</td></tr>	');
   document.write('			</table>		');
}

function CartLinksDouble(catID1,catID2,sSecondItem,guarantee)
{
   document.write('			<table border=0 align=center width=150>			');
   document.write('				<tr><td align=center><font style="font-size:9pt; font-weight:bold;">List Price:</font>&nbsp;&nbsp;</td></tr>');
   document.write('				<tr><td align=center><font style="font-size:9pt;">Add This Product Into Your Shopping Cart</font>&nbsp;&nbsp;</td></tr>');
   document.write('				<tr><td><a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID1 + '&quantity=1"><span style="width: 156px">Add To Cart</span></a></td></tr>	');
   document.write('				<tr><td><a class=bluebutton href="http://shopping.altoedge.com/shopproductselect.asp?prodindex=2&processed0=' + catID1 + '&processed1=' + catID2 + '&quantity=1,1"><span style="width: 156px">Add + ' + sSecondItem + '</span></a></td></tr>	');
   document.write('				<tr><td><a class=subbutton href="http://shopping.altoedge.com/shopaddtocart.asp" ><span style="width: 156px">View Cart</span></a></td></tr>	');
   document.write('				<tr><td align=center><a class=sb onClick=javascript:window.open("../../general/discounts.html","blank","toolbar=no,width=450,height=250")><font style="font-size:9pt; font-weight:bold;">Quantity Discounts</font></a>&nbsp;&nbsp;</td></tr>	');
   if (guarantee) { // 30 Day Guarantee
      document.write('			<tr><td><div style="padding-top:2pt;"></div></td></tr>		');
      document.write('   			<tr><td>		');
      document.write('   				<table border=0>									');
      document.write('      		 		<tr><td><img src="../../images/guarantee-w.jpg"></td>					');
      document.write('      		 		<td><a class=sb href="../../general/refunds.html">			');
      document.write('          	 		   <font style="font-size:8pt; font-weight:bold;">30-Day Money<br/> Back Guarantee</font></a>	');
      document.write('  				 	</td></tr>		');
      document.write('				</table>		');
      document.write('   			</td></tr>		');
   }
   document.write('			</table>		');
}

function CartLinksDoublePrice(catID1,catID2,sSecondItem,price)
{
   document.write('			<table border=0 align=center width=150>			');
   document.write('				<tr><td align=center><font style="font-size:9pt; font-weight:bold;">List Price:</font>&nbsp;&nbsp;</td></tr>');
   document.write('				<tr><td align=center><font style="font-size:9pt;"><b>' + price + '</b></font>&nbsp;&nbsp;</td></tr>');
   document.write('				<tr><td><a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID1 + '&quantity=1"><span style="width: 156px">Add To Cart</span></a></td></tr>	');
   document.write('				<tr><td><a class=bluebutton href="http://shopping.altoedge.com/shopproductselect.asp?prodindex=2&processed0=' + catID1 + '&processed1=' + catID2 + '&quantity=1,1"><span style="width: 156px">Add + ' + sSecondItem + '</span></a></td></tr>	');
   document.write('				<tr><td><a class=subbutton href="http://shopping.altoedge.com/shopaddtocart.asp" ><span style="width: 156px">View Cart</span></a></td></tr>	');
   document.write('				<tr><td align=center><a class=sb onClick=javascript:window.open("../../general/discounts.html","blank","toolbar=no,width=450,height=250")><font style="font-size:9pt; font-weight:bold;">Quantity Discounts</font></a>&nbsp;&nbsp;</td></tr>	');
   document.write('			<tr><td><div style="padding-top:2pt;"></div></td></tr>		');
   document.write('   			<tr><td>		');
   document.write('   				<table border=0>									');
   document.write('      		 		<tr><td><img src="../../images/guarantee-w.jpg"></td>					');
   document.write('      		 		<td><a class=sb href="../../general/refunds.html">			');
   document.write('          	 		   <font style="font-size:8pt; font-weight:bold;">30-Day Money<br/> Back Guarantee</font></a>	');
   document.write('  				 	</td></tr>		');
   document.write('				</table>		');
   document.write('   			</td></tr>		');
   document.write('			</table>		');
}

function AddButton(catID,w,t)
{
   if ((t == '')||(t == null)) { t = 'Add to Cart'; } 
   if ((w == '')||(w == null)) { w = 150; } 
   document.write(		'<a class=bluebutton href="http://shopping.altoedge.com/shopaddtocart.asp?catalogid=' + catID + '&quantity=1">' + '<span style="width: ' + w + 'px">' + t + '</span></a>'	);
}

function AddNavBar()
{
   document.write('   <table border=0 cellpadding=0 cellspacing=0 width=184px;>');

   // Featured Products
   document.write('   <tr><td class=sbh><h6>Featured Products</h6></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../usbcapture/index.html">Video Capture Devices</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../usbaudio/input.html">Audio Capture Devices</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../usbaudio/turntables.html">USB Turntables</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../pedals/index.html">Foot Pedals</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../pedalware/index.html">Pedalware Foot Pedal Software</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../usbaudio/humnoiseeliminator.html">Hum and Noise Eliminator</a> <font style="color: #e33125;">New</font></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../accessories/cables.html">Cables and Adapter Plugs</a> <font style="color: #e33125;">New</font></td></tr>');
   document.write('   <tr><td class=sbp height=5px>&nbsp;</td></tr>');

   // Search Bar
   //document.write('   <tr><td class=sb>	');
   //document.write('   <SCRIPT language="Javascript" type="text/javascript" src="../../js/mywebchatlive_altoedge.js"></SC' + 'RIPT> ');
   //document.write('   </td></tr>	');
   //document.write('   <tr><td class=sbp height=5px>&nbsp;</td></tr>	');
   //document.write('<tr><td class=sbh><h6>Search Our Site</h6></td></tr> <tr><td class=sbp>&nbsp;</td></tr>');
   //document.write("<tr><td class=sb>");
   //document.write("<div id="searchcontrol">Loading...</div>");
   //document.write("</td></tr>");

   // Categories
   document.write('   <tr><td class=sbh><a class=sba href="http://shopping.altoedge.com/shopdisplaycategories.asp">Categories</a></td></tr>	<tr><td class=sbp>&nbsp;</td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../pedals/index.html">Foot Pedals</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../headsets/index.html">Transcription Headsets</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../headsets/personal.html">Personal Headsets</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../dictation/index.html">Dictation Controllers</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../usbaudio/index.html">USB Audio</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../soundcards/index.html">Sound Cards</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../microphones/index.html">Professional Microphones</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../microphones/personal.html">VoIP Microphones</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../microphones/conference.html">Conference Microphones</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../products/telephony.html">Telephony and VoIP</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../callrec/index.html">Call Recording Adapters</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../products/video.html">Video</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../peripherals/index.html">USB Peripherals</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../usbaudio/peripherals.html">Audio Peripherals</a> </td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopdisplaycategories.asp?id=13">Dictation</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopdisplaycategories.asp?id=11">Transcription</a></td></tr>');
   //document.write('   <tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopdisplayproducts.asp?id=45">Technical Support</a></td></tr>');
   document.write('   <tr><td class=sbp height=10px>&nbsp;</td></tr>');
   
   document.write('   <tr><td class=sbh><h6>Specials</h6></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopdisplayproducts.asp?id=41">Sale Items</a><font style="color: #e33125;"> *Specials*</font></td></tr>');
   //document.write('   <tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopdisplayproducts.asp?id=42">Clearance Items</a></td></tr>');
   document.write('   <tr><td class=sbp height=10px>&nbsp;</td></tr>');

   // Hosted Services
   document.write('   <tr><td class=sbh><a class=sba href="http://shopping.altoedge.com/shopdisplayproducts.asp?id=43">Hosted Services</a></td></tr>	<tr><td class=sbp>&nbsp;</td></tr>');
   //document.write('   <tr><td class=sb><a class=sb href="../../pbx/hosted_ivr.html">Interactive Voice Response</a></td></tr>');
   //document.write('   <tr><td class=sb><a class=sb href="../../dictation/hosted.html">Telephone Dictation Service</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopexd.asp?id=81">Callmation Reminder Service</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="http://www.swiftconverter.com">SwiftConverter Audio Converter</a></td></tr>');
   document.write('   <tr><td class=sbp height=10px>&nbsp;</td></tr>');
   
   document.write('   <tr><td class=sbh><h6>General</h6></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../support/index.html">Product Support</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../products/index.html">AltoEdge Products List</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../general/sitemap.html">Sitemap</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../general/refunds.html">Returns Policy</a></td></tr>');

   document.write('   </table>  ');
}

function AddNavBarPedals() // this is for adding in support links for the particular product
{
   document.write('<table border=0 cellpadding=0 cellspacing=0 width=180px;>');

   // Related Categories
   document.write('<tr><td class=sbh><a class=sba href="http://shopping.altoedge.com/shopdisplaycategories.asp">Related Products</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../../pedals/index.html">Foot Pedals</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../../headsets/index.html">Headsets</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../dictation/index.html">Dictation Controllers</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../../microphones/index.html">Microphones</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopdisplaycategories.asp?id=13">Dictation</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopdisplaycategories.asp?id=11">Transcription</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('<tr><td class=sbh><a class=sba href="../support/index.html">Support</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/buyfaq.html">Purchase FAQ</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../general/refunds.html">Returns Policy</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopexd.asp?id=17">Shipping Information</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/ordersupport.html">Order Tracking</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../setup/pedals.html">Setup Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/pedals.html">Technical Support</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('<tr><td class=sbh><a class=sba href="http://www.nch.com.au/software/dictation.html">Recommended Software</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nch.com.au/scribe/index.html">Express Scribe</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nch.com.au/express/index.html">Express Dictate</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../pedalware/index.html"">Pedalware</a>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('</table>');
}

function AddNavBarVideo() // this is for adding in support links for the particular product
{
   document.write('<table border=0 cellpadding=0 cellspacing=0 width=180px;>');

   // Related Categories
   document.write('<tr><td class=sbh><a class=sba href="http://shopping.altoedge.com/shopdisplaycategories.asp">Related Products</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../../usbcapture/index.html">Video Capture Devices</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../../usbaudio/input.html">Audio Capture Devices</a></td></tr>');
//   document.write('   <tr><td class=sb><a class=sb href="../../peripherals/dvd.html">External DVD Burner</a></td></tr>');
//   document.write('<tr><td class=sb><a class=sb href="../../peripherals/bluray.html">External Blu-Ray Burner</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopdisplayproducts.asp?id=21&cat=USB+Video+Adapters">USB Video Adapters</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopdisplayproducts.asp?id=22&cat=USB+TV+Tuners">USB TV Tuners</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('<tr><td class=sbh><a class=sba href="../support/index.html">Support</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/buyfaq.html">Purchase FAQ</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../general/refunds.html">Returns Policy</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopexd.asp?id=15">Shipping Information</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/ordersupport.html">Order Tracking</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../setup/usbcapture.html">Setup Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/ordersupport.html">Technical Support</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('<tr><td class=sbh><a class=sba href="http://www.nchsoftware.com/software/video.html?ref=alto">Recommended Software</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nchsoftware.com/goldenvideos/index.html?ref=alto">Golden Videos</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nchsoftware.com/capture/index.html?ref=alto">Debut Video Capture</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nchsoftware.com/videopad/index.html?ref=alto">VideoPad</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('</table>');
}

function AddNavBarTurntables() // this is for adding in support links for the particular product
{
   document.write('<table border=0 cellpadding=0 cellspacing=0 width=180px;>');

   // Related Categories
   document.write('<tr><td class=sbh><a class=sba href="http://shopping.altoedge.com/shopdisplaycategories.asp">Related Products</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../../usbaudio/turntables.html">USB Turntables</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../../usbcapture/index.html">Video Capture Devices</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../../usbaudio/input.html">Audio Capture Devices</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../soundcards/index.html">Sound Cards</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopdisplaycategories.asp?id=9&cat=Audio">Audio Devices</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('<tr><td class=sbh><a class=sba href="../support/index.html">Support</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/buyfaq.html">Purchase FAQ</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../general/refunds.html">Returns Policy</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://shopping.altoedge.com/shopexd.asp?id=60">Shipping Information</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/ordersupport.html">Order Tracking</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.gracedigitalaudio.com/duploads/UG/AVPUSB01S-UG-01.pdf">USB Turntable Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.gracedigitalaudio.com/duploads/UG/GDI-VW00_UG_01.pdf">USB Mini Turntable Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.audio-technica.com/cms/resource_library/literature/30390ad6cc73e917/at_lp2d_usb_om.pdf">Audiophile Turntable Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/ordersupport.html">Technical Support</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('<tr><td class=sbh><a class=sba href="http://www.nchsoftware.com/software/video.html?ref=alto">Recommended Software</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nchsoftware.com/goldenvideos/index.html?ref=alto">Golden Videos</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nchsoftware.com/capture/index.html?ref=alto">Debut Video Capture</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nchsoftware.com/videopad/index.html?ref=alto">VideoPad</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('</table>');
}

function AddNavBarCallRec()
{
   document.write('<table border=0 cellpadding=0 cellspacing=0 width=180px;>');

   // Related Categories
   document.write('<tr><td class=sbh><a class=sba href="http://shopping.altoedge.com/shopdisplaycategories.asp">Related Products</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../../callrec/index.html">Call Recording</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../../usbaudio/input.html">Audio Capture Devices</a></td></tr>');
   document.write('   <tr><td class=sb><a class=sb href="../../soundcards/index.html">Sound Cards</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('<tr><td class=sbh><a class=sba href="../support/index.html">Support</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/buyfaq.html">Purchase FAQ</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../general/refunds.html">Returns Policy</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="../support/ordersupport.html">Order Tracking</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="pdf/lrx35-userguide.pdf">CRVECLRX35 Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="pdf/lrx37c-userguide.pdf">CRVECLRX37C Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.trillium.com.au/uploads/REC-ADPT_User_Guide.pdf">CRTRIRADP Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.trillium.com.au/uploads/REC-ADPT-USB_User_Guide.pdf">CRTRIRADPUSB Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.trillium.com.au/uploads/REC-ANN-ADPT-USB_User_Guide.pdf">CRTRIRADPUSBCA Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.trillium.com.au/uploads/REC-ADPT-LC_User_Guide.pdf">CRTRIRLC Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.trillium.com.au/uploads/REC-ADPT-USB-LC_User_Guide.pdf">CRTRIRLCUSB Guide</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.trillium.com.au/uploads/CompatibilityGuide.pdf">TRI Compatibility Chart</a></td></tr>');
   
   document.write('<tr><td class=sb><a class=sb href="../support/ordersupport.html">Technical Support</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('<tr><td class=sbh><a class=sba href="http://www.nch.com.au/software/callrec.html?ref=alto">Recommended Software</a></td></tr><tr><td class=sbp>&nbsp;</td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nchsoftware.com/vrs/index.html?ref=alto">VRS Recording System</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nchsoftware.com/trx/index.html?ref=alto">TRx Phone Recorder</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nchsoftware.com/ivm/index.html?ref=alto">IVM Answering Attendant</a></td></tr>');
   document.write('<tr><td class=sb><a class=sb href="http://www.nchsoftware.com/recordpad/index.html?ref=alto">RecordPad Sound Recorder</a></td></tr>');
   document.write('<tr><td class=sbp height=10px>&nbsp;</td></tr>');

   document.write('</table>');
}

function OnLoad()
{
   // Create a search control
   var searchControl = new google.search.SearchControl();

   // Add in a full set of searchers
   var localSearch = new google.search.LocalSearch();
   searchControl.addSearcher(localSearch);
   searchControl.addSearcher(new google.search.WebSearch());
   searchControl.addSearcher(new google.search.ImageSearch());

   // Set the Local Search center point
   localSearch.setCenterPoint("New York, NY");

   // tell the searcher to draw itself and tell it where to attach
   searchControl.draw(document.getElementById("searchcontrol"));

   // execute an inital search
   searchControl.execute("VW GTI");
}

