// JavaScript Document
function popup(img,width,height) {
window1= window.open("",'directory','width='+width+',height='+height+',menubar=no,scrollbars=no');
window1.document.write("<html><head><title>Jan Davis Entertainment &amp; Events</title></head><body style='margin:0;padding:0;'><img src='" + img +"'></body></html>");
window1.document.close();
}