/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#17846F';			// Background color when mouse is not over
        var HighBgColor='#4AA869';			// Background color when mouse is over
        var FontLowColor='#82B751';			// Font color when mouse is not over
        var FontHighColor='#EFFECD';			// Font color when mouse is over

	var LowSubBgColor='#FEFDE7';			// Background color when mouse is not over on subs
	var HighSubBgColor='#FFECF4';			// Background color when mouse is over on subs
	var FontSubLowColor='#E29B6B';			// Font color subs when mouse is not over
	var FontSubHighColor='#CE6700';			// Font color subs when mouse is over
	var BorderColor='yellow';			// Border color
	var BorderSubColor='red';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				
	var MenuTextCentered='center';			
	var MenuCentered='center';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.2;				
	var ChildVerticalOverlap=.2;			
	var StartTop=52;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Memoirs","","",2,20,100);
     Menu1_1=new Array("The Wushu Prodigy","http://www.wu-jing.org/profile.php","",0,20,120);
     Menu1_2=new Array("Annals","http://www.wu-jing.org/Films.php","",2);
           Menu1_2_1=new Array("Movies","http://www.wu-jing.org/Films.php#Movies","",0,20,100);
           Menu1_2_2=new Array("Dramas","http://www.wu-jing.org/Films.php#TV Series","",0);
             

Menu2=new Array("Moot Point","","",3);	
      Menu2_1=new Array("Look, Who's Talking?","http://www.wu-jing.org/convers/Conversation.php","",0,20,150);
      Menu2_2=new Array("Round-table Conference","http://board.wu-jing.org","",0);
      Menu2_3=new Array("Imprints","http://pub3.bravenet.com/guestbook/show.php?usernum=221289093&cpv=1","",0);
                  

Menu3=new Array("Bird's Eye View","","",4,20,100);
    Menu3_1=new Array("The Happenings","http://wu-jing.org/happenings/","",2,20,180);
      Menu3_1_1=new Array("News","http://www.wu-jing.org/News/news-archives.php","",0,20,120);
      Menu3_1_2=new Array("Select Articles","http://www.wu-jing.org/News/articles.php","",0);

    Menu3_2=new Array("Rock-splitting Sights & Sounds","http://media.wu-jing.org/pafiledb/pafiledb.php","",0);
    Menu3_3=new Array("Phenomenal Vista","http://www.wu-jing.org/Vista/Gallery/","",0);
     Menu3_4=new Array("Chain Reactions","http://www.wu-jing.org/links/linkster/chain-reactions.php","",0);

Menu4=new Array("E-Resources","","",4,20,100);
   Menu4_1=new Array("Lost and Found","http://www.wu-jing.org/search.php","",0,20,150);
   Menu4_2=new Array("Rejuvenation","http://www.wu-jing.org/updates.php","",0);
      Menu4_3=new Array("Lightning-quick Delivery","http://www.wu-jing.org/contact/Transm/","",0);
 Menu4_4=new Array("Home Sweet Home","http://www.wu-jing.org","",0);
Menu4_5=new Array("Tell-a-Friend","","",0);