function showFigure( strURL )
{
    window.open(strURL, null, "status=0,toolbar=0,menubar=0,location=0,resizable=1");
    return false;
}

