var page_Name ="right";
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 += ",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();
}

function hl(o)
{
  o.style.color="#e1b100";
}

function uh(o)
{
  o.style.color="#ffffff";
}