
	var navigationhelpdaohangConfig = {
		moduleID : 'navigationhelpdaohang',
		newWindow : true,
		imagesFolder : "url(images/$.gif)".replace('url(','').replace('$.gif)',''),
		
		domName :
				{
					tL : 'navigationhelpdaohang_topL',
					tR : 'navigationhelpdaohang_topR',
					bL : 'navigationhelpdaohang_bottomL',
					bR : 'navigationhelpdaohang_bottomR',
					s : 'navigationhelpdaohangMarquee'
				},
				
		title : 
				{
					id : 'navigationhelpdaohang_topL',
					text : ""
				},
				
		linkInfo :
				{
					down : 
						{
							id   : 'navigationhelpdaohang_bottomR',
							type : 'none',
							text : "more",
							url  : '/',
							imgID : ['navigationhelpdaohang_linkdown_prev','navigationhelpdaohang_linkdown_next','navigationhelpdaohang_linkdown_first','navigationhelpdaohang_linkdown_last'],
							imgUrl  : ['','','',''] /*****/
						},
					up :
						{
							id   :'navigationhelpdaohang_topR',
							type : 'none',
							text : "more",
							url  : '/',
							imgID : ['navigationhelpdaohang_linkup_prev','navigationhelpdaohang_linkup_next','navigationhelpdaohang_linkup_first','navigationhelpdaohang_linkup_last'],
							imgUrl  : ['','','',''] /*****/
						}
				},
		
		loopNumber :
				{
					enable : false,
					content : ""
				},
				
		marquee :
				{
					id : 'navigationhelpdaohang_marquee',
					enable :  false,
					width : 700,
					height : 52,
					direction : 'top',
					step : 1,
					timer :50,
					delayTime : 5000,
					waitTime : 3000,
					scrollStep : 52,
					margin : ['9px','9px','6px','9px']
				}
			
	};
	
	initModule(navigationhelpdaohangConfig);

/*模块*/