 function mypopup()  {
   mywindow = window.open ("johnRayOlderItems/items04-05.htm", "mywindow","location=1,status=1,scrollbars=1, width=800,height=600");
   mywindow.moveTo(0,0);
 } 