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 Us ","ptlist.phtml?Category=1980","","flyoutLink","","639","178","","0","0") 
 TopMenu[1] = new TopMenuItem("Product ","ptlist.phtml?Category=1981","","flyoutLink","http://we06001042.wb.nwtbb.com/ezcatfiles/we06001042/img/pictures/title/CGO_p1.gif","169","22","","0","0") 
 TopMenu[2] = new TopMenuItem("Stationery - Pen ","ptlist.phtml?Category=2732","","flyoutLink","http://we06001042.wb.nwtbb.com/ezcatfiles/we06001042/img/pictures/title/CGO_CGO_s2.gif","167","21","","0","0") 
 TopMenu[3] = new TopMenuItem("Stationery - Others ","ptlist.phtml?Category=2692","","flyoutLink","http://we06001042.wb.nwtbb.com/ezcatfiles/we06001042/img/pictures/title/CGO_CGO_s3.gif","167","21","","0","0") 
 TopMenu[4] = new TopMenuItem("Household ","ptlist.phtml?Category=2693","","flyoutLink","http://we06001042.wb.nwtbb.com/ezcatfiles/we06001042/img/pictures/title/CGO_CGO_h2.gif","167","21","","0","0") 
 TopMenu[5] = new TopMenuItem("Factory ","ptlist.phtml?Category=1983","","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("Contact Us ","ptlist.phtml?Category=1985","","flyoutLink","","0","0","","0","0") 
 TopMenu[7] = new TopMenuItem("Link ","ptlist.phtml?Category=2329","","flyoutLink","","0","0","","0","0") 
