/* FILE ARCHIVED ON 16:57:48 Sep 16, 2008 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 5:20:09 Sep 4, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ function openNewWindow( newURL ) { var w = (window.open (newURL, 'relsearch', 'width=550,height=650,status=yes,scrollbars=yes,resizable')); w.focus (); return false; } function setToolVisibility(obj, sVisible, obj2, sVisible2) { if ( !document.images ) return; if ( typeof obj == "string" ) obj = document.getElementById (obj); obj.style.display = sVisible; if ( typeof obj2 == "string" ) obj2 = document.getElementById (obj2); obj2.style.display = sVisible2; return false; } isIE=document.all; isNN=!document.all && document.getElementById; isHot=false; revIdent = null; function getReview(id){ revIdent=document.getElementById(id); }