	oM=new makeCM("oM"); 
	oM.resizeCheck=1; 
	oM.rows=0;  
	oM.onlineRoot=""; 
	oM.pxBetween=0; 
	oM.fillImg="/images/spacer.gif"; 
	oM.fromTop=2; 
	oM.wait=300; 
	oM.zIndex=400;
	oM.useBar=0; 
	oM.menuPlacement=0;

	function getLeftpos()
	{
		var leftPos 
		if (cmpage.x2/2 <= 392) {
		leftPos = 0;
		}	else {
		leftPos = cmpage.x2/2 - 392;
		}
		return leftPos;
	}	
	oM.fromLeft=getLeftpos();
	//We also need to "replace" the menu on resize. So:
	oM.onresize="oM.fromLeft=getLeftpos()";

	//oM.level[x]=new cm_makeLevel(width, height, regClass, overClass, borderX, borderY, 
	//borderClass, rows, align, offsetX, offsetY, arrow, arrowWidth, arrowHeight, roundBorder)

	oM.level[0]=new cm_makeLevel(150,20,"levelOne","levelOne_over",4,4,"clB",1,"right",-4,-4,0,0,0,0);
	oM.level[1]=new cm_makeLevel(150,20,"levelTwo","levelTwo_over",4,4,"clB"); //,0,"bottom",0,0,0,0,0,0
	
	// filter settings
	//oM.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.2)";
	
	//oM.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, 
	//regClass, overClass, align, rows, nolink, onclick, onmouseover, onmouseout)

	oM.makeMenu('m1','','Home','/', '', 150, 20, '/images/nav_home.gif', '/images/nav_home_over.gif');
	oM.makeMenu('m2','','Products','/products/index.php', '', 150, 20, '/images/nav_products.gif', '/images/nav_products_over.gif');
	oM.makeMenu('m3','','Services','/services/index.php', '', 150, 20, '/images/nav_services.gif', '/images/nav_services_over.gif');
	oM.makeMenu('m4','','Community Links','/community/index.php', '', 150, 20, '/images/nav_community.gif', '/images/nav_community_over.gif');
	oM.makeMenu('m5','','Contact','/contact/index.php', '', 150, 20, '/images/nav_contact.gif', '/images/nav_contact_over.gif');
	
	oM.makeMenu('m10','m1','Tideys Team','/home/team.php', '', 150, 20, '/images/nav_team.gif', '/images/nav_team_over.gif');
	oM.makeMenu('m11','m1','Company Profile','/home/company.php', '', 150, 20, '/images/nav_company.gif', '/images/nav_company_over.gif');
	oM.makeMenu('m12','m1','Testimonials','/home/testimonials.php', '', 150, 20, '/images/nav_testimonials.gif', '/images/nav_testimonials_over.gif');
	oM.makeMenu('m13','m1','News','/home/news.php', '', 150, 20, '/images/nav_news.gif', '/images/nav_news_over.gif');
	
	oM.makeMenu('m20','m2','Trophies','/products/index.php?maincategory=Trophies&subcategory=Hockey', '', 150, 20, '/images/nav_trophies.gif', '/images/nav_trophies_over.gif');
	oM.makeMenu('m21','m2','Recognition','/products/index.php?maincategory=Recognition&subcategory=Retirement', '', 150, 20, '/images/nav_recognition.gif', '/images/nav_recognition_over.gif');
	oM.makeMenu('m22','m2','Promotional','/products/index.php?maincategory=Promotional&subcategory=Corporate', '', 150, 20, '/images/nav_promotional.gif', '/images/nav_promotional_over.gif');
	oM.makeMenu('m23','m2','Supplier Catalogs','/products/index.php?maincategory=Supplier Catalogs', '', 150, 20, '/images/nav_supplier.gif', '/images/nav_supplier_over.gif');	
	
	oM.makeMenu('m30','m3','Engraving','/services/index.php?type=engraving', '', 150, 20, '/images/nav_engraving.gif', '/images/nav_engraving_over.gif');
	oM.makeMenu('m31','m3','Lasering','/services/index.php?type=lasering', '', 150, 20, '/images/nav_lasering.gif', '/images/nav_lasering_over.gif');
	oM.makeMenu('m32','m3','Sublimation','/services/index.php?type=sublimation', '', 150, 20, '/images/nav_sublimation.gif', '/images/nav_sublimation_over.gif');
	/*
	oM.makeMenu('m40','m4','Tideys Champions','#', '', 150, 20, '/images/nav_champions.gif', '/images/nav_champions_over.gif');
	oM.makeMenu('m41','m4','Links','#', '', 150, 20, '/images/nav_links.gif', '/images/nav_links_over.gif');
	
	oM.makeMenu('m50','m5','Get Started','#', '', 150, 20, '/images/nav_getstarted.gif', '/images/nav_getstarted_over.gif');
	oM.makeMenu('m51','m5','Customer Review','#', '', 150, 20, '/images/nav_review.gif', '/images/nav_review_over.gif');
	*/

	//oM.construct()
	