function h()
{
   nd();
}
function i(poptext)
{
	overlib(poptext);
}
function d(poptext,w,h,i)
{
	poptext2="<img src=" + poptext + " border=0>";
	var offsetHeight=(h*-1)/4+(i*-1);
	overlib(poptext2, OFFSETY, offsetHeight, WIDTH, w, HEIGHT, h);
}

function launch(url,wW,hH) {
  self.name = "opener";
  if (wW == null) { wW = 300; }
  if (hH ==  null) { hH = 300; }
  remote = open(url, "remote", "width=" + wW + ",height=" + hH + ",left=50,top=50,scrollbars=1,location=0");
  remote.focus();
}

function disable_page() {
}

function disableAllButtons()
{
	var bButtons = document.body.getElementsByTagName("BUTTON");
	ii=bButtons.length;
	for (i=0; i<ii; i++)
	{
		bButtons[i].disabled = 'true';
	}

}
