function TopMenuItem(p_name,p_link,p_id,p_style,p_img1,p_img1_width,p_img1_height,p_img2,p_img2_width,p_img2_height) {
   this.Name = p_name ;
   this.Link = p_link ;
   this.id = p_id ;
   this.style = p_style ;
   this.img1 = p_img1 ;
   this.img1_width = p_img1_width ;
   this.img1_height = p_img1_height ;
   this.img2 = p_img2 ;
   this.img2_width = p_img2_width ;
   this.img2_height = p_img2_height ;
   return this; 
} 
 TopMenu = new Array(); 
 TopMenu[0] = new TopMenuItem("About Us ","cglist.phtml?Category=97530","97530","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("Pressed Flower ","cglist.phtml?Category=174362","174362","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("Packaged Assortments ","cglist.phtml?Category=175485","","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("Handmade Stickers ","cglist.phtml?Category=63900","","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("Gift ","cglist.phtml?Category=63789","","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("Stationery ","cglist.phtml?Category=63845","","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("DIY Supply ","cglist.phtml?Category=63857","","flyoutLink","","0","0","","0","0") 
 TopMenu[7] = new TopMenuItem("Contact Us ","ptlist.phtml?Category=63875","","flyoutLink","","0","0","","0","0") 
