/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 200;	 

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = "js/"

   DQM_border_color = "0092CD";
   
   DQM_menu_bgcolor = "58B5FC";
   DQM_hl_bgcolor = "019EE1";

   DQM_sub_xy = "0,0";
   DQM_border_width = 1;
   DQM_divider_height = 1;
//C2BCA7

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 10
   DQM_ie5mac_offset_Y = 12


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "white"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 11
   DQM_fontsize_ie4 = 9	
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "white"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 3



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/


   DQM_rollover_image0 = "./images/ourworkbtn2.jpg" 
   DQM_rollover_wh0 = "187,35"

   DQM_rollover_image1 = "./images/programsbtn2.jpg" 
   DQM_rollover_wh1 = "187,24"

   DQM_rollover_image2 = "./images/newsbtn2.jpg" 
   DQM_rollover_wh2 = "187,24"

   DQM_rollover_image3 = "./images/infobtn2.jpg" 
   DQM_rollover_wh3 = "187,24"

/*---------------------------------------------
Optional Icon Images

   DQM_icon_image0 = ""
   DQM_icon_rollover0 = ""
   DQM_icon_image_wh0 = ""

   DQM_icon_image1 = ""
   DQM_icon_rollover1 = ""
   DQM_icon_image_wh1 = ""
-----------------------------------------------*/


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "-60,10"
DQM_sub_menu_width0 = 160;
DQM_subdesc0_0 = "Why We Are Here"
DQM_subdesc0_1 = "Handicap International Philippines: Through the Years"
DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_url0_0 = "why.htm"
DQM_url0_1 = "throughtheyears.htm"


DQM_sub_xy1 = "-60,12"
DQM_sub_menu_width1 = 160;
DQM_subdesc1_0 = "Hilwai"
DQM_subdesc1_1 = "Wheelchairs for Mindanao"
DQM_subdesc1_2 = "Rehabilitation"
DQM_subdesc1_3 = "Support to War Victims and Disabled People"
DQM_subdesc1_4 = "Community Approach to Handicap in Development"
DQM_subdesc1_5 = "Emergency Assistance"
DQM_subdesc1_6 = "Expanding the Network of Organisations"
DQM_subdesc1_7 = "The Diabetes Project"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0
DQM_icon_index1_3 = 0
DQM_icon_index1_4 = 0
DQM_icon_index1_5 = 0
DQM_icon_index1_6 = 0
DQM_icon_index1_7 = 0
DQM_url1_0 = "ourprograms.htm#hilwai"
DQM_url1_1 = "ourprograms.htm#wheel"
DQM_url1_2 = "ourprograms.htm#rehab"
DQM_url1_3 = "ourprograms.htm#support"
DQM_url1_4 = "ourprograms.htm#community"
DQM_url1_5 = "ourprograms.htm#emergency"
DQM_url1_6 = "ourprograms.htm#expanding"
DQM_url1_7 = "ourprograms.htm#diabetes"


DQM_sub_xy2 = "-60,14"
DQM_sub_menu_width2 = 160;
DQM_subdesc2_0 = "What's New"
DQM_subdesc2_1 = "Events"
DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0

DQM_url2_0 = "whatsnew.htm"
DQM_url2_1 = "events.htm"
//DQM_url2_1 = "#"
DQM_sub_xy3 = "-60,14"
DQM_sub_menu_width3 = 160;
DQM_subdesc3_0 = "Media Corner"
DQM_subdesc3_1 = "Resources and Publications"
DQM_icon_index3_0 = 0
DQM_icon_index3_1 = 0
DQM_url3_0 = "mediacorner.htm"
DQM_url3_1 = "resources.htm"



<!--
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_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_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];}
}
//-->
