/* dyn_menu_lst.js */



// menu definitions

// menu 1



menu[0]        = new Array();

menu[0][0]     = new create_instance(70,30,CENTER,TRY_LEFT,'sel_','deact_','lnk_','ns_',NO,             
                                    VERTICAL,CENTER,0,0,NONE,                     
                                    'twm_entry','InFrame',140,25,0,'#59818F','#6598AB',NO,YES,NO,AUTO,AUTO);
menu[0][1]     = new Array();
menu[0][1][0]  = new create_menu(HORIZONTAL,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NO);
menu[0][1][1]  = new create_entry('WORKS'    	,NONE                ,''          								,2);
menu[0][1][2]  = new create_entry('MEDIA'      	,NONE                ,''           						        	,3);
menu[0][1][3]  = new create_entry('ABOUT'       ,NONE                ,''									,4);
menu[0][1][4]  = new create_entry('LAGNIAPPE'   ,NONE		       ,'a little something extra'						,5);
menu[0][1][5]  = new create_entry('CONTACT'     ,'contact.php'         ,'how to contact me'               				      	);

menu[0][2]     = new Array();
menu[0][2][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NO,NONE,NONE);
menu[0][2][1]  = new create_entry('Chamber'         ,'chamber.php'       ,'chamber works, works with <br>fewer than 8 performers'               );
menu[0][2][2]  = new create_entry('Choral/Vocal'    ,'vox.php'           ,'choral and vocal works' 				                );
menu[0][2][3]  = new create_entry('Large Ensemble'  ,'le.php'            ,'orchestra, wind ensemble, <br>forces greater than 8 performers'  	);
menu[0][2][4]  = new create_entry('Fixed-Media'     ,'fme.php'         	 ,'fixed-media electracoustic works'		                       	);
menu[0][2][5]  = new create_entry('Interactive'	    ,'int.php'		 ,'works for performer(s)+computer'					);
menu[0][2][6]  = new create_entry('Full Works Listing' ,'all.php'          ,'all works alpha by title' 						);

menu[0][4]     = new Array();
menu[0][4][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NO);
menu[0][4][1]  = new create_entry('Prose Bio'          ,'bio.php'           ,'brief prose biography'	);
menu[0][4][2]  = new create_entry('Artistic Statement' ,'artstate.php'      ,'artistic statement'	);
menu[0][4][3]  = new create_entry('Teaching Philosophy' ,'teachphil.php'      ,'teaching philosophy'	);

menu[0][3]     = new Array();
menu[0][3][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NO);
menu[0][3][1]  = new create_entry('Recordings'             ,'../music/index.php'           ,'MP3s of my work'			           );
menu[0][3][2]  = new create_entry('Scores'          	,'../pdf/index.php'     ,'PDFs of scores'			);	
menu[0][3][3]  = new create_entry('Selected Articles'  ,'../write/index.php'      ,'various academic things'	);
menu[0][3][4]  = new create_entry('"Raw Materials"'  ,'../sounds/index.php'          ,'PD/free repository of sounds <br>for electronic composition'  );
menu[0][3][5]  = new create_entry('Score Paper'  ,'../paper/index.php'          ,'customized score paper templates'  );

menu[0][5]     = new Array();
menu[0][5][0]  = new create_menu(NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NONE,NO);
menu[0][5][1]  = new create_entry('Henceforth...'	,'next.php'		,'down the line...'	);
menu[0][5][2]  = new create_entry('Sightings'		,'viz.php'		,'the rumors of my demise <br>are largely untrue'	);
menu[0][5][3]  = new create_entry('Links'		,'links.php'		,'other people and things'				);
menu[0][5][4]  = new create_entry('FAQ'			,'faq.php'		,'questions answered'				);





