var MyWin=null ;

function displayImg(mypic)
{	
	if(MyWin==null||MyWin.closed==true) {
		MyWin = window.open("", "win", "width=600,height=450,left=100,top=75,screenX=100,screenY=75"); 
   		with (MyWin.document) {
    			open("text/html", "replace");
    			write('<HTML><HEAD><TITLE>HJC Productions</TITLE></HEAD><BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=black onblur=self.close()><img src='+mypic+'></BODY></HTML>');
    			close();
		}
  	}
	else {
		with (MyWin.document) {
    			open("text/html", "replace");
    			write('<HTML><HEAD><TITLE>HJC Productions</TITLE></HEAD><BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=black onblur=self.close()><img src='+mypic+'></BODY></HTML>');
    			close();
		}
	MyWin.focus();
  	}
	
}


var MyWin=null ;

function displayImg2(mypic)
{	
	if(MyWin==null||MyWin.closed==true) {
		MyWin = window.open("", "win", "width=335,height=450,left=100,top=75,screenX=100,screenY=75"); 
   		with (MyWin.document) {
    			open("text/html", "replace");
    			write('<HTML><HEAD><TITLE>HJC Productions</TITLE></HEAD><BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=black onblur=self.close()><img src='+mypic+'></BODY></HTML>');
    			close();
		}
  	}
	else {
		with (MyWin.document) {
    			open("text/html", "replace");
    			write('<HTML><HEAD><TITLE>HJC Productions</TITLE></HEAD><BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=black onblur=self.close()><img src='+mypic+'></BODY></HTML>');
    			close();
		}
	MyWin.focus();
  	}
	
}

var MyWin=null ;

function displayImg3(mypic)
{	
	if(MyWin==null||MyWin.closed==true) {
		MyWin = window.open("", "win", "width=600,height=210,left=100,top=75,screenX=100,screenY=75"); 
   		with (MyWin.document) {
    			open("text/html", "replace");
    			write('<HTML><HEAD><TITLE>HJC Productions</TITLE></HEAD><BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=black onblur=self.close()><img src='+mypic+'></BODY></HTML>');
    			close();
		}
  	}
	else {
		with (MyWin.document) {
    			open("text/html", "replace");
    			write('<HTML><HEAD><TITLE>HJC Productions</TITLE></HEAD><BODY leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=black onblur=self.close()><img src='+mypic+'></BODY></HTML>');
    			close();
		}
	MyWin.focus();
  	}
	
}
