document.write('<style type="text/css">');
document.write('a.menu:link {font-family:arial; font-weight:normal; font-size:9pt; text-decoration:underline;color:white;} ');
document.write('a.menu:visited {font-family:arial; font-weight:normal; font-size:9pt; text-decoration:underline;color:c0c0c0; }');
document.write('a.menu:active  {font-family:arial; font-weight:normal; font-size:9pt; text-decoration:underline; }');
document.write('a.menu:hover {font-family:arial; font-weight:normal; font-size:9pt; text-decoration:underline; }');
document.write('.s {font-family:arial; font-weight:bold; font-size:9pt;color:green; text-decoration:underline; }');
document.write('th {font-family:arial; font-weight:normal; font-size:9pt;color:00ff00; }');
document.write('</style>');


document.write('<center>'); 

document.write('<table border=0 width=100% cellspacing=0>'); 

document.write('<tr>'); 

document.write('<th align=center>|&nbsp;<a href="index.html" class="menu" target="_top">UTILITIES</a>');
document.write('&nbsp;|&nbsp;<a href="calendar.html" class="menu" target="_top">Calendar</a>');
document.write('&nbsp;|&nbsp;<a href="countrycodes.html" class="menu" target="_top">Country Codes</a>');
document.write('&nbsp;|&nbsp;<a href="currency.html" class="menu" target="_top">Currency Names</a>');
document.write('&nbsp;|&nbsp;<a href="currencytoday.html" class="menu" target="_top">Currency Today</a>');
document.write('&nbsp;|&nbsp;<a href="greekalphabet.html " class="menu" target="_top">Greek Alphabet</a>');


document.write('&nbsp;|&nbsp;<a href="hp48characters.html" class="menu" target="_top">HP Chars</a>');
document.write('&nbsp;|&nbsp;<a href="constants.html" class="menu" target="_top">HP Constants</a>&nbsp;|');

document.write('<br>');

document.write('&nbsp;|&nbsp;<a href="hp48units.html" class="menu"  target="_top">HP Units</a>');
document.write('&nbsp;|&nbsp;<a href="htmlchars.html"  class="menu" target="_top">HTML Characters</a>');
document.write('&nbsp;|&nbsp;<a href="languages.html" class="menu" target="_top">Languages & Flags</a>');
document.write('&nbsp;|&nbsp;<a href="phones.html" class="menu" target="_top">Phones Codes</a>');

document.write('&nbsp;|&nbsp;<a href="tableofcolors.html" class="menu" target="_top">Table of Colors</a>');
document.write('&nbsp;|&nbsp;<a href="timeanddate.html" class="menu" target="_top">Time & Date</a>');

document.write('&nbsp;|&nbsp;<a href="timezones.html" class="menu" target="_top">Time Zones</a>');
document.write('&nbsp;|&nbsp;<a href="weather.html" class="menu" target="_top">Weather </a>&nbsp;|');

document.write('</th>'); 
document.write('</tr>'); 

document.write('</table>'); 
document.write('</center>'); 