<!-- Begin



var color		= "F0F0F0"	// HORZ MENU BACKGROUND COLOR
var bordercolor		= "CCCCCC"	// HORZ MENU BOTTOM BORDER COLOR



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'" style="border-bottom: #'+bordercolor+' 1px solid;" class="printhide"><tr><td align="right">');


document.write('<TABLE cellpadding="0" cellspacing="3" border="0"><tr><td>');
document.write('&nbsp;<br>');


// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 2 LINES TO ADD A LINK


document.write('</td><td>');
document.write('<a href="http://bestsoftnigeria.net/free-web-hosting.html" class="">Promo: Buy Domain Names as low as N3000 & get FREE 25MB Web Hosting &nbsp;</a>');


document.write('</td><td>');
document.write('<a href="http://bestsoftnigeria.net/order.html" class="menuhorz">Order</a>');




document.write('</td><td>');
document.write('<a href="http://bestsoftnigeria.net/contact.html" class="menuhorz">Contact</a>');



document.write('</td><td>');
document.write('<a href="http://bestsoftnigeria.net/index.html" class="menuhorz">Home</a>');



document.write('</td></tr></table>');
document.write('</td><td width="1">');
document.write('<img src="http://bestsoftnigeria.net/images/spacer.gif" HEIGHT="5" width="1"><br>');
document.write('</td></tr></table>');










//  End -->