// JavaScript Document

var googlewin = null;

function invokePoPup(url,width,height)
{
	googlewin=dhtmlwindow.open("pbox", "iframe", url, "Gold Company", "width="+width+"px,height="+height+"px,resize=1,scrolling=1,center=1", "recal")

googlewin.onclose=function(){ try{window.parent.location.reload();}catch(e){} }

}


function invokePoPup_(url,width,height)
{
	googlewin=dhtmlwindow.open("pbox", "iframe", url, "Gold Company", "width="+width+"px,height="+height+"px,resize=1,scrolling=1,center=1", "recal")
}

function closePoPup()
{
	googlewin.close();
}