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("News and Activities ","cglist.phtml?Category=1","1","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("About Asian Election Studies (AES) ","cglist.phtml?Category=2","2","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("AES Team ","cglist.phtml?Category=3","3","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("Research and Publications of AES Team ","cglist.phtml?Category=4","4","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("Electoral Systems ","cglist.phtml?Category=5","5","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("Election Statistics ","cglist.phtml?Category=24","24","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("Electoral Maps ","cglist.phtml?Category=23","23","flyoutLink","","0","0","","0","0") 
 TopMenu[7] = new TopMenuItem("Survey Data ","cglist.phtml?Category=22","22","flyoutLink","","0","0","","0","0") 
 TopMenu[8] = new TopMenuItem("Links to Related Data Archives ","ptlist.phtml?Category=7","","flyoutLink","","0","0","","0","0") 
 TopMenu[9] = new TopMenuItem("Communications ","cglist.phtml?Category=8","8","flyoutLink","","0","0","","0","0") 

