
var HTMLstr = "";


HTMLstr += "<TABLE BORDER=0 WIDTH=150 CELLPADDING=0 CELLSPACING=0>";


HTMLstr += "<TR><TD WIDTH=150 HEIGHT=5></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=27 BACKGROUND=images/buttonbg.gif style='cursor: hand;' onclick=window.location=('index.htm');>&nbsp;&nbsp;<a href=index.htm class=cat>&nbsp;&nbsp;<B>Welcome</a></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=5></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=27 BACKGROUND=images/buttonbg.gif style='cursor: hand;' onclick=window.location=('services.htm');>&nbsp;&nbsp;<a href=services.htm class=cat>&nbsp;&nbsp;<B>Services</a></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=5></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=27 BACKGROUND=images/buttonbg.gif style='cursor: hand;' onclick=window.location=('enquiry.htm');>&nbsp;&nbsp;<a href=enquiry.htm class=cat>&nbsp;&nbsp;<B>Enquiry Form</a></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=5></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=27 BACKGROUND=images/buttonbg.gif style='cursor: hand;' onclick=window.location=('contact.htm');>&nbsp;&nbsp;<a href=contact.htm class=cat>&nbsp;&nbsp;<B>Contact</a></TD></TR>";
HTMLstr += "<TR><TD WIDTH=150 HEIGHT=15></TD></TR>";




HTMLstr += "</TABLE>";


document.writeln(HTMLstr);

