
var HTMLstr = "";


HTMLstr += "<TABLE BORDER=0 WIDTH=100% CELLPADDING=0 CELLSPACING=0>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=25 BACKGROUND= style='cursor: hand;' onclick=window.location=('http://www.worldclassbilliards.com.au/index.html');>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.worldclassbilliards.com.au/index.html' class=cat><B>Home</A></TD></TR>";
HTMLstr += "<TR><TD HEIGHT=4></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=25 BACKGROUND= style='cursor: hand;' onclick=window.location=('http://www.worldclassbilliards.com.au/aboutus.html');>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.worldclassbilliards.com.au/aboutus.html' class=cat><B>About Us</A></TD></TR>";
HTMLstr += "<TR><TD HEIGHT=4></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=25 BACKGROUND= style='cursor: hand;' onclick=window.location=('http://www.worldclassbilliards.com.au/description.html');>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.worldclassbilliards.com.au/description.html' class=cat><B>Tables</A></TD></TR>";
HTMLstr += "<TR><TD HEIGHT=4></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=25 BACKGROUND= style='cursor: hand;' onclick=window.location=('http://www.worldclassbilliards.com.au/care.html');>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.worldclassbilliards.com.au/care.html' class=cat><B>Table Care</A></TD></TR>";
HTMLstr += "<TR><TD HEIGHT=4></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=25 BACKGROUND= style='cursor: hand;' onclick=window.location=('http://www.worldclassbilliards.com.au/accessories.html');>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.worldclassbilliards.com.au/accessories.html' class=cat><B>Accessories</A></TD></TR>";
HTMLstr += "<TR><TD HEIGHT=4></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=25 BACKGROUND= style='cursor: hand;' onclick=window.location=('http://www.worldclassbilliards.com.au/cue.html');>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.worldclassbilliards.com.au/cue.html' class=cat><B>Selecting a Cue</A></TD></TR>";
HTMLstr += "<TR><TD HEIGHT=4></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=25 BACKGROUND= style='cursor: hand;' onclick=window.location=('http://www.worldclassbilliards.com.au/origins.html');>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.worldclassbilliards.com.au/origins.html' class=cat><B>Origins of Pool</A></TD></TR>";
HTMLstr += "<TR><TD HEIGHT=4></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=25 BACKGROUND= style='cursor: hand;' onclick=window.location=('http://www.worldclassbilliards.com.au/consumer.html');>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.worldclassbilliards.com.au/consumer.html' class=cat><B>Consumer Guide</A></TD></TR>";
HTMLstr += "<TR><TD HEIGHT=4></TD></TR>";

HTMLstr += "<TR><TD HEIGHT=4></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=25 BACKGROUND= style='cursor: hand;' onclick=window.location=('http://www.worldclassbilliards.com.au/contact.html');>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF='http://www.worldclassbilliards.com.au/contact.html' class=cat><B>Contact</A></TD></TR>";
HTMLstr += "<TR><TD HEIGHT=4></TD></TR>";


HTMLstr += "</TABLE>";



document.writeln(HTMLstr);
