function CMCopenBrWindow(idfl, picy, howWide, howHigh, border, title) {
  var CMCwidth = (howWide + 0);
  var CMCheight = (howHigh + 0);
  var win = window.open("",idfl,"scrollbars=no, menubar=no, channelmode=no, location=no, status=no, resizable=no, width="+CMCwidth+", height="+CMCheight);
  var doc = win.document;
  doc.open("text/html", "replace");
  doc.writeln("<html><head><title>"+title+" at the Panter &amp; Hall Gallery, London.<\/title>");
  //doc.writeln("<base href='http:\/\/www.panterandhall.com\/'>");
  doc.writeln("<link rel='stylesheet' type='text\/css' href='css\/gallerystyle.css'><\/head>");
  doc.writeln("<body bgcolor='#f8f7eb' topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>");
  doc.writeln("<center><table width='100%' height='"+CMCheight+"'cellpadding='0' cellspacing='0' border='0'>");
  doc.writeln("<tr><td width='100%' align='center' bgcolor='#e6e6d8' style='vertical-align: middle;'>");
  doc.writeln("<p class='exhpicture' style='vertical-align: middle; margin: 0px;'><img src='images"+picy+"' border='"+border+"' width='"+howWide+"' height='"+howHigh+"'><\/p>");
  doc.writeln("<\/td><\/tr><\/table><\/body><\/html>");  
doc.close();
}

function BuyPOP(urlloc,idfl) {
window.open(urlloc,idfl,'top=0, left=0,scrollbars=yes, menubar=no, channelmode=no, location=no, status=yes, resizable=yes, width=520, height=610');
}

