
function lookFinder(theURL) {
  window.open(theURL,'gwnd','width=500,height=440,toolbar=no,z-lock=yes');
}

