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("<font class=\"user_1\">Cable & Wires</font> ","cglist.phtml?Category=3","3","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("<font class=\"user_1\">Board To Board</font> ","cglist.phtml?Category=5","5","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("<font class=\"user_1\">Board To Wire  &                         Wire To Wire</font> ","cglist.phtml?Category=6","6","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("<font class=\"user_1\">Package To Board</font> ","cglist.phtml?Category=28","28","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("<font class=\"user_1\">Input / Output</font> ","cglist.phtml?Category=29","29","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("<font class=\"user_1\">Hoods</font> ","cglist.phtml?Category=31","31","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("<font class=\"user_1\">Other</font> ","cglist.phtml?Category=7","7","flyoutLink","","0","0","","0","0") 
