yuantao.getfilepath = function(){
		return 	'../';		
	}
	
$(function(){
	$('span[id^="navigator_"]').bind('click',function(){
		$('#' + $(this).attr('id')+ '_sub').slideToggle('slow');
	})
})
