<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP

if (document.URL.indexOf('inc_frame') >= 0) {
	document.write('<DIV id="menulocationinframe" style="z-index: 10;" class="printhide">');
} else {
	document.write('<DIV id="menulocation" style="z-index: 10;" class="printhide">');
}
	document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
if (linkstop == "no" && document.URL.indexOf('inc_frame') == -1) {
	document.write('<img src="picts/menu-top.gif" width="152" height="90" class="menutrans"><br>');
}
	document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA


document.write('  <li class="menuT"><a target="_parent" href="index.html">Home</a></li>');

document.write('  <!-- BJB20070719 <li class="menuT"><a target="_parent" href="about.htm">About Us</a></li>-->');

document.write('  <li class="menuT"><a target="_parent" href="schedule.asp">Auctions</a>'); 
document.write('    <ul id="sub-nav">');
document.write('      <li><a target="_parent" href="schedule.asp">Schedule</a></li>');
document.write('      <li><a target="_parent" href="schedule.asp">Preview Lots</a></li>');
document.write('      <li><a target="_parent" href="catalogue.htm">Order a Catalogue</a></li>');
document.write('      <li><a target="_parent" href="schedule.asp">View Catalogue</a></li>');
document.write('      <li><a target="_parent" href="consign.htm">Consign to Us</a></li>');
document.write('      <li><a target="_parent" href="helpbid.htm">How do I Bid?</a></li>');
document.write('      <li><a target="_parent" href="helpbid.htm#prereg">Pre-Register</a></li>');
document.write('      <li><a target="_parent" href="saleresults.htm">Sale Results</a></li>');
document.write('      <li><a target="_parent" href="conditionsofsale.htm">Conditions of Sale</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a target="_parent" href="catalogue.htm">Order a Catalogue</a></li>');

document.write('  <li class="menuT"><a target="_parent" href="schedule.asp">View Catalogue</a></li>');

document.write('  <li class="menuT"><a target="_parent" href="consign.htm">Consign to Us</a></li>');

document.write('  <li class="menuT"><a target="_parent" href="helpbid.htm">How do I Bid?</a></li>');

document.write('  <li class="menuT"><a target="_parent" href="helpbid.htm#prereg">Pre-Register</a></li>');

document.write('  <li class="menuT"><a target="_parent" href="saleresults.htm">Sale Results</a></li>');

document.write('  <li class="menuT"><a target="_parent" href="conditionsofsale.htm">Conditions of Sale</a></li>');

document.write('  <li class="menuT"><a target="_parent" href="contact.htm">Contact Us</a></li>');

// END LINKS //


document.write('</ul>');
document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes" && document.URL.indexOf('inc_frame') == -1) {
document.write('<br><br><img src="picts/menu-picture-1.jpg" border="0" class="image-border"><br><br><br>');
}
   if (showimage2 == "yes" && document.URL.indexOf('inc_frame') == -1) {
document.write('<img src="picts/menu-picture-2.jpg" border="0" class="image-border"><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->















// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE









function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;
