// JavaScript Document
	//$j = jQuery.noConflict();
	$(document).ready(function(){
		$('div#warp').pngFix( );
		window.listbox.location.href="r_m.html";
	});

////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////


	function Show_land(ID,url){
		for(var i=0;i<=3;i++){
		document.getElementById("landHref_" + i).className="";}
		document.getElementById("landHref_"+ID).className="sel_"+ID;
		window.listbox.location.href=url;
	}

