initModule({
	moduleID : 'navigationdh_new',
	newWindow : false,
	imagesFolder : function(){
		return document.scripts[document.scripts.length - 1];
	}(),
		
	domName :
			{
				tL : 'navigationdh_new_topL',
				tR : 'navigationdh_new_topR',
				bL : 'navigationdh_new_bottomL',
				bR : 'navigationdh_new_bottomR',
				s : 'navigationdh_newMarquee'
			},
				
	title : 
			{
				id : 'navigationdh_new_topL',
				text : ""
			},
				
	linkInfo :
			{
				down : 
					{
						id   : 'navigationdh_new_bottomR',
						type : 'none',
						text : "more",
						url  : '/',
						imgID : ['navigationdh_new_linkdown_prev','navigationdh_new_linkdown_next','navigationdh_new_linkdown_first','navigationdh_new_linkdown_last'],
						imgUrl  : ['','','',''] /*****/
					},
				up :
					{
						id   :'navigationdh_new_topR',
						type : 'none',
						text : "more",
						url  : '/',
						imgID : ['navigationdh_new_linkup_prev','navigationdh_new_linkup_next','navigationdh_new_linkup_first','navigationdh_new_linkup_last'],
						imgUrl  : ['','','',''] /*****/
					}
			},
		
	loopNumber :
			{
				enable : false,
				content : ""
			},
				
	marquee :
			{
				id : 'navigationdh_new_marquee',
				enable :  false,
				width : 700,
				height : 52,
				direction : 'top',
				step : 1,
				timer :50,
				delayTime : 5000,
				waitTime : 700,
				scrollStep : 52,
				margin : ['9px','9px','6px','9px']
			}
			
});

/*模块*/