<!--

function mmLoadMenus() {
if (window.mm_menu_0) return;
	window.mm_menu_0 = new Menu("root",170,22,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#242424","#C7C7C7","left","middle",4,0,1000,-5,7,true,true,true,0,false,false);
	  	   mm_menu_0.addMenuItem("Overview","window.open('sarcservices.html', '_self');");
		   mm_menu_0.addMenuItem("Report Samples","window.open('report.html', '_self');");
		   mm_menu_0.addMenuItem("Format Options","window.open('layout.html', '_self');");
		   mm_menu_0.addMenuItem("Advantages & Benefits","window.open('advantages.html', '_self');");
		   mm_menu_0.addMenuItem("Preparation Process","window.open('preparation.html', '_self');");
		   mm_menu_0.addMenuItem("Report Length","window.open('reportlength.html', '_self');");
		   mm_menu_0.addMenuItem("CDE Template","window.open('cde.html', '_self');");
		   mm_menu_0.addMenuItem("Compliance","window.open('compliance.html', '_self');");
		   mm_menu_0.addMenuItem("Costs","window.open('costs.html', '_self');");
		   mm_menu_0.fontWeight="bold";
		   mm_menu_0.hideOnMouseOut=true;
		   mm_menu_0.menuBorder=1;
		   mm_menu_0.menuLiteBgColor='#E0F1FB';
		   mm_menu_0.menuBorderBgColor='#000000';
		   mm_menu_0.bgColor='#ffffff';

    window.mm_menu_1 = new Menu("root",120,22,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#000000","#242424","#C7C7C7","left","middle",4,0,1000,-5,7,true,true,true,0,false,false);
  		   mm_menu_1.addMenuItem("Federal","window.open('usefullinks.html#fed', '_self');");
		   mm_menu_1.addMenuItem("State","window.open('usefullinks.html#state', '_self');");
		   mm_menu_1.addMenuItem("Other","window.open('usefullinks.html#other', '_self');");
		   mm_menu_1.fontWeight="bold";
		   mm_menu_1.hideOnMouseOut=true;
		   mm_menu_1.menuBorder=1;
		   mm_menu_1.menuLiteBgColor='#E0F1FB';
		   mm_menu_1.menuBorderBgColor='#000000';
		   mm_menu_1.bgColor='#ffffff';

  mm_menu_1.writeMenus();

} 

-->