
<!--
function mmLoadMenus() {
  if (window.mm_menu_0) return;

	window.mm_menu_0 = new Menu("root",140,18,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#F9F3D3","#ffffff","left","middle",3,0,500,0,0,true,true,true,0,false,true);
	mm_menu_0.addMenuItem("<nobr>Stages</nobr>","location='/about/mesothelioma-stages.html'");
	mm_menu_0.addMenuItem("<nobr>Symptoms</nobr>","location='/about/peritoneal-mesothelioma-symptoms.html'");
	mm_menu_0.addMenuItem("<nobr>Diagnosis</nobr>","location='/about/diagnosis.html'");
	mm_menu_0.addMenuItem("<nobr>Causes</nobr>","location='/about/asbestos-lung-cancer-causes.html'");
	mm_menu_0.addMenuItem("<nobr>FAQs</nobr>","location='/about/mesothelioma-faqs.html'");
	mm_menu_0.addMenuItem("<nobr>News</nobr>","location='/about/mesothelioma-news.html'");
	mm_menu_0.hideOnMouseOut=true;
	mm_menu_0.childMenuIcon="http://www.mesotheliomaadvice.org/images/arrows.gif";
	mm_menu_0.bgColor='#333333';
	mm_menu_0.menuBorder=1;
	mm_menu_0.menuLiteBgColor='#ffffff';
	mm_menu_0.menuBorderBgColor='#333333';
	
	window.mm_menu_1 = new Menu("root",175,18,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#F9F3D3","#ffffff","left","middle",3,0,500,0,0,true,true,true,0,false,true);
	mm_menu_1.addMenuItem("<nobr>Traditional care</nobr>","location='/medical/mesothelioma-treatment.html'");
	mm_menu_1.addMenuItem("<nobr>Non-traditional treatments</nobr>","location='/medical/non-traditional.html'");
	mm_menu_1.addMenuItem("<nobr>Palliative care</nobr>","location='/medical/palliative-care.html'");
	mm_menu_1.addMenuItem("<nobr>Ask your Doctor</nobr>","location='/medical/mesothelioma-ask-your-doctor.html'");
	mm_menu_1.addMenuItem("<nobr>Medical Resources</nobr>","location='/medical/mesothelioma-research-resources.html'");
	mm_menu_1.addMenuItem("<nobr>Clinical Trials</nobr>","location='/medical/clinical-trials.html'");
	mm_menu_1.addMenuItem("<nobr>Medical Journal Articles</nobr>","location='/medical/medical-journal.html'");
	mm_menu_1.hideOnMouseOut=true;
	mm_menu_1.childMenuIcon="http://www.mesotheliomaadvice.org/images/arrows.gif";
	mm_menu_1.bgColor='#333333';
	mm_menu_1.menuBorder=1;
	mm_menu_1.menuLiteBgColor='#ffffff';
	mm_menu_1.menuBorderBgColor='#333333';

	window.mm_menu_2 = new Menu("root",175,18,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#F9F3D3","#ffffff","left","middle",3,0,500,0,0,true,true,true,0,false,true);
	mm_menu_2.addMenuItem("<nobr>Financial Assistance</nobr>","location='/financial/financial-assistance.html'");
	mm_menu_2.addMenuItem("<nobr>Help with Out-of-Pocket Expenses</nobr>","location='/financial/help-with-expenses.html'");
	mm_menu_2.addMenuItem("<nobr>Making a Will</nobr>","location='/financial/help-living-will.html'");
	mm_menu_2.hideOnMouseOut=true;
	mm_menu_2.childMenuIcon="http://www.mesotheliomaadvice.org/images/arrows.gif";
	mm_menu_2.bgColor='#333333';
	mm_menu_2.menuBorder=1;
	mm_menu_2.menuLiteBgColor='#ffffff';
	mm_menu_2.menuBorderBgColor='#333333';

	window.mm_menu_3 = new Menu("root",175,18,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#F9F3D3","#ffffff","left","middle",3,0,500,0,0,true,true,true,0,false,true);
	//mm_menu_3.addMenuItem("AWI Standards","location='#'");
	mm_menu_3.addMenuItem("<nobr>The Legal Process</nobr>","location='/legal/legal-process.html'");
	mm_menu_3.addMenuItem("<nobr>What to look for in a law firm</nobr>","location='/legal/mesothelioma-attorney.html'");
	mm_menu_3.addMenuItem("<nobr>What to expect</nobr>","location='/legal/expect.html'");
	mm_menu_3.addMenuItem("<nobr>Your involvement</nobr>","location='/legal/involvement.html'");
	mm_menu_3.addMenuItem("<nobr>FAQs</nobr>","location='/legal/faqs.html'");
	mm_menu_3.addMenuItem("<nobr>Legal Deadlines</nobr>","location='/legal/statutes.html'");
	mm_menu_3.addMenuItem("<nobr>Free Case Evaluation</nobr>","location='/legal/mesothelioma-case-evaluation.html'");
	mm_menu_3.hideOnMouseOut=true;
	mm_menu_3.childMenuIcon="http://www.mesotheliomaadvice.org/images/arrows.gif";
	mm_menu_3.bgColor='#333333';
	mm_menu_3.menuBorder=1;
	mm_menu_3.menuLiteBgColor='#ffffff';
	mm_menu_3.menuBorderBgColor='#333333';
	
	window.mm_menu_4 = new Menu("root",175,18,"Arial, Helvetica, sans-serif",10,"#000000","#000000","#F9F3D3","#ffffff","left","middle",3,0,500,0,0,true,true,true,0,false,true);
	//mm_menu_3.addMenuItem("AWI Standards","location='#'");
	mm_menu_4.addMenuItem("<nobr>FAQs</nobr>","location='/wellbeing/asbestos-lung-disease-faqs.html'");
	mm_menu_4.addMenuItem("<nobr>Where to turn for help</nobr>","location='/wellbeing/mesothelioma-where-to-turn.html'");
	mm_menu_4.addMenuItem("<nobr>Helpful resources</nobr>","location='/wellbeing/mesothelioma-resources.html'");
	mm_menu_4.addMenuItem("<nobr>Dealing with advanced cancer</nobr>","location='/wellbeing/advanced-malignant-mesothelioma-cancer.html'");
	mm_menu_4.hideOnMouseOut=true;
	mm_menu_4.childMenuIcon="http://www.mesotheliomaadvice.org/images/arrows.gif";
	mm_menu_4.bgColor='#333333';
	mm_menu_4.menuBorder=1;
	mm_menu_4.menuLiteBgColor='#ffffff';
	mm_menu_4.menuBorderBgColor='#333333';
	

	mm_menu_4.writeMenus();
} // mmLoadMenus()

function check_onload()
{
	if (typeof(page_onload) != "undefined")
		page_onload();
}

function popToDo() { //v2.0
  var x = Number(screen.availWidth-480);
  var y = window.screenTop;
  var popProperties = 'resizable=yes,scrollbars=yes,width=460,height=360,left=' + x + ',top=' + y;
  window.open('../../todo.html','todolist',popProperties);
}
function popHelp() { //v2.0
  var x = Number(screen.availWidth-480);
  var y = window.screenTop;
  var popProperties = 'resizable=yes,scrollbars=yes,width=460,height=360,left=' + x + ',top=' + y;
  window.open('../../help_request.html','help',popProperties);
}


//-->
