function openWin(item)  // open zoomedItem info popup window
  {
  var popupWin = window.open("",
                 "expand", "width=600,height=600,resizable=yes,scrollbars=yes,menubar=yes");
  if (navigator.appName == "Netscape")
    popupWin.focus();  // alas, this only seems to work in Netscape ... 
  }


<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  Prakash -->
<!-- Web Site:  http://www20.brinkster.com/mahathmaonline/bookmark.html -->
<!-- Begin
function addbookmark()
{
bookmarkurl="http://www.houseofcomics.com/"
bookmarktitle="Back Issue Comics from House of Comics"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

<!--NEW DROP-DOWN MENU SCRIPT START-->

   function hyperlinkjump(form) 

                {

                        var myindex=form.golocation.selectedIndex

                        location=form.golocation.options[myindex].value;

                }

<!--NEW DROP-DOWN MENU SCRIPT END -->
 

//  End -->

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}