  
  /* 
   

 	Harry Marlowe Woodworking
	Created by:  Jason Terry
	Code history:  
		1) initial code created 4/19/2007 JMT
			- This code will create a roll over bannar i.e. slide show,
			on the index.htm page displaying some of HMW products
		2) Code modified 4/20/2007 JMT
			- Changed out some of the images  and then resized them so they
			is a unform size and will change thee look of the page when the hyperlink 
			for the image is mouse'd over
			
			
*/
  
  bowl1 = new Image()
   bowl3 = new Image()
   candlesticks = new Image()
   stand = new Image()
   desk = new Image()
   bowl1.src = "../images/bowl1_sm2.jpg"
   bowl3.src = "../images/bowl3_sm2.jpg"
   candlesticks.src = "../images/candlesticks_sm2.jpg"
   stand.src = "../images/stand_sm2.jpg"
   desk.src = "../images/desk_sm2.jpg"
