var page_Name ="body";
function startPage()
{
  if(!top.loadedflag)
    setTimeout("startPage()",500);
  else
    top.AddPrices(page_Name,document.getElementById("InstStr").innerHTML,document.getElementById("FieldStr").innerHTML,document.getElementById("UpdateTypes").innerHTML);
}

function stopPage()
{
  if (top.loadedflag)top.RemovePrices(page_Name);
}

function OpenPopup(u,n,f)
{
  f += ",scrollbars=yes,resizable=yes";
  window.open(u,n,f);
}

function op(u,n,f)
{
  f += ",scrollbars=yes,resizable=yes";
  window.open(u,n,f);
}

function hlp(h)
{
	var w=window.open('HelpItem.aspx?Code=' + h,'TheBullionDesk','scrollbars=yes,width=600,height=500,resizable=yes');	
    w.focus();
}