cuantosSubMenus = 3;
conmouseover = 0; //0=NO 1=SI

//Configurar los menus uno por uno en el array
arMenu1 = new Array
(
"377","215","1",		//left, top
"empresa.php","Historia", //url, texto
"clientes.php","Clientes",
"directorio.php","Directorio"
)

arMenu2 = new Array
(
"600","215","1",		//left, top
"comofunciona.php","C&oacute;mo Funciona",
"cctv.php","CCTV"
)

arMenu3 = new Array
(
"703","215","1",		//left, top
"tipseg.php","Tips Seguridad",	//url, texto
"downloads.php","Downloads",
"preguntas.php","FAQ's"
)