initModule({
	moduleID : 'navigationhelp',
	newWindow : false,
	imagesFolder : function(){
		return document.scripts[document.scripts.length - 1];
	}(),
		
	domName :
			{
				tL : 'navigationhelp_topL',
				tR : 'navigationhelp_topR',
				bL : 'navigationhelp_bottomL',
				bR : 'navigationhelp_bottomR',
				s : 'navigationhelpMarquee'
			},
				
	title : 
			{
				id : 'navigationhelp_topL',
				text : ""
			},
				
	linkInfo :
			{
				down : 
					{
						id   : 'navigationhelp_bottomR',
						type : 'none',
						text : "more",
						url  : '/',
						imgID : ['navigationhelp_linkdown_prev','navigationhelp_linkdown_next','navigationhelp_linkdown_first','navigationhelp_linkdown_last'],
						imgUrl  : ['','','',''] /*****/
					},
				up :
					{
						id   :'navigationhelp_topR',
						type : 'none',
						text : "more",
						url  : '/',
						imgID : ['navigationhelp_linkup_prev','navigationhelp_linkup_next','navigationhelp_linkup_first','navigationhelp_linkup_last'],
						imgUrl  : ['','','',''] /*****/
					}
			},
		
	loopNumber :
			{
				enable : false,
				content : ""
			},
				
	marquee :
			{
				id : 'navigationhelp_marquee',
				enable :  false,
				width : 700,
				height : 52,
				direction : 'top',
				step : 1,
				timer :50,
				delayTime : 5000,
				waitTime : 700,
				scrollStep : 52,
				margin : ['9px','9px','6px','9px']
			}
			
});

/*模块*/