function showBox(status_msg, title)
{ 
	tb_show(title, "lib/operation_status.php?status_msg="+status_msg+"&KeepThis=true&TB_iframe=true&height=200&width=320", false); 
}

function showOperationStatus(status_msg, title, loading)
{
	womAdd('showBox("'+status_msg+'", "'+title+'")');
	if (loading=="true")
	{
		womOn();
	}
}
