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 MONOFLAG ","ptlist.phtml?Category=135046","","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("FLAG AND BANNER ","cglist.phtml?Category=116919","116919","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("PIN, KEYCHAIN AND PATCHES ","cglist.phtml?Category=116890","116890","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("UMBRELLA ","cglist.phtml?Category=116911","116911","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("FLAG LEISURE SERIES ","cglist.phtml?Category=116910","116910","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("STATIONARY ","ptlist.phtml?Category=270923","","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("FASHION BAG ","ptlist.phtml?Category=134968","","flyoutLink","","0","0","","0","0") 
 TopMenu[7] = new TopMenuItem("SEASON\'S GIFT ","cglist.phtml?Category=135921","135921","flyoutLink","","0","0","","0","0") 
 TopMenu[8] = new TopMenuItem("PETS SUPPLIES ","ptlist.phtml?Category=290711","290711","flyoutLink","","125","204","","0","0") 
 TopMenu[9] = new TopMenuItem("ART & CRAFTS PRODUCTS ","cglist.phtml?Category=139716","139716","flyoutLink","","0","0","","0","0") 
 TopMenu[10] = new TopMenuItem("SHOW ROOM ","cglist.phtml?Category=135069","135069","flyoutLink","","0","0","","0","0") 
 TopMenu[11] = new TopMenuItem("FLAG INFORMATION ","ptlist.phtml?Category=135458","","flyoutLink","","0","0","","0","0") 
 TopMenu[12] = new TopMenuItem("CUSTOMER SERIVCE ","ptlist.phtml?Category=135062","","flyoutLink","","0","0","","0","0") 
