
<!-- Hide me
function spawnWin(loc) {
  var imgWin =

window.open(loc,"IMG",'toolbar=yes,menubar=0,scrollbars=yes,SCROLLING=true,resizable,width=600,height=450');

  imgWin.window.focus();
  }
// -->

