/** global javascript stuff here */


function showThickbox(divId, title, h, w, modal){
    

tb_show('<strong>'+title+'</strong>', 
'#TB_inline?height='+h+'&width='+w+'&inlineId='+divId+'&modal='+modal+'', null);
}
