function contacto(){
window.open("contactos.htm","","width=400,height=550, left=50,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.
"#000000",					// Mouse Off Font Color
"#B2D1F0",					// Mouse Off Background Color
"000000",					// Mouse On Font Color
"#FF9D3C",					// Mouse On Background Color
"#FF9D3C",					// Menu Border Color
18, 						// Font Size
"bold",					// Font Style 
"bold",					// 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
115,							// Menu Top - The Top position of the menu in pixels
25,  						// 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
,"&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=home","http://www.parentsinaction.net/index.htm","",1		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;&nbsp;&nbsp;Services&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=events","http://www.parentsinaction.net/services.html","",1
,"&nbsp;&nbsp;&nbsp;&nbsp;Advocacy&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=facts","http://www.parentsinaction.net/english/resources.htm","",1
,"&nbsp;&nbsp;&nbsp;&nbsp;Contact Us&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=contactus","http://www.parentsinaction.net/contactus.htm","",1
,"&nbsp;&nbsp;&nbsp;&nbsp;Spanish&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=spanish","http://www.parentsinaction.net/spanish/hogar.html","",1
])

function showtopandleft()
{
	mn=getMenuByName("mainmenu");
	menu=eval("menu"+mn);
	alert(menu[1] + " - " + menu[2]);
}

addmenu(menu=["schoolforparent",,,104,1,"",style1,,"left",effect,,,,,,,,,,,,
,"School For Parents","http://www.parentsinaction.net/schoolforparents.htm",,,1
,"City Council","http://www.parentsinaction.net/citycounsel-5-5-05.htm",,,1
,"Mandated Reporting","http://www.parentsinaction.net/mandatedreporting.htm",,,1
,"Parents Empowerment","http://www.parentsinaction.net/parentsempowerment.htm",,,1
])

addmenu(menu=["contactos",,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Website Development","http://www.22cweb.com/english/services/webdev.htm",,,1
,"Website Promotion","http://www.22cweb.com/english/services/webpromotion.htm",,,1
,"Website Prices","http://www.22cweb.com/english/services/prices.htm",,,1
,"Web Hosting","http://www.22cweb.com/english/services/hosting.htm",,,1
,"Domain Registration","http://www.22cweb.com/english/services/domainreg.htm",,,1
,"Translations","http://www.22cweb.com/english/services/translations.htm",,,1
])

addmenu(menu=["ps",,,137,1,,style1,0,"left",effect,0,,,,,,,,,,,
,"22c NewsSoft","http://www.22cweb.com/english/products/overview.htm",,,1
,"22c NewsSoft Benefits","http://www.22cweb.com/english/products/benefits.htm",,,1
,"22c NewsSoft Profits","http://www.22cweb.com/english/products/profits.htm",,,1
])

addmenu(menu=["ne",,,96,1,,style1,0,"left",effect,0,,,,,,,,,,,
,"Contact Support","http://www.22cweb.com/english/aboutus/contactus.htm",,,1
,"Intranet Login","http://www.22cweb.com/english/support/intranet.htm",,,1
,"Presentation Login","http://www.22cweb.com/english/support/presentation.htm",,,1
])

dumpmenus()