timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
	nwin = window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[				// prop1 is an array of properties you can have as many property arrays as you need
"ffffff",			// Off Font Color
"7bbd29",			// Off Back Color
"306898",			// On Font Color
"ffffff",			// On Back Color
"306898",			// Border Color
10,				// Font Size
"normal",			// Font Style 
"bold",			// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,				// Padding
"/imgsNP/arrow.gif",		// Sub Menu Image
0,				// 3D Border & Separator
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
,				// Referer item Font Color (leave this blank to disable)
				// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
115,				// Top
10,				// left
114,				// Width
0,				// Border Width
"left",				// Screen Position - here you can use "center;middle;right"
prop1,				// 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 alignment, HTML values are valid here for example: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation
,				// Follow Scrolling - Tells the menu item to follow the user down the screen
, 				// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,				// Keeps the menu visible until the user moves over another menu or clicks elsewhere
,				// Position of sub image left:center:right:middle:top:bottom
,				// Show an image on top menu bars indicating a sub menu exists below
,				// Reserved for future use


// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

//"Nuevo Usuario","/cgi-bin/elagora/form_registro_eval.pl",,,1,
"Información","show-menu3",,"#",1,
"Herramientas","show-menu4",,"#",1
]

// Nuevo Usuario
// 	Comprador
//	Vendedor
// Solicitudes
// Licitaciones
// Promociones
// Informacion
// 	Comprador
//	Vendedor
//	Quienes somos
//	Que es b2b
//	ElAgora en el tiempo de los griegos
//	Preguntas frecuentes
// Prensa
// Newsletter
// Servicios de Valor Agregado
 

menu2=[
,,120,0,"",prop1,,"left",effect,,,,,,,
"Comprador","/cgi-bin/elagora/form_registro_comprador.pl",,,1,
"Proveedor","/cgi-bin/elagora/form_registro_vendedor.pl",,,1
]

menu3=[
,,120,0,"",prop1,,"left",effect,,,,,,,
"Comprador","/folderNP/infocomprador.shtml",,,1,
"Proveedor","/folderNP/infoproveedor.shtml",,,1,
//"Quiénes somos?","/folderNP/info_quienes_somos.htm",,,1,
"Qué es B2B?","/folderNP/info_b2b.shtml",,,1,
//"Costos","/folderNP/infoplanes.shtml",,,1,
//"El Agora en el tiempo de los griegos","/folderNP/info_griegos.htm",,,1,
"Preguntas frecuentes","/folderNP/info_faq.shtml",,,1
]

menu4=[
,,120,0,"",prop1,,"left",effect,,,,,,,
"Cotizaciones de Moneda","#herramientas",,,1,
"Convertidor de Moneda","#herramientas",,,1,
"Índices","#herramientas",,,1,
"Actualice su navegador","/folderNP/actualizaciones.htm",,,1
]




