/*
Generated by www.wordpresspartner.com
*/
// JavaScript Document

// Here is the layout of our menu.
// Add the line below in your body where you want to see the menu appear.
// <script type="text/javascript" src="http://www.rightcorner.com/includes/MyMenu.js"></script>
//
//		document.write("<li><a href=\"#\" onMouseover=\"cssdropdown.dropit(this,event,'howtomenu')\">how to</a></li>");
document.write('<div id="chromemenu">');
	document.write('<ul>');
		document.write('<li><a href="http://www.rightcorner.com/index.htm">home</a></li>');
		document.write("<li><a href=\"#\" onMouseover=\"cssdropdown.dropit(this,event,'howtomenu')\">how to</a></li>");
		document.write("<li><a href=\"#\" onMouseover=\"cssdropdown.dropit(this,event,'wheretomenu')\">where to</a></li>");
		document.write('<li><a href="http://www.rightcorner.com/articles.htm">articles</a></li>');
		document.write('<li><a href="http://www.rightcorner.com/sitemap.htm">site map</a></li>');
		document.write("<li><a href=\"#\" onMouseover=\"cssdropdown.dropit(this,event,'contactmenu')\">contact</a></li>");
		document.write('<li><a href="http://a-web.blogspot.com">my blog</a></li>');
	document.write('</ul>');
document.write('</div>');	// End of maincol/wrapper/main/chromemenu

// Add an extra line after the menu. Make it less busy to look at.
document.write('<br />');

document.write("<div id=\"howtomenu\" class=\"dropmenudiv\">");
	document.write('<a href="http://www.rightcorner.com/designWebSite.htm">design web site</a>');
	document.write('<a href="http://www.rightcorner.com/authoringTool.htm">select authoring tool</a>');
	document.write('<a href="http://www.rightcorner.com/registerDomain.htm">register domain</a>');
	document.write('<a href="http://www.rightcorner.com/hostingCompany.htm">choose hosting company</a>');
	document.write('<a href="http://www.rightcorner.com/promotion.htm">free website promotion</a>');
	document.write('<a href="http://www.rightcorner.com/affiliate.htm">make money from your website</a>');
document.write('</div>');	// End of maincol/wrapper/main/howtomenu

document.write("<div id=\"wheretomenu\" class=\"dropmenudiv\">");
	document.write('<a href="http://www.rightcorner.com/wtregistrar.htm">find cheap domain name</a>');
	document.write('<a href="http://www.rightcorner.com/wthosting.htm">find cheap hosting company</a>');
	document.write('<a href="http://www.rightcorner.com/whereto.htm">find free web templates</a>');
	document.write('<a href="http://www.rightcorner.com/wthtmleditor.htm">find free web site builder</a>');
document.write('</div>');	// End of maincol/wrapper/main/wheretomenu

document.write("<div id=\"contactmenu\" class=\"dropmenudiv\">");
	document.write('<a href="http://www.rightcorner.com/contact.htm">contact us</a>');
	document.write('<a href="http://www.rightcorner.com/directory/index.htm">directory</a>');
	document.write('<a href="http://www.rightcorner.com/partners.htm">partners</a>');
document.write('</div>');	// End of maincol/wrapper/main/contact


