﻿/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=1;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#866D62';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#79929D';			// Background color when mouse is over on subs
	var FontLowColor='#000080';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='brown';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="宋体,arial,sans-serif"	// Font family menu items
	var FontSize=11;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=5;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// 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='MenuPos';				// span id for relative positioning
	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=1;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/images/tri.gif',5,10,'/images/tridown.gif',10,5,'/images/trileft.gif',5,10];	// Arrow source, width and height

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('更多<small>▼</small>', "/china/baike.php","",26,22,45);
	Menu1_1=new Array("知识树", "/china/wisdom.php","",0,20,80);
	Menu1_2=new Array("百科学", "/china/baike.php","",0);
	
	Menu1_3=new Array("文字树", "/tong/life.php","",0);
	Menu1_4=new Array("文字通", "/tong/phrase.php","",0);
	Menu1_5=new Array("成语", "/dict/idiom_results.php","",0);
	Menu1_6=new Array("汉语字典", "/dict/xinhua_results.php","",0);
	Menu1_7=new Array("找字", "/dict/divine.php","",0);
	
	Menu1_8=new Array("时光隧道", "/time/time_channel.php","",0);
	Menu1_9=new Array("朝政", "/common/periods.php?d=12","",0);
	Menu1_10=new Array("国度", "/common/countries.php?d=12","",0);
	Menu1_11=new Array("今日是何年", "/time/today.php","",0);

	Menu1_12=new Array("诗海","/cpoetry/index.php","",0);
	Menu1_13=new Array("历史","/common/cipais.php?d=8","",0);
	Menu1_14=new Array("百家","/common/cipais.php?d=5","",0);
	Menu1_15=new Array("小说","/common/cipais.php?d=3","",0);
	Menu1_16=new Array("散文","/common/cipais.php?d=2","",0);
	Menu1_17=new Array("旅游","/common/cipais.php?d=9","",0);
	Menu1_18=new Array("剧作","/common/cipais.php?d=4","",0);
	Menu1_19=new Array("乐岛","/best/index.php","",0);
	Menu1_20=new Array("汉英", "/dict/cenglish_results.php","",0);
	Menu1_21=new Array("英汉", "/dict/english_results.php","",0);
	Menu1_22=new Array("互译", "/dict/converter.php","",0);

	Menu1_23=new Array("图片", "/my/picture.php","",0);
	Menu1_24=new Array("地图", "/my/map.php","",0);
	Menu1_25=new Array("文集", "/my/collections.php","",0);
	Menu1_26=new Array('更加多 >>', '/china/wisdom.php?ys=1',"",0);

