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("關於耀瑪 ","ptlist.phtml?Category=1","","flyoutLink","http://yaoma.funlink.com.tw/cubepor48/ezcatfiles/cust/img/pictures/title/CGO_left1.gif","200","30","http://yaoma.funlink.com.tw/cubepor48/ezcatfiles/cust/img/pictures/title/CGA_left1-1.gif","200","30") 
 TopMenu[1] = new TopMenuItem("安全帽 ","ptlist.phtml?Category=2","","flyoutLink","http://yaoma.funlink.com.tw/cubepor48/ezcatfiles/cust/img/pictures/title/CGO_left2.gif","200","30","http://yaoma.funlink.com.tw/cubepor48/ezcatfiles/cust/img/pictures/title/CGA_left2-1.gif","200","30") 
 TopMenu[2] = new TopMenuItem("媒體報導 ","ptlist.phtml?Category=3","","flyoutLink","http://yaoma.funlink.com.tw/cubepor48/ezcatfiles/cust/img/pictures/title/CGO_3A.gif","200","30","http://yaoma.funlink.com.tw/cubepor48/ezcatfiles/cust/img/pictures/title/CGA_3B.gif","200","30") 
