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


	// About Catalog Request sub menu
	
	
	window.about = new Menu(
		"Catalog Request",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#FFFFFF", "#FFFFFF", "#5B94B5", "#0072B5",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		
		about.addMenuItem("History", "location='history.php'");
		about.addMenuItem("Funding Partners", "location='supporters.php'");
		about.addMenuItem("Board of Directors", "location='directors.php'");     
                menu_array['about'] = about;
                
                
        window.programs = new Menu(
		"Catalog Request",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#FFFFFF", "#FFFFFF", "#5B94B5", "#0072B5",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		
		programs.addMenuItem("Emergency Shelter", "location='emergency-shelter.php'");
		programs.addMenuItem("Basic Services", "location='basic-services.php'");
		programs.addMenuItem("Domestic Violence Advocacy", "location='domestic-violence.php'");
                programs.addMenuItem("Sexual Assault Advocacy", "location='sexual-assault.php'");
		programs.addMenuItem("Project Impact for Youth", "location='project-impact.php'");
		programs.addMenuItem("Hispanic Outreach", "location='hispanic-outreach.php'");
                programs.addMenuItem('<a href="http://www.harmonyvisitationcenter.com/" target="_blank" class="js_menu_link">Harmony Visitation Center</a>', "location='programs.php'");
		programs.addMenuItem("Criminal Justice", "location='criminal-justice.php'");
		programs.addMenuItem("Community Education", "location='community-education.php'");
                programs.addMenuItem("Volunteer", "location='volunteer.php'");
                menu_array['programs'] = programs;
                
                
                
         window.news = new Menu(
		"Catalog Request",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#FFFFFF", "#FFFFFF", "#5B94B5", "#0072B5",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		
		news.addMenuItem("Newsletters", "location='newsletters.php'");
		news.addMenuItem("News & Events", "location='news.php'");
                news.addMenuItem("Job Openings", "location='jobs.php'"); 
                menu_array['news'] = news;
                
         window.involved = new Menu(
		"Catalog Request",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#FFFFFF", "#FFFFFF", "#5B94B5", "#0072B5",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		involved.addMenuItem("Volunteer", "location='volunteer.php'");
		involved.addMenuItem("Donate", "location='donate.php'");    
                involved.addMenuItem("Get Informed", "location='community-education.php'");    
                menu_array['involved'] = involved;
                
                
         window.learn_sub = new Menu(
		"What is Abuse?",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#FFFFFF", "#FFFFFF", "#5B94B5", "#0072B5",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);  
                
                
         learn_sub.addMenuItem("Physical", "location='physical.php'");
        learn_sub.addMenuItem("Sexual", "location='sexual.php'");    
        learn_sub.addMenuItem("Emotional/Verbal", "location='emotional.php'");    
        learn_sub.addMenuItem("Financial", "location='financial.php'");
                
                
                
         window.learn = new Menu(
		"Catalog Request",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#FFFFFF", "#FFFFFF", "#5B94B5", "#0072B5",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		//learn.addMenuItem(learn_sub, "location='what-is-abuse.php'");
                learn.addMenuItem("What is Abuse?", "location='what-is-abuse.php'");
		learn.addMenuItem("Questions About Abuse", "location='questions.php'");    
                learn.addMenuItem("Myths About Abuse", "location='myths.php'");    
                learn.addMenuItem("Signs of Abuse", "location='signs-of-abuse.php'");
		learn.addMenuItem("Statistics", "location='stats.php'");    
                learn.addMenuItem("Why do Victims Stay?", "location='why-do-victims-stay.php'");    
                learn.addMenuItem("Femicide Report", "location='femicide.php'");  
                menu_array['learn'] = learn;
                
                
         window.help = new Menu(
		"Catalog Request",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#FFFFFF", "#FFFFFF", "#5B94B5", "#0072B5",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		help.addMenuItem("Am I Being Abused?", "location='am-i-being-abused.php'");
		help.addMenuItem("How Can I Help", "location='help.php'");    
                help.addMenuItem("Safety Planning", "location='safety.php'");    
                menu_array['help'] = help;
		

	about.writeMenus();
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

