<!-- Start of Blinc_pop_windws.js, pop open windows dynamically created.

// ****** ©2004 David S. Leverich      ****
// ****** Burkey & Leverich, Inc.      ****
// ****** Dave@Blinc-Designs.com       ****
// ****** http://www.blinc-designs.com ****

	function OpenBWTall(cPicture)
	{
	BWTall=window.open("","NewGalleryTall","HEIGHT=800,WIDTH=600,scrollbars=no,resizable=yes,top=0,left=100");
	BWTall.document.write ("<HTML>\r\t<HEAD>\r\t\t<TITLE>Wolverton Photography Gallery");
	BWTall.document.write ("</TITLE>\r\t\t<META HTTP-EQUIV= \"pragma\" CONTENT=\"no-cache\">\r");
	BWTall.document.write ("\t\t<META NAME=\"copyright\" content=\"Copyright 2003 by Burkey &amp; Leverich, Blinc-Designs.com\">\r");
	BWTall.document.write ("\t\t<META NAME=\"author\" content=\"Blinc-Designs.com, David Leverich\">\r");
	BWTall.document.write ("\t\t<META NAME=\"GENERATOR\" CONTENT=\"This page was created by custom Blinc-Designs.com Javascript, creating each page dynamically\">\r");
    BWTall.document.write ("\t</HEAD>\n\r");
	BWTall.document.write ("<BODY BGCOLOR=\"black\">\r<CENTER>\r<table width=\"600\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"800\">\r\t<TR>\r\t\t<td align=\"center\" valign=\"middle\">\r");	
	BWTall.document.write ("\t\t\t<P ALIGN=CENTER>\n\r");
	BWTall.document.write ("\t\t\t<IMG SRC=\"");
	BWTall.document.write (cPicture);
	BWTall.document.write ("\">\n\r");
	BWTall.document.write ("\t\t\t</P>\r");
	BWTall.document.write ("\t\t\t<center>\r\t\t\t\t<FORM>\r\t\t\t\t\t<INPUT TYPE=\"button\" VALUE=\"Close\" onClick=\"self.close()\">");
	BWTall.document.write ("\r\t\t\t\t</FORM>\r\t\t\t</CENTER>\r\t\t</TD>\r\t</TR>\r</TABLE>\r</CENTER>\n\r");
	BWTall.document.write ("</BODY>\r</HTML>");
	BWTall.document.close();
	return false;
	}

	function OpenBWWide(cPicture)
	{
	BWWide=window.open("","NewGalleryWide","HEIGHT=600,WIDTH=800,scrollbars=no,resizable=yes,top=0,left=100");
	BWWide.document.write ("<HTML>\r\t<HEAD>\r\t\t<TITLE>Wolverton Photography Gallery");
	BWWide.document.write ("</TITLE>\r\t\t<META HTTP-EQUIV= \"pragma\" CONTENT=\"no-cache\">\r");
	BWWide.document.write ("\t\t<META NAME=\"copyright\" content=\"Copyright 2003 by Burkey &amp; Leverich, Blinc-Designs.com\">\r");
	BWWide.document.write ("\t\t<META NAME=\"author\" content=\"Blinc-Designs.com, David Leverich\">\r");
	BWWide.document.write ("\t\t<META NAME=\"GENERATOR\" CONTENT=\"This page was created by custom Blinc-Designs.com Javascript, creating each page dynamically\">\r");
    BWWide.document.write ("\t</HEAD>\n\r");
	BWWide.document.write ("<BODY BGCOLOR=\"black\">\r<CENTER>\r<table width=\"800\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"600\">\r\t<TR>\r\t\t<td align=\"center\" valign=\"middle\">\r");	
	BWWide.document.write ("\t\t\t<P ALIGN=CENTER>\n\r");
	BWWide.document.write ("\t\t\t<IMG SRC=\"");
	BWWide.document.write (cPicture);
	BWWide.document.write ("\">\n\r");
	BWWide.document.write ("\t\t\t</P>\r");
	BWWide.document.write ("\t\t\t<center>\r\t\t\t\t<FORM>\r\t\t\t\t\t<INPUT TYPE=\"button\" VALUE=\"Close\" onClick=\"self.close()\">");
	BWWide.document.write ("\r\t\t\t\t</FORM>\r\t\t\t</CENTER>\r\t\t</TD>\r\t</TR>\r</TABLE>\r</CENTER>\n\r");
	BWWide.document.write ("</BODY>\r</HTML>");
	BWWide.document.close();
	return false;
	}


// End --> 


