//±γΓρ΅η»°

function bmdh()
{
	var divId=document.getElementById('bmdh');
divId.style.left=(document.body.clientWidth-903)/2+document.body.scrollLeft;
divId.style.top=(document.body.clientHeight-1280)/2+document.body.scrollTop;
	$("bmdh").style.display="block";
	url='bmdh/bmdh.html';
    $("bmdh").innerHTML='<img src="/images/weatherloading.gif" />wait...';
	startRequest(url,bmdhfun);
}
function bmdhfun(){
  if(xmlHttp.readyState == 4){
	  if(xmlHttp.status == 200){
	  txt=xmlHttp.responseText;
	  	     $("bmdh").innerHTML=txt;
	  
  }	  
}
}