//宿泊ページのプルダウン

function pulldown(pullDown,libg){
	document.getElementById(pullDown).style.display="block"
	document.getElementById(libg).style.background="url(/images/global_menu_o.jpg) no-repeat -180px 0;"
	}
	
function pullup(pullUp,libg){
	document.getElementById(pullUp).style.display="none"
	document.getElementById(libg).style.background="url(/images/global_menu.jpg) no-repeat -180px 0;"
	}	
