menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

// Editable properties START here

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
	{effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='maroon', Direction=135, Strength=3)"
}
else
	{effect = "Shadow(color='maroon', Direction=135, Strength=3)" // Stop IE5.5 bug when using more than one filter
}

timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=0;	// Sub menu offset Top position 
suboffset_left=-2;	// Sub menu offset Left position

style1=[		// style1 is an array of properties. You can have multiple property arrays so menus can have their own style.
"FFCC00",		// Mouse Off Font Color
"maroon",		// Mouse Off Background Color
"maroon",		// Mouse On Font Color
"FFCC00",		// Mouse On Background Color
"white",		// Menu Border Color 
12,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Verdana, Arial",	// Font Name
4,			// Menu Item Padding
"/Images/Arrow_Right_Red.gif",	// Sub Menu Image (Leave this blank if not needed)
1,			// 3D Border & Separator bar
"CC3300",		// 3D High Color
"400000",		// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
"",	// Top Bar image (Leave this blank to disable)
"",		// Menu Header Font Color (Leave blank if headers are not needed)
"",		// Menu Header Background Color (Leave blank if headers are not needed)
"CC3300",		// Menu Item Separator Color
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",		// Menu Name - This is needed in order for the menu to be called
125,			// Menu Top - The Top position of the menu in pixels
16,			// Menu Left - The Left position of the menu in pixels
147,			// Menu Width - Menus width in pixels. Leave blank for auto adjustment.
2,			// Menu Border Width 
,			// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,			// Properties Array - this is set higher up, as above
1,			// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",		// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,			// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 			// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,			// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,			// Position of TOP sub image left:center:right
,			// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,			// Right To Left - Used in Hebrew for example. (1=on/0=off)
,			// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,			// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,			// Background image for menu when BGColor set to transparent.
,			// Scrollable Menu
,			// Reserved for future use
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Home &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","Default.asp",,"",1		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp; Pregnant? &nbsp;&nbsp;","show-menu=pregnant",,"",1
,"&nbsp; Looking to adopt? &nbsp;","show-menu=adopt",,"",1
,"&nbsp; Our Babies &nbsp;","Babies.asp",,"Our Babies",1
,"&nbsp; Information &nbsp;","show-menu=information",,"",1
, "&nbsp;&nbsp; Contact us &nbsp;&nbsp;&nbsp;", "mailto:info@hughesatlaw.com", , "Contact us", 1
])

	addmenu(menu=["pregnant",,,,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Birth mother options &nbsp;","Birth_mother_Options.asp",,"",1
	,"Finding an adoptive couple &nbsp;","Finding_an_adoptive_couple.asp",,"",1
	,"Counseling &nbsp;","Counseling.asp",,"",1
	,"Living expenses &nbsp;","Living_expenses.asp",,"",1
	,"Birth father &nbsp;","Birth_father.asp",,"",1
	,"Termination of parental rights &nbsp;","Termination_of_parental_rights.asp",,"",1
	,"One woman's choice &nbsp;","One_womans_choice.asp",,"",1
	,"Letter from birthmother &nbsp;","Letter_from_birthmother.pdf",,"",1
	])

	addmenu(menu=["adopt",,,,1,,style1,,"",effect,,,,,,,,,,,,
	,"Adoption home study &nbsp;","Adoption_home_study.asp",,"",1
	,"Finding a birth mother &nbsp;","Finding_a_birth_mother.asp",,"",1
	,"Family profile (Dear birth mother letter) &nbsp;","Family_Profile-Dear_Birth_Mother_Letter.asp",,"",1
	,"Interstate Compact Placement of Children &nbsp;","ICPC.asp",,"",1
	,"Finalization of adoption &nbsp;","Finalization_of_adoption.asp",,"",1
	,"Cost of adoption &nbsp;","Cost_of_adoption.asp",,"",1
	,"Adoption tax credit &nbsp;","Adoption_tax_credit.asp",,"",1
	])

	addmenu(menu=["information",,,,1,,style1,,"",effect,,,,,,,,,,,,
	,"Open adoption &nbsp;","Open_adoption.asp",,"",1
	,"Closed adoption &nbsp;","Closed_adoption.asp",,"",1
	,"Semi open / closed adoption &nbsp;","Semi_open-closed_adoption.asp",,"",1
	,"Private adoption &nbsp;","Private_adoption.asp",,"",1
	,"Birth certificates &nbsp;","Birth_certificates.asp",,"",1
	,"Services &nbsp;","Services.asp",,"",1
	,"Our Staff &nbsp;","Our_Staff.asp",,"",1
	])

dumpmenus()
