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("成功\案例-專業CF專案 ","ptlist.phtml?Category=122235","","flyoutLink","/chuansheng/ezfiles/lockwasher/img/pictures/title/CGO_n1_09.gif","206","55","","0","0") 
 TopMenu[1] = new TopMenuItem("媒體公關-新聞側拍 ","ptlist.phtml?Category=122237","","flyoutLink","/chuansheng/ezfiles/lockwasher/img/pictures/title/CGO_n2_09.gif","206","55","","0","0") 
 TopMenu[2] = new TopMenuItem("跨媒體整合 ","ptlist.phtml?Category=124631","","flyoutLink","/chuansheng/ezfiles/lockwasher/img/pictures/title/CGO_n3_09.gif","206","55","","0","0") 
 TopMenu[3] = new TopMenuItem("網路行銷委託-諮詢診斷 ","ptlist.phtml?Category=124633","","flyoutLink","/chuansheng/ezfiles/lockwasher/img/pictures/title/CGO_bt_10.gif","206","75","/chuansheng/ezfiles/lockwasher/img/pictures/title/CGA_bt-o_10.gif","206","75") 
 TopMenu[4] = new TopMenuItem("網路行銷-輔導課程 ","ptlist.phtml?Category=124645","","flyoutLink","/chuansheng/ezfiles/lockwasher/img/pictures/title/CGO_bt_11.gif","206","78","","0","0") 
 TopMenu[5] = new TopMenuItem("網路行銷規劃 ","ptlist.phtml?Category=124657","","flyoutLink","/chuansheng/ezfiles/lockwasher/img/pictures/title/CGO_space.gif","1","1","","0","0") 

