/*function content_lookup(recno,userId, table) {       			
	window.open ('relatedItems.jsp?recno=' + recno + '&catTable=' + table,'related','scrollbars=yes,status=yes,resizable=yes,width=450,height=300,top=150,left=340');
}*/
function review_lookup(recno, userId,table) {       			
	window.open ('commentsPreview.jsp?userId=' + userId + '&currrecno=' + recno,'comments','scrollbars=yes,status=yes,resizable=yes,width=450,height=300,top=150,left=340');
}
function links_lookup(recno,rowids,category) {       			
	window.open ('linksAddView.jsp?recno=' + recno + '&rowids=' + rowids + '&Category=' + category,'links','scrollbars=yes,status=yes,resizable=yes,width=450,height=300,top=150,left=340');
}
function links_index_lookup(recno,rowids,category) {       			
	window.open ('linksAddView.jsp?index=on&recno=' + recno + '&rowids=' + rowids + '&Category=' + category,'indexedlinks','scrollbars=yes,status=yes,resizable=yes,width=450,height=300,top=150,left=340');
}
function openIndexLink(url) {
	window.open(url,'indexedlink','scrollbars=yes,status=yes,resizable=yes,width=550,height=300,top=150,left=240');
}
function openDoc(url) {
        window.open(url,'Document','scrollbars=yes,status=yes,resizable=yes');
}