//Variables to set
between=28 //The pixel between the menus and the submenus
mainheight=25 //The height of the mainmenus
subheight=22 //The height of the submenus
pxspeed=13 //The pixel speed of the animation
timspeed=15 //The timer speed of the animation
menuy=100 //The top placement of the menu.
menux=0 //The left placement of the menu
//Images - Play with these
level0_regular="level0_regular.gif"
level0_round="level0_round.gif"
level1_regular="level1_regular.gif"
level1_round="level1_round.gif"
level1_sub="level1_sub.gif"
level1_sub_round="level1_sub_round.gif"
level1_round2="level1_round2.gif"
level2_regular="level2_regular.gif"
level2_round="level2_round.gif"

//Leave this line
preLoadBackgrounds(level0_regular,level0_round,level1_regular,level1_round,level1_sub,level1_sub_round,level1_round2,level2_regular,level2_round)


//There are 3 different types of menus you can make
//top = Main menus
//sub = Sub menus
//sub2 = SubSub menus

//You control the look of the menus in the stylesheet

//makeMenu('TYPE','TEXT','LINK','TARGET', 'END (THE LAST MENU)')

//Menu 0 
makeMenu('top','Registre Dominios')
	makeMenu('sub','Qué es un dominio?','dominis/quees/index.htm')
	makeMenu('sub','Está disponible?','dominis/esdisponible/index.htm')
	makeMenu('sub','Tarda en registrarse?','dominis/quanttarda/index.htm')
	makeMenu('sub','Puedo transferirlos?','dominis/transferir/index.htm')
	makeMenu('sub','Cuanto me cuesta?','dominis/quantcosta/index.htm')

//Menu 1
makeMenu('top','Diseño Web')
	makeMenu('sub','Confección web','dissenyweb/disseny/index.htm')
	makeMenu('sub','Ejemplos','/script/index.asp')
	makeMenu('sub','Comercio electronico','dissenyweb/comerce/index.htm')
	makeMenu('sub','Bases de datos','dissenyweb/basesdedades/index.htm')
  
//Menu 2    
makeMenu('top','Alojamiento Web')
  makeMenu('sub','Qué es?','allotjament/quees/index.htm')
  makeMenu('sub','Cuentas de correo','allotjament/correu/index.htm')
  makeMenu('sub','Cuentas FTP','allotjament/ftp/index.htm')
  makeMenu('sub','Webmail','allotjament/webmail/index.htm')
  makeMenu('sub','Estadísticas','allotjament/estadistiques/index.htm')
  makeMenu('sub','Tarifas','allotjament/tarifes/index.htm')
  
//Menu 3
makeMenu('top','Tienda')
  makeMenu('sub','Informática','tenda/index.asp')
//  makeMenu('sub','RTB','forums/forum.asp?FORUM_ID=2&CAT_ID=1&Forum_Title=CoolMenus')
//  makeMenu('sub','ADSL','forums/forum.asp?FORUM_ID=3&CAT_ID=1&Forum_Title=Crossbrowser+DHTML')

//Menu 4  
makeMenu('top','Promoción Web')
  makeMenu('sub','Alta en buscadores','indexacio/alta/index.htm')
  makeMenu('sub','Alta por posición','indexacio/posicio/index.htm')

//Menu 5
makeMenu('top','Soporte')
  makeMenu('sub','Correo ')
	makeMenu('sub2','Eudora','soporte/eudora.htm')
	makeMenu('sub2','Outlook','soporte/outlook.htm')
	makeMenu('sub2','Netscape','soporte/netscape.htm')
  makeMenu('sub','FTP')
	makeMenu('sub2','Cute FTP','soporte/cute.htm')
	makeMenu('sub2','WinSocket FTP','soporte/wsftp.htm')
  makeMenu('sub','Conexión')
  	makeMenu('sub2','Windows 98','soporte/acceso.htm')
	makeMenu('sub2','Windows NT','soporte/NT.htm')
	makeMenu('sub2','MAC','soporte/macos.htm')
	makeMenu('sub2','Nodos Infovia','soporte/nodos.htm')
  makeMenu('sub','Estadísticas','soporte/estadisticas.htm')
  makeMenu('sub','Webmail','soporte/webmail.htm')

//Menu 6
makeMenu('top','Clientes')
  makeMenu('sub','Nuestros Clientes','clients/index.htm')
 
   
//Starting the menu
onload=SlideMenuInit;
