function insertMenu(n,p) {
document.write(
"<div id='menu"+n+"' class='"+p+"Menu'><!-- menu "+n+" -->"
+"<div id='label"+n+"1' class='mLabel'>&nbsp;&nbsp;<a href='index.html'>Home</a></div>"
+"<div id='box"+n+"1' >"
//+"  <a class='m' href='http://sitepoint.com/'>SitePoint</a>"
//+"  <a class='m' href='http://sitepointforums.com/'>SitePoint Forums</a>"
//+"  <a class='m' href='http://www.hftonline.com/forum/'>HFT Online Forums</a>"
//+"  <a class='m' href='http://www.hftonline.com/forum/forumdisplay.php?forumid=16'>HFT Webmastering</a>"
//+"  <a class='m' href='http://www.dhtmlcentral.com/'>DHTML Central</a>"
//+"  <a class='m' href='http://www.webmasterworld.com/'>Webmaster World</a>"
+"</div>"
+"<div id='label"+n+"2' class='mLabel'>|&nbsp;&nbsp;&nbsp;Advertisers</div>"
+"<div id='box"+n+"2' class='mBox'>"
+"  <a class='m' href='advertisers.php'>Information</a>"
+"  <a class='m' href='contact.php'>Sign-up </a>"
+"</div>"
+"<div id='label"+n+"3' class='mLabel'>|&nbsp;&nbsp;&nbsp;Publishers</div>"
+"<div id='box"+n+"3' class='mBox'>"
+"  <a class='m' href='publishers.php'>Information</a>"
+"  <a class='m' href='https://nmargin.com/affiliate_signup.html?super_affiliate_code'>Sign-up </a>"
+"</div>"
+"<div id='label"+n+"4' class='mLabel'>|</span>&nbsp;&nbsp;&nbsp;<a href='agencies.php'>Agencies</a></div>"
+"<div id='box"+n+"4' class='mLabel'>"
+"</div>"
+"<div id='label"+n+"5' class='mLabel'>|&nbsp;&nbsp;&nbsp;Solutions</div>"
+"<div id='box"+n+"5' class='mBox'>"
+"  <a class='m' href='brandshield.php'>BrandShield&trade;</a>"
+"  <a class='m' href='sitelifter.php'>SiteLifter&trade;</a>"
+"  <a class='m' href='creative-services.php'>Creative Services</a>"
+"</div>"
+"<div id='label"+n+"6' class='mLabel'>|</span>&nbsp;&nbsp;&nbsp;<a href='netrewards.php'>NetRewards&trade;</a></div>"
+"<div id='box"+n+"6' class='mLabel'>"
+"</div>"
+"<div id='label"+n+"7' class='mLabel'>|</span>&nbsp;&nbsp;&nbsp;<a href='overview.php'>About Us</a></div>"
+"<div id='box"+n+"7' class='mLabel'>"
+"</div>"
+"<div id='label"+n+"8' class='mLabel'>|</span>&nbsp;&nbsp;&nbsp;<a href='contact.php'>Contact Us</a></div>"
+"<div id='box"+n+"8' class='mLabel'>"
+"</div>"


+"</div><!-- end menu"+n+" -->"
); // end document.write()
} // end insertMenu()