function showbox(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=80; i++) 
	{
	if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

function showboxi(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=80; i++) 
	{
	if (document.getElementById('imenu'+i)) {document.getElementById('imenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

function getlink(url)
    {
    var w = window.open(url, "","toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600");
    if (window.focus){w.focus();}
    }

function expandcollapse (postid) 
   {
   whichpost = document.getElementById(postid); 
   if (whichpost.className=="postshown") 
      { 
      whichpost.className="posthidden"; 
      } 
      else {whichpost.className="postshown";} 
   }
   
function MM_jumpMenu(targ,selObj,restore)
	{ //v3.0
  	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  	if (restore) selObj.selectedIndex=0;
	}

function map_village()
	{
	var w = window.open("picture.php?part=village", "map","toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=no,resizable=no,width=774,height=505");
	if (window.focus)
		{w.focus();}
	}
   
