// JavaScript Document

var googlewin = null;

function invokePoPup(url,width,height)
{
	googlewin=dhtmlwindow.open("pbox", "iframe", url, "SpeakOnIt", "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_edit_topic(url,width,height)
{
	googlewin=dhtmlwindow.open("pbox", "iframe", url, "SpeakOnIt", "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_edit_comment(url,width,height)
{
	googlewin=dhtmlwindow.open("pbox", "iframe", url, "SpeakOnIt", "width="+width+"px,height="+height+"px,resize=1,scrolling=1,center=1", "recal")

/*googlewin.onclose=function(){ try{window.parent.location.reload();}catch(e){} }*/

}


function invokeLoginErrPoPup(url,width,height)
{
	googlewin=dhtmlwindow.open("pbox", "iframe", url, "SpeakOnIt", "width="+width+"px,height="+height+"px,resize=1,scrolling=1,center=1", "recal")

/*googlewin.onclose=function(){ try{window.parent.location.href="index.php";}catch(e){} }*/

}

function invokePoPup_(url,width,height)
{
	googlewin=dhtmlwindow.open("pbox", "iframe", url, "SpeakOnIt", "width="+width+"px,height="+height+"px,resize=1,scrolling=1,center=1", "recal")
}

function closePoPup()
{
	googlewin.close();
}