function openIt(image, title)
{
  var image, title;
  myWindow=window.open("", "popup", "channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,height=490,width=530,top=0,left=0");
  myWindow.document.open();
  myWindow.document.write("<html><head><Title>Environmental Stone - " + title + "</Title><link rel='stylesheet' href='http://www.nitterhouse.com/masonry/site_style/nmp.css' type='text/css' media='screen'></head><body><div id='pdtinfo' style='font-weight:bold;margin-bottom:10px'>Environmental Stone<br>" + title + "</div><div class='shadowleft'><img src='" + image + "Lg.jpg'></div></body></html>");
  myWindow.document.close();
}

