// JavaScript Document


function lrg(image){

window.onerror = null;

     PreView=window.open("","Preview","width=800,height=600,left=0,top=0,resizable=1,menubar=0,scrollbars=1");
     PreView.document.open();
     PreView.document.write("<HTML><HEAD>");
     PreView.document.write("<TITLE>Feheley Fine Arts</TITLE>");
     PreView.document.write("</HEAD><BODY MARGINHEIGHT=0 MARGINWIDTH=0 LEFTMARGIN=0 TOPMARGIN=0 BGCOLOR=#333333 onBlur='self.close()'>");
     PreView.document.write("<TABLE BORDER='0' HEIGHT='100%' WIDTH='100%'><TR><TD ALIGN='center' VALIGN='middle'>");
     PreView.document.write("<IMG SRC='" + image + "'> ");
     PreView.document.write("</TD></TR></TABLE>");
     PreView.document.write("</BODY></HTML>");
     PreView.document.close();
     PreView.focus();
}


function NewWin2(url) {

    window.onerror = null;
	NW2= window.open(url,'Feheley',"location=0, scrollbars=1,resizable=1,width=400,height=700");
  if (window.focus) {NW2.focus() }
}


function NewWin(url) {

    window.onerror = null;
	NW= window.open('url','Feheley',"location=0, scrollbars=1,resizable=1,width=768,height=1024");
  if (window.focus) {NW.focus() }
}
