var loc="../images/menubar/"; //Base Location of menu images
//Menu Colors & Settings
var bd=1 //Border Dimension
var borderColor="#5DBFBF";
var bgColor="#BBE4E4";
var fgColor="#333333";
var bgColorOver="#8ED2D2";
var fgColorOver="#ffffff";
var font="Tahoma, Geneva, Arial, Helvetica, sans-serif";
var mPosition="2"; //1=Right, 2=Bottom, 3=Left

document.write("<style type=\"text/css\">");
document.write("\n<!--\n");
document.write(".hmenu {z-index:999;border-color:"+borderColor+";border-style:solid;border-width:0px 0px "+bd+"px 0px;background-color:"+bgColor+";position:absolute;left:0px;top:0px;visibility:hidden;}");
document.write(".hmenu_plain, a.hmenu_plain:link, a.hmenu_plain:visited{text-align:left;background-color:"+bgColor+";color:"+fgColor+";text-decoration:none;border-color:"+borderColor+";border-style:solid;border-width:"+bd+"px "+bd+"px 0px "+bd+"px;padding:4px 4px 4px 4px;cursor:hand;display:block;font-size:8pt;font-family:"+font+";}");
document.write("a.hmenu_plain:hover, a.hmenu_plain:active{background-color:"+bgColorOver+";color:"+fgColorOver+";text-decoration:none;border-color:"+borderColor+";border-style:solid;border-width:"+bd+"px "+bd+"px 0px "+bd+"px;padding:4px 4px 4px 4px;cursor:hand;display:block;font-size:8pt;font-family:"+font+";}");
document.write("a.hmenu_l:link, a.hmenu_l:visited{text-align:left;background:"+bgColor+" url("+loc+"submenu_off.gif) no-repeat right;color:"+fgColor+";text-decoration:none;border-color:"+borderColor+";border-style:solid;border-width:"+bd+"px "+bd+"px 0px "+bd+"px;padding:4px 4px 4px 4px;cursor:hand;display:block;font-size:8pt;font-family:"+font+";}");
document.write("a.hmenu_l:hover, a.hmenu_l:active{background:"+bgColorOver+" url("+loc+"submenu_on.gif) no-repeat right;color:"+fgColorOver+";text-decoration:none;border-color:"+borderColor+";border-style:solid;border-width:"+bd+"px "+bd+"px 0px "+bd+"px;padding:4px 4px 4px 4px;cursor:hand;display:block;font-size:8pt;font-family:"+font+";}");
document.write("\n-->\n");
document.write("</style>");

//Rollover Colors
var fc='0x'+fgColorOver.substring(1,fgColorOver.length); //Foreground Color
var bc='0x'+bgColorOver.substring(1,fgColorOver.length); //Background Color

if(typeof(frames)=="undefined") //Used for iFrame detection.
{
	var frames=0;
}

/*
	Start Sub Menus
	NOTE: Sub Menu names must be unique and must start with the
	full ID of the parent menu. For example, menu tab3 spawns
	sub-menu tab3_1 (first sub-menu in menu tab3), which spawns
	sub-menu tab3_1_1 (first sub-menu in menu tab3_1), etc.
*/

/*
startSubmenu("hmenu_b0","hmenu",190); //name,style,menuWidth
//Add Items (text,url,target,style)
submenuItem("Page Name","/page.php","","hmenu_plain");
endSubmenu("hmenu_b0"); //name
*/
startSubmenu("hmenu_b1","hmenu",190); //name,style,menuWidth
//Add Items (text,url,target,style)
submenuItem("Pregnancy Information","pregnancy_info.php","","hmenu_plain");
submenuItem("Parenting Option","parenting_option.php","","hmenu_plain");
submenuItem("Adoption Option","adoption_option.php","","hmenu_plain");
endSubmenu("hmenu_b1"); //name

startSubmenu("hmenu_b2","hmenu",190); //name,style,menuWidth
//Add Items (text,url,target,style)
submenuItem("Board of Directors","board.php","","hmenu_plain");
submenuItem("Support NCS","support_ncs.php","","hmenu_plain");
submenuItem("NCS Auxiliary","auxiliary.php","","hmenu_plain");
endSubmenu("hmenu_b2"); //name
/*
startSubmenu("hmenu_b3","hmenu",190); //name,style,menuWidth
//Add Items (text,url,target,style)
submenuItem("Page Name","/page.php","","hmenu_plain");
endSubmenu("hmenu_b3"); //name
*/
startSubmenu("hmenu_b4","hmenu",190); //name,style,menuWidth
//Add Items (text,url,target,style)
submenuItem("Adoption Process","adoption_process.php","","hmenu_plain");
submenuItem("Home Studies","home_studies.php","","hmenu_plain");
submenuItem("How to Apply","adoption_application.php","","hmenu_plain");
//mainMenuItem("hmenu_b4_1","Page Name (Sub Menu)",0,0,"","","",1,1,"hmenu_plain");
endSubmenu("hmenu_b4"); //name

/*
	startSubmenu("hmenu_b4_1","hmenu",190); //name,style,menuWidth
	submenuItem("Page Name","/page.php","","hmenu_plain");
	endSubmenu("hmenu_b4_1"); //name
*/
