function contacto(){
window.open("contactos.htm","","width=400,height=570, left=100,top=200");

} 
timegap=500					// The time delay for menus to remain visible
timegap2=1500				// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=20				// Follow Scrolling Rate
suboffset_top=6;			// Sub menu offset Top position 
suboffset_left=12;			// Sub menu offset Left position

effect = "fade(duration=0.3);Shadow(color='#cccccc', Direction=135, Strength=3)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters


style1=[					// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#E5E5E5",					// Mouse Off Font Color
"#009162",					// Mouse Off Background Color
"ffffff",					// Mouse On Font Color
"#007751",					// Mouse On Background Color
"#00AE57",					// Menu Border Color
10, 						// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font Name
3,							// Menu Item Padding
"",							// Sub Menu Image (Leave this blank if not needed)
0,							// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,							// Referer Item Font Color (leave this blank to disable)
,							// Referer 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)
]


formprops = new Array()
formprops=style1.concat()
formprops[0]=formprops[2]
formprops[3]=formprops[1]

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
74,							// Menu Top - The Top position of the menu in pixels
170,  						// Menu Left - The Left position of the menu in pixels
,							// Menu Width - Menus width in pixels
0,							// 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
"center",					// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,							// 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, 							// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
"right",					// Position of TOP sub image left:center:right
,							// Type of menu use "form" or blank
,							// Right To Left - Used in Hebrew for example.
,							// Open the Menus OnClick - leave blank for OnMouseover
,							// Menu Header Text (only works on Vertical menus)
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use
,"Sobre Nosotros&nbsp;&nbsp;","show-menu=sn",,,1		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Contáctenos&nbsp;&nbsp;","show-menu=contactos",,"",1
,"Programas y Servicios&nbsp;&nbsp;","show-menu=ps",,"",1
,"Información Hipotecaria&nbsp;&nbsp;","show-menu=ih",,"",1
,"Noticias y Eventos&nbsp;&nbsp;","show-menu=ne",,"",1
])

function showtopandleft()
{
	mn=getMenuByName("mainmenu");
	menu=eval("menu"+mn);
	alert(menu[1] + " - " + menu[2]);
}

addmenu(menu=["sn",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Sobre UMAC","http://www.umaconline.com/spanish/home.htm",,,1
,"Propietaria","http://www.umaconline.com/spanish/propietaria.htm",,,1
,"Equipo","http://www.umaconline.com/spanish/equipo.htm",,,1
,"Afiliados","http://www.umaconline.com/spanish/afiliados.htm",,,1
])

addmenu(menu=["contactos",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"E-mail Form","javascript:contacto();",,,1
,"Mapa","http://www.umaconline.com/spanish/mapa.htm",,,1
])

addmenu(menu=["ps",,,137,1,,style1,0,"left",effect,0,,,,,,,,,,,
,"Programas","http://www.umaconline.com/spanish/programas.htm",,,1
,"Servicios","http://www.umaconline.com/spanish/servicios.htm",,,1
,"Tecnología","http://www.umaconline.com/spanish/tecnologia.htm",,,1
])

addmenu(menu=["ih",,,148,1,,style1,0,"left",effect,0,,,,,,,,,,,
,"Idioma de Préstamo","http://www.umaconline.com/spanish/id_prestamo.htm",,,1
,"Proceso","http://www.umaconline.com/spanish/proceso.htm",,,1
,"Documentación","http://www.umaconline.com/spanish/documentacion.htm",,,1
,"Cierre","http://www.umaconline.com/spanish/cierre.htm",,,1
])

addmenu(menu=["ne",,,114,1,,style1,0,"left",effect,0,,,,,,,,,,,
,"Noticias","http://www.umaconline.com/spanish/noticias.htm",,,1
,"Eventos","http://www.umaconline.com/spanish/eventos.htm",,,1
])

dumpmenus()
