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("AQUARIUM ","cglist.phtml?Category=200010371","","flyoutLink","/eyp/ezcatfiles/aquarium-otto.english/img/pictures/title/CGO_aqua-2.jpg","160","120","","0","0") 
 TopMenu[1] = new TopMenuItem("REPTILE ","cglist.phtml?Category=200010372","","flyoutLink","/eyp/ezcatfiles/aquarium-otto.english/img/pictures/title/CGO_REPTILE-21-1.jpg","160","120","","0","0") 
 TopMenu[2] = new TopMenuItem("WATER PURIFICATION SYSTEMS ","cglist.phtml?Category=200010374","","flyoutLink","/eyp/ezcatfiles/aquarium-otto.english/img/pictures/title/CGO_WATER1.jpg","160","120","","0","0") 
 TopMenu[3] = new TopMenuItem("SMALL ANIMAL ","cglist.phtml?Category=250003503","","flyoutLink","/eyp/ezcatfiles/aquarium-otto.english/img/pictures/title/CGO_animal.jpg","160","120","","0","0") 
