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 JAZZ ","cglist.phtml?Category=200011073","200011073","flyoutLink","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGO_bottom01-1-158x27-Eng.jpg","158","27","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGA_bottom01-2-158x27-Eng.jpg","158","27") 
 TopMenu[1] = new TopMenuItem("News Center ","cglist.phtml?Category=200011074","200011074","flyoutLink","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGO_bottom02-1-158x27-Eng.jpg","158","27","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGA_bottom02-2-158x27-Eng.jpg","158","27") 
 TopMenu[2] = new TopMenuItem("Products ","cglist.phtml?Category=200011075","200011075","flyoutLink","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGO_bottom09-1-158x27-Eng.jpg","158","27","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGA_bottom09-2-158x27-Eng.jpg","158","27") 
 TopMenu[3] = new TopMenuItem("Technology Info ","ptlist.phtml?Category=200011076","","flyoutLink","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGO_bottom04-1-158x27-Eng.jpg","158","27","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGA_bottom04-2-158x27-Eng.jpg","158","27") 
 TopMenu[4] = new TopMenuItem("Service ","cglist.phtml?Category=200011077","200011077","flyoutLink","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGO_bottom05-1-158x27-Eng.jpg","158","27","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGA_bottom05-2-158x27-Eng.jpg","158","27") 
 TopMenu[5] = new TopMenuItem("Contact us ","ptlist.phtml?Category=200011080","","flyoutLink","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGO_bottom08-1-158x27-Eng.jpg","158","27","/eyp/ezcatfiles/jazzspeakers.english/img/pictures/title/CGA_bottom08-2-158x27-Eng.jpg","158","27") 
