// JavaScript Document
//  Horizontal bar menu
document.writeln ("<a href='http://hsg.ecitizen.gov.sg' class='HorizontalNav' title='Back to Housing home'>Home</a>");
document.writeln ("<span class='HorizontalNav'> : </span>");
document.writeln ("<a href='http://hsg.ecitizen.gov.sg/sp/nav_bar/About_Us.htm' class='HorizontalNav' title='About Housing @ eCitizen'>About Us</a>");
document.writeln ("<span class='HorizontalNav'> : </span>");
document.writeln ("<a href='http://hsg.ecitizen.gov.sg/sp/nav_bar/Services.htm' class='HorizontalNav' title='Services under Housing'>Services</a>");
document.writeln ("<span class='HorizontalNav'>: </span>");
document.writeln ("<a href='http://www.myecitizen.sg' class='HorizontalNav' title='Personalised access to e-Services' target='_blank'>MyeCitizen</a>");
document.writeln ("<span class='HorizontalNav'> : </span>");
document.writeln ("<a href='http://hsg.ecitizen.gov.sg/sp/nav_bar/FAQs.htm' class='HorizontalNav' title='Frequently Asked Questions'>FAQs</a>");
document.writeln ("<span class='HorizontalNav'> : </span>");
document.writeln ("<a href='http://hsg.ecitizen.gov.sg/sp/nav_bar/Useful_links.htm' class='HorizontalNav' title='Useful Links'>Useful Links</a>");
document.writeln ("</td>");
document.writeln ("<td width='220' valign='center' class='HorizontalNav' height='19' align='right'>");
document.writeln ("<a href='http://www.gov.sg/azlist.htm' title='Browse government websites' class='HorizontalNav'>A-Z Government List</a>");

