function ow(pic, w, h){
  var w;
  w = open("showpic.php?pic=" + pic, "", 
           "width=" + w + 
           ", height=" + h + 
           " , screenX=10, screenY=10, scrollbars=yes, menubar=no, toolbar=no, resizable=yes, locationbar=yes, hotkeys=no");
}

function formica(obj) {
  //obj.style.visibility = "hidden";
  obj.style.marginLeft = "680px";
  obj.style.marginTop = "490px";
}