function content_lookup(recno,userId, table, webPath) {       			
//	window.open ('resultsRelatedItems.jsp?recno=' + recno + '&catTable=' + table,'related','scrollbars=yes,status=yes,resizable=yes,width=450,height=300,top=150,left=340');

         TB_init_url(webPath + 'resultsRelatedItems.jsp?recno=' + recno + '&catTable=' + table + '&KeepThis=true&TB_iframe=true&height=300&width=450');

}
function content_lookup_indexed(recno,userId, table, webPath) {       			
//	window.open ('resultsIndexedItems.jsp?recno=' + recno + '&catTable=' + table,'related','scrollbars=yes,status=yes,resizable=yes,width=450,height=300,top=150,left=340');

         TB_init_url(webPath + 'resultsIndexedItems.jsp?recno=' + recno + '&catTable=' + table + '&KeepThis=true&TB_iframe=true&height=300&width=450');


}
function review_lookup(recno, userId,table, webPath) {       			
//	window.open ('commentsPreview.jsp?userId=' + userId + '&currrecno=' + recno,'comments','scrollbars=yes,status=yes,resizable=yes,width=450,height=300,top=150,left=340');

         TB_init_url(webPath + 'commentsPreview.jsp?userId=' + userId + '&currrecno=' + recno + '&KeepThis=true&TB_iframe=true&height=300&width=450');

}
function links_lookup(recno,rowids, webPath) {  
//	window.open ('links.jsp?recno=' + recno + '&rowids=' + rowids,'links','scrollbars=yes,status=yes,resizable=yes,width=450,height=300,top=150,left=340');

         TB_init_url(webPath + 'links.jsp?recno=' + recno + '&rowids=' + rowids + '&KeepThis=true&TB_iframe=true&height=300&width=450');
}
function links_index_lookup(recno,rowids, webPath) {       			
//	window.open ('links.jsp?index=on&recno=' + recno + '&rowids=' + rowids,'indexedlinks','scrollbars=yes,status=yes,resizable=yes,width=450,height=300,top=150,left=340');

         TB_init_url(webPath + 'links.jsp?index=on&recno=' + recno + '&rowids=' + rowids + '&KeepThis=true&TB_iframe=true&height=300&width=4500');
}
function openIndexLink(url, webPath) {
//	window.open(url,'indexedlink','scrollbars=yes,status=yes,resizable=yes,width=550,height=300,top=150,left=240');

         TB_init_url(webPath + url + '&KeepThis=true&TB_iframe=true&height=300&width=550');
}
function openDoc(url) {
  window.open(url,'Document','scrollbars=yes,status=yes,resizable=yes');
}  
