initModule({
	moduleID : 'navigationdh_help',
	newWindow : false,
	imagesFolder : function(){
		return document.scripts[document.scripts.length - 1];
	}(),
		
	domName :
			{
				tL : 'navigationdh_help_topL',
				tR : 'navigationdh_help_topR',
				bL : 'navigationdh_help_bottomL',
				bR : 'navigationdh_help_bottomR',
				s : 'navigationdh_helpMarquee'
			},
				
	title : 
			{
				id : 'navigationdh_help_topL',
				text : ""
			},
				
	linkInfo :
			{
				down : 
					{
						id   : 'navigationdh_help_bottomR',
						type : 'none',
						text : "more",
						url  : '/',
						imgID : ['navigationdh_help_linkdown_prev','navigationdh_help_linkdown_next','navigationdh_help_linkdown_first','navigationdh_help_linkdown_last'],
						imgUrl  : ['','','',''] /*****/
					},
				up :
					{
						id   :'navigationdh_help_topR',
						type : 'none',
						text : "more",
						url  : '/',
						imgID : ['navigationdh_help_linkup_prev','navigationdh_help_linkup_next','navigationdh_help_linkup_first','navigationdh_help_linkup_last'],
						imgUrl  : ['','','',''] /*****/
					}
			},
		
	loopNumber :
			{
				enable : false,
				content : ""
			},
				
	marquee :
			{
				id : 'navigationdh_help_marquee',
				enable :  false,
				width : 700,
				height : 52,
				direction : 'top',
				step : 1,
				timer :50,
				delayTime : 5000,
				waitTime : 700,
				scrollStep : 52,
				margin : ['9px','9px','6px','9px']
			}
			
});

/*模块*/