<!--Begin to hide
function listlookup(load)

   {
	wide = (document.all) ? (screen.AvailWidth - 360) : (screen.width - 360) ;
	var trans = document.biblesearch.translation.value ;
	msg = window.open("","booklist","scrollbars=yes,toolbar=no,width=350,height=600,left=" + wide + ",top=0");
	if (navigator.appVersion.indexOf("2.0") != -1 || navigator.appVersion.indexOf("(X11") != -1 || navigator.appVersion.indexOf("(Mac") != -1)

	   {
		msg = window.open("","booklist","scrollbars=yes,toolbar=no,width=350,height=600,left=" + wide + ",top=0");
	   }
	msg.location.href = load + '&translation=' + trans ;
	setTimeout('msg.focus()', 100);
   }
//This is the end -->
