<!--

// calendar
oCMenu.makeMenu('top1', '', '| home', 'index.html','','50');
	
	
oCMenu.makeMenu('top2', '', '| faqs', 'faqs.html','','45');
    	

oCMenu.makeMenu('top3', '', '| links', 'links.html','','45');
	
	
	
oCMenu.makeMenu('top4', '', '| site map', 'sitemap.html','','70');
						
	
	
oCMenu.makeMenu('top5', '', '| contact us', 'contact.html','','80');
       

//Leave these two lines! Making the styles and then constructing the menu
oCMenu.makeStyle(); oCMenu.construct();

//-->