if (self.parent.frames.length != 0)
  {
	self.parent.location.replace(document.location.href);
  }
  
function winop(url)
  {
  var request = window.open(url, "request", "height=550, width=500, location=0, menubar=0, resizable=1, scrollbars=1, status=0, toolbar=0");
  }

function menuon(ID)
{
var aobj = document.getElementById(ID);
	if (aobj) 
		aobj.style.display = "block";
}

function menuoff(ID)
{
var aobj = document.getElementById(ID);
	if (aobj) 
		aobj.style.display = "none";
}
