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("NEWS | silicon carbide | fine ceramics | alumina oxide ","cglist.phtml?Category=100011","100011","flyoutLink","http://www.taissic.com/fancy-shop/ezcatfiles/cust/img/pictures/title/CGO_silicon_carbide_NEWS.jpg","229","84","","0","0") 
 TopMenu[1] = new TopMenuItem("Company Profile ( sintered silicon carbide | alumina oxide | zirconia | fine ceramics) ","ptlist.phtml?Category=100001","","flyoutLink","http://www.taissic.com/fancy-shop/ezcatfiles/cust/img/pictures/title/CGO_menu01_01.jpg","229","84","http://www.taissic.com/fancy-shop/ezcatfiles/cust/img/pictures/title/CGA_menu02_01.jpg","229","84") 
 TopMenu[2] = new TopMenuItem("fine ceramics ( sintered silicon carbide ) ","cglist.phtml?Category=100002","100002","flyoutLink","http://www.taissic.com/fancy-shop/ezcatfiles/cust/img/pictures/title/CGO_menu01_03.jpg","229","84","http://www.taissic.com/fancy-shop/ezcatfiles/cust/img/pictures/title/CGA_menu02_03.jpg","229","84") 
 TopMenu[3] = new TopMenuItem("certificate ","cglist.phtml?Category=100003","100003","flyoutLink","http://www.taissic.com/fancy-shop/ezcatfiles/cust/img/pictures/title/CGO_menu01_05.jpg","229","84","http://www.taissic.com/fancy-shop/ezcatfiles/cust/img/pictures/title/CGA_menu02_05.jpg","229","84") 
 TopMenu[4] = new TopMenuItem("Location ","cglist.phtml?Category=100004","100004","flyoutLink","http://www.taissic.com/fancy-shop/ezcatfiles/cust/img/pictures/title/CGO_menu01_07.jpg","229","84","http://www.taissic.com/fancy-shop/ezcatfiles/cust/img/pictures/title/CGA_menu02_07.jpg","229","84") 

