<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "yes"		// SHOW TEXT PARAGRAPH
var boxwidth		= "150"		// WIDTH OF THE TEXT BOX
var showimage		= "yes"		// SHOW A SMALL SIDEBAR IMAGE
var linked		= "news.htm"	// SIDEBAR IMAGE LINK
var sidewidth		= "161"		// WIDTH OF THE LEFT SIDEBAR
var pageheight		= "10"		// ADJUST OVERALL PAGE HEIGHT
var nudge		= "10"		// NUDGE SIDEBAR DOWN


// NOTE: If you use a ' add a slash before it like this \'

document.write('<div id="sidebar" class="menu-layer">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+sidewidth+'">');
document.write('<tr><td align="center">');
document.write('<img src="http://bestsoftnigeria.net/images/spacer.gif" height="'+nudge+'" width="5"><br>');




// START SIDEBAR TEXT - EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<TABLE cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');

// START SIDE TEXT TITLE

document.write('Today Special Offer:<br>');

document.write('</td></tr><tr><td class="sidetext">');

// START NOTE TEXT AREA - EDIT THE NEXT LINE

document.write('<b>Promo Web Design</b> <b><a href="http://bestsoftnigeria.com">Professional website design services for residents of Nigeria</a></b>. Free domain name, web hosting and free updates included <br>');

document.write('<br>');


document.write('BestSoft Nigeria now offers <b><a href="http://bestsoftnigeria.net/free-domain-names.html">20 FREE Domain names</a></b> and <b><a href="http://bestsoftnigeria.net/free-web-hosting.html">FREE 25MB Web Hosting</a></b> for just 20 interested People and New Visitors. FREE Web 2.0 Site Builder Web Site Training & 24/7 Support also included. Visit the above links for more information.<br>');

document.write('<br>');

document.write('<b><a href="http://www.sb.bestsoftnigeria.net">N10,000 Small Business Web Sites</a></b> Attract NEW customers online. Triple Sales. Domain, Web Hosting, Marketing, FREE updates, 24/7 Support included.<br>');

// SIDEBAR LINK

document.write('<a href="http://www.sb.bestsoftnigeria.net"><img src="http://bestsoftnigeria.net/images/more-off.jpg" vspace="6" border="0" onmouseover="this.src=\'http://bestsoftnigeria.net/images/more-on.jpg\'" onmouseout="this.src=\'http://bestsoftnigeria.net/images/more-off.jpg\'"></a><br>');


document.write('<br>');


document.write('<b><a href="http://www.infobiz.bestsoftnigeria.net">Information Marketing Business</a></b> How to Make your Knowledge Sell. How to Create your own infoproducts, &amp; publish, How to Market &amp; Sell it Online.<br>');





// SIDEBAR LINK

document.write('<a href="http://www.infobiz.bestsoftnigeria.net"><img src="http://bestsoftnigeria.net/images/more-off.jpg" vspace="6" border="0" onmouseover="this.src=\'http://bestsoftnigeria.net/images/more-on.jpg\'" onmouseout="this.src=\'http://bestsoftnigeria.net/images/more-off.jpg\'"></a><br>');


document.write('<br><br><br><br>');


document.write('<b>Link Exchange Resources:</b><br><a href="http://www.icerecruit.com/cad/jobs.htm" target="_blank"><b>CAD jobs</b></a> - A wide range of CAD engineering jobs available online.<br>');

document.write('<br><a href="http://www.redshiftresearch.co.uk/opinion-surveys-and-media-analysis-for-public-relations" target="_blank"><b>Opinion Surveys</b></a> - Redshift offer a wide range of services to aid PR agencies such as opinion surveys. <br>');


document.write('</td></tr></table>');
}







// SMALL PICTURE AREA

   if (showimage == "no") {
document.write('<br>');
document.write('<a href="'+linked+'"><IMG SRC="http://bestsoftnigeria.net/images/sidebar.jpg" border="0" width="148" class="bordersSB"></a><br>');

}






document.write('</td></tr></table>');
document.write('</div>');
document.write('<br>');
document.write('<div id="sidebar-spacer">');
document.write('<img src="http://bestsoftnigeria.net/images/spacer.gif" height="'+pageheight+'" width="'+sidewidth+'"><br>');
document.write('</div>');




//  End -->