function totop(){
	window.scroll(0,0);
}
function openMap(){
	window.open('/map/index.html','map','width=410,height=600');	
}