
//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=5 //The timer speed of the animation
menuy=180 //The top placement of the menu.
menux=15 //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','Historia')
	makeMenu('sub','Nuestra historia','historia.html')

makeMenu('top','DVD/VHS')
	makeMenu('sub','Documentales','documentales.html')

//Menu 1
makeMenu('top','Perros históricos')
	makeMenu('sub','Carlota','carlota.html')
	makeMenu('sub','Homenaje a Carlota','homenaje_carlota.html')
	makeMenu('sub',' >Fotos de Carlota','galeria.php?gal=carlota')
	makeMenu('sub','Otros','perros_historicos.html')
	makeMenu('sub',' >Fotos de otros','galeria.php?gal=perros_historicos')

//Menu 2    
makeMenu('top','Actualidad')
	makeMenu('sub','Ultimas noticias','actualidad.php')


//Menu 3    
makeMenu('top','Cachorros')
	makeMenu('sub','Cria de cachorros','cachorros.html')
	makeMenu('sub',' >Fotos cachorros','galeria.php?gal=cachorros')

//Menu 4
makeMenu('top','Nuestra casa')
  makeMenu('sub','Machos','machos.html')
  makeMenu('sub',' >Fotos de machos','galeria.php?gal=machos')
  makeMenu('sub','Hembras','hembras.html')
  makeMenu('sub',' >Fotos de hembras','galeria.php?gal=hembras')
  makeMenu('sub','Otras razas','otras_razas.html')
  makeMenu('sub',' >Fotos otras razas','galeria.php?gal=otras_razas')

//Menu 5  
makeMenu('top','Contactar')
  makeMenu('sub','Quienes somos','quienes_somos.html')

n_menus=6;

onload=inicio