<!--

function popup(src) {
  win = window.open(src,"","top=20,left=20,height=300,width=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes");
}


function makeWin(imsrc, ww, wh) {
ww=ww+40; wh=wh+140;
w1=window.open('','w1','width='+ww+',height='+wh+',status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=no');
w1.document.open();
w1.document.write("<html><head><title>Arts Impression - Close-up Images<\/title><META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\"><META HTTP-EQUIV=\"Expires\" CONTENT=\"-1\"><\/head>");
w1.document.write("<body bgcolor='#FFFFFF' text='#000000' leftmargin=2 topmargin=15><p align=center>");
w1.document.write("<img name=theimg src=" + imsrc + "><br><br>");
w1.document.write("<a href=\"javascript:window.close();\"><font size=1 face=tahoma color=#000000>close window<\/font><\/a><\/body><\/html>");
w1.document.focus();
}


function makeFrame(imsrc, ww, wh, ftype, fwidth, filetype) {
ww=ww/1.8; wh=wh/1.8;
www=ww+fwidth; wwh=wh+fwidth;
www=www+180; wwh=wwh+130;
var framelb='http://site.artsimpression.com/frames/'+ftype+'-lt.'+filetype;
var frameb='http://site.artsimpression.com/frames/'+ftype+'-t.'+filetype;
var framerb='http://site.artsimpression.com/frames/'+ftype+'-rt.'+filetype;
var framel='http://site.artsimpression.com/frames/'+ftype+'-l.'+filetype;
var framer='http://site.artsimpression.com/frames/'+ftype+'-r.'+filetype;
var framelo='http://site.artsimpression.com/frames/'+ftype+'-lb.'+filetype;
var frameo='http://site.artsimpression.com/frames/'+ftype+'-b.'+filetype;
var framero='http://site.artsimpression.com/frames/'+ftype+'-rb.'+filetype;
w1=window.open('','w1','width='+www+',height='+wwh+',status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=no');
w1.document.open();
w1.document.write("<html><head><title>Arts Impression - View in Frame<\/title><META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\"><META HTTP-EQUIV=\"Expires\" CONTENT=\"-1\"><\/head>");
w1.document.write("<body bgcolor='#FFFFFF' text='#000000' leftmargin=2 topmargin=15><p align=center>");
w1.document.write("<table border=0 cellspacing=0 cellpadding=0 align='center'><tr><td valign='bottom' align='right'><img src='"+framelb+"' border='0' height='"+fwidth+"' width='"+fwidth+"'></td><td valign='bottom' width='"+ww+"'><img src='"+frameb+"' border='0' width='"+ww+"' height='"+fwidth+"'></td><td valign='bottom' align='left'><img src='"+framerb+"' border='0' height='"+fwidth+"' width='"+fwidth+"'></td></tr><tr height='"+wh+"'><td align='right' height='"+wh+"'><img src='"+framel+"' height='"+wh+"' width='"+fwidth+"'></td><td width='"+ww+"' height='"+wh+"'><img src='"+imsrc+"' border='0' width='"+ww+"' height='"+wh+"'></td><td align='left'><img src='"+framer+"' height='"+wh+"' width='"+fwidth+"'></td></tr><tr><td valign='top' align='right'><img src='"+framelo+"' border='0' height='"+fwidth+"' width='"+fwidth+"'></td><td valign='top' width='"+ww+"'><img src='"+frameo+"' border='0' width='"+ww+"' height='"+fwidth+"'></td><td valign='top' align='left'><img src='"+framero+"' border='0' height='"+fwidth+"' width='"+fwidth+"'></td></tr></table>");
w1.document.write("<br>");
w1.document.write("<a href=\"javascript:window.close();\"><font size=1 face=tahoma color=#000000>close window<\/font><\/a><\/body><\/html>");
w1.document.focus();
}



// -->
