//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=91 //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','Index Pages')
	makeMenu('sub','Home Page','index2.htm')
	makeMenu('sub','About site','About2.htm')
	makeMenu('sub','Navigation','navigate2.htm')
	makeMenu('sub','Search','search.htm')

//Menu 1
makeMenu('top','3D Artwork')
	makeMenu('sub','Recent 3D')
	  makeMenu('sub2','Breath of God','breath.htm')
	  makeMenu('sub2','Yack and Beanstalk','yack.htm')
	  makeMenu('sub2','Prince and Pauper','prince.htm')
	  makeMenu('sub2','Burning the Candle','burning.htm')
	makeMenu('sub','Less Recent 3D')
  	  makeMenu('sub2','Cuculainn','cuculainn.htm')
	  makeMenu('sub2','The Unveiling','threedunveiling.htm')
	  makeMenu('sub2','Remember Piercings','remember.htm')
	  makeMenu('sub2','Nine Inch Nails','nineinch.htm')
	  makeMenu('sub2','Kokopelli Conundrum','conundrum.htm')
	 	
//Menu 2    
makeMenu('top','2D Artwork')

  makeMenu('sub','Hairy Butt','twodbutt.htm')
  makeMenu('sub','Hell on Earth','hellonearth.htm')
  makeMenu('sub','3 get the Boot','boot3.htm')
  makeMenu('sub','Long Life','longlife.htm')
  makeMenu('sub','Washing of the Feet','footwashing.htm')
  makeMenu('sub','Pensive','pensive.htm')
  makeMenu('sub','In the Light','inlight.htm')
  makeMenu('sub','Womans Torso','womanstorso.htm')
  makeMenu('sub','Feminine Landscape','landscape.htm')
  makeMenu('sub','Torso and Arms','torsoarms.htm')
  makeMenu('sub','Hand Study','handstudy.htm')
  makeMenu('sub','La Femme','lafemme.htm')
  makeMenu('sub','Michaels Inferno','inferno.htm')
  makeMenu('sub','Michael','michael.htm')


//Menu 3
makeMenu('top','Books Page')

  makeMenu('sub','Books/Publications','books2.htm')
  makeMenu('sub','Sculptor Revisited','sculptor2.htm')
 
//Menu 4
makeMenu('top','Links/Shopping')
  makeMenu('sub','Links','links2.htm')
  makeMenu('sub','Contact Us','contact2.htm')
  makeMenu('sub','My New Blog!','http://web.mac.com/thirdimension/Tarnochtai_Publishing/Solomons_Porch_Blog/Solomons_Porch_Blog.html')
  makeMenu('sub','Shopping Page','Shopping.htm')
 



//Starting the menu
onload=SlideMenuInit;
