/* --------------------------------------------------
default
-------------------------------------------------- */

$(document).ready(function() {
 	$(".map").click(function () {
	  $(".hide").slideToggle();
	});
});

function scrollPageTop(){
	Scroller.interval=setInterval('Scroller.scroll(0)',6);
}
