<!-- Hide from the older browsers
function mk_img_fit(file,w,h,alt,name) // No link possible, just image, nothing fancy
   {
   //document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td style="border-top: solid 1px #e7e7e7;border-left: solid 1px #e7e7e7;">');
  // document.write('&lt;img src="'+file+'" width="'+(w/2)+'" height="'+(h/2)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" /&gt;');
   if (screen.width == 640)
      {
      document.write('<img src="'+file+'" width="'+(w/2)+'" height="'+(h/2)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   else
   if (screen.width == 800)
      { // 78125
      document.write('<img src="'+file+'" width="'+(.78125*w)+'" height="'+(.78125*h)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="'+alt+'" border="0" />');
      }
   else
      {
      if (screen.width == 1024)
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
      else
      if ((screen.width > 1024) && (screen.height > 768))
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
        else
        document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   //document.write('<td valign="top" align="left" background="images/shadows/RightTiling.png" style="vertical-align:top;"><img border="0" width="11" height="13" src="images/shadows/RightTop.png"></td>  <tr><td valign="top" align="left" background="images/shadows/BottomTiling.png">  <img valign="top" border="0" width="11" height="11" src="images/shadows/BottomLeft.png"></td>     <td><img valign="top" border="0" width="11" height="11" src="images/shadows/BottomRight.png"></td></tr></td></tr></td></tr></table>');
   }
function mk_img_fitURL(url,title,file,w,h,alt,name) // Link and title must be supplied, simple image, nothing fancy
   {
	document.write('<a href="'+url+'" title="'+title+'" onmouseover="window.status=\''+title+'\'; return true;"  onmouseout="window.status=\'\'; return true;" onfocus="window.status=\''+title+'\'; return true;"  onblur="window.status=\'\'; return true;" style="text-decoration: none;">');
   if (screen.width == 640)
      {
      document.write('<img src="'+file+'" width="'+(w/2)+'" height="'+(h/2)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   else
   if (screen.width == 800)
      { // 78125
      document.write('<img src="'+file+'" width="'+(.78125*w)+'" height="'+(.78125*h)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="'+alt+'" border="0" />');
      }
   else
      {
      if (screen.width == 1024)
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
      else
      if ((screen.width > 1024) && (screen.height > 768))
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
        else
        document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
	document.write('</a>');
   }
function mk_img_fitRS(file,w,h,alt,name)  // No link possible, just rounded corners with drop-shadow
   {
   document.write('<table cellspacing="0" cellpadding="0" align="center"><tr><td><img src="images/border/border_topleft.gif" alt="corner piece" border="0" /></td><td background="images/border/border_topcenter.gif" alt="corner piece" border="0" /></td><td><img src="images/border/border_topright.gif" alt="corner piece" border="0" /></td></tr>');
	document.write('<tr><td background="images/border/border_leftcenter.gif" alt="corner piece" border="0" /></td><td>');
   //<img src="images/GenerationPhotos/CP/JohnsonGirls-1930-640x466.png" border="0" alt="" >

   if (screen.width == 640)
      {
      document.write('<img src="'+file+'" width="'+(w/2)+'" height="'+(h/2)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   else
   if (screen.width == 800)
      { // 78125
      document.write('<img src="'+file+'" width="'+(.78125*w)+'" height="'+(.78125*h)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="'+alt+'" border="0" />');
      }
   else
      {
      if (screen.width == 1024)
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
      else
      if ((screen.width > 1024) && (screen.height > 768))
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
        else
        document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   document.write('</td><td background="images/border/border_rightcenter.gif" alt="corner piece" border="0" /></td></tr>');
	document.write('<tr><td><img src="images/border/border_bottomleft.gif" alt="corner piece" border="0" /></td><td background="images/border/border_bottomcenter.gif" border="1"></td><td><img src="images/border/border_bottomright.gif" alt="corner piece" border="0" /></td></tr>');
	document.write('</table>');
   }
function mk_img_fitRSURL(url,title,file,w,h,alt,name) // Link and title must be supplied, rounded corners with drop-shadow
   {
   document.write('<table cellspacing="0" cellpadding="0" align="center"><tr><td><img src="images/border/border_topleft.gif" alt="corner piece" border="0" /></td><td background="images/border/border_topcenter.gif" alt="corner piece" border="0" /></td><td><img src="images/border/border_topright.gif" alt="corner piece" border="0" /></td></tr>');
	document.write('<tr><td background="images/border/border_leftcenter.gif" alt="corner piece" border="0" /></td><td><a href="'+url+'" title="'+title+'" onmouseover="window.status=\''+title+'\'; return true;"  onmouseout="window.status=\'\'; return true;" onfocus="window.status=\''+title+'\'; return true;"  onblur="window.status=\'\'; return true;" style="text-decoration: none;">');
   //<img src="images/GenerationPhotos/CP/JohnsonGirls-1930-640x466.png" border="0" alt="" >

   if (screen.width == 640)
      {
      document.write('<img src="'+file+'" width="'+(w/2)+'" height="'+(h/2)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   else
   if (screen.width == 800)
      { // 78125
      document.write('<img src="'+file+'" width="'+(.78125*w)+'" height="'+(.78125*h)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="'+alt+'" border="0" />');
      }
   else
      {
      if (screen.width == 1024)
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
      else
      if ((screen.width > 1024) && (screen.height > 768))
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
        else
        document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   document.write('</a><br /></td><td background="images/border/border_rightcenter.gif" alt="corner piece" border="0" /></td></tr>');
	document.write('<tr><td><img src="images/border/border_bottomleft.gif" alt="corner piece" border="0" /></td><td background="images/border/border_bottomcenter.gif" border="1"></td><td><img src="images/border/border_bottomright.gif" alt="corner piece" border="0" /></td></tr>');
	document.write('</table>');
   }
function mk_img_fitRSBack(file,w,h,alt,name) // Automatic "Back" link, rounded corners with drop-shadow
   {
   document.write('<table cellspacing="0" cellpadding="0" align="center"><tr><td><img src="images/border/border_topleft.gif" alt="corner piece" border="0" /></td><td background="images/border/border_topcenter.gif" alt="corner piece" border="0" /></td><td><img src="images/border/border_topright.gif" alt="corner piece" border="0" /></td></tr>');
	document.write('<tr><td background="images/border/border_leftcenter.gif" alt="corner piece" border="0" /></td><td><a href="javascript:history.go(-1)" title="Click to Go back" onmouseover="window.status=\'Back\'; return true;"  onmouseout="window.status=\'\'; return true;" onfocus="window.status=\'Back\'; return true;"  onblur="window.status=\'\'; return true;" style="text-decoration: none;">');
   //<img src="images/GenerationPhotos/CP/JohnsonGirls-1930-640x466.png" border="0" alt="" >

   if (screen.width == 640)
      {
      document.write('<img src="'+file+'" width="'+(w/2)+'" height="'+(h/2)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   else
   if (screen.width == 800)
      { // 78125
      document.write('<img src="'+file+'" width="'+(.78125*w)+'" height="'+(.78125*h)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt="'+alt+'" title="'+alt+'" border="0" />');
      }
   else
      {
      if (screen.width == 1024)
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
      else
      if ((screen.width > 1024) && (screen.height > 768))
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
        else
        document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   document.write('</a><br /></td><td background="images/border/border_rightcenter.gif" alt="corner piece" border="0" /></td></tr>');
	document.write('<tr><td><img src="images/border/border_bottomleft.gif" alt="corner piece" border="0" /></td><td background="images/border/border_bottomcenter.gif" border="1"></td><td><img src="images/border/border_bottomright.gif" alt="corner piece" border="0" /></td></tr>');
	document.write('</table>');
   }
function mk_img_fitSBack(file,w,h,alt,name) // Automatic "Back" link, square corners with drop-shadow
   {
   document.write('<table border="0" cellspacing="0" cellpadding="0" align="center"><tr><td style="border-top: solid 1px #e7e7e7;border-left: solid 1px #e7e7e7;"><a href="javascript:history.go(-1)" title="Click to Go back" onmouseover="window.status=\'Back\'; return true;" onmouseout="window.status=\'\'; return true;" style="text-decoration: none;">');
  // document.write('&lt;img src="'+file+'" width="'+(w/2)+'" height="'+(h/2)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" /&gt;');
   if (screen.width == 640)
      {
      document.write('<img src="'+file+'" width="'+(w/2)+'" height="'+(h/2)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   else
   if (screen.width == 800)
      { // 78125
      document.write('<img src="'+file+'" width="'+(.78125*w)+'" height="'+(.78125*h)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="'+alt+'" border="0" />');
      }
   else
      {
      if (screen.width == 1024)
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
      else
      if ((screen.width > 1024) && (screen.height > 768))
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
        else
        document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   document.write('</a><br /></td><td valign="top" align="left" background="images/pub/galleries/ShadowLG_RightTiling.jpg" style="vertical-align:top;"><img border="0" width="11" height="13" src="images/pub/galleries/ShadowLG_RightTop.jpg"></td>  <tr><td valign="top" align="left" background="images/pub/galleries/ShadowLG_BottomTiling.jpg">  <img valign="top" border="0" width="11" height="11" src="images/pub/galleries/ShadowLG_BottomLeft.jpg"></td>     <td><img valign="top" border="0" width="11" height="11" src="images/pub/galleries/ShadowLG_BottomRight.jpg"></td>  </tr></a></td></tr></td></tr></table>');
   }
function mk_img_fitSURL(url,title,file,w,h,alt,name) // Link and title supplied, square corners with drop-shadow
   {
   document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td style="border-top: solid 1px #e7e7e7;border-left: solid 1px #e7e7e7;"><a href="'+url+'" title="'+title+'" onmouseover="window.status=\''+title+'\'; return true;" onmouseout="window.status=\'\'; return true;" style="text-decoration: none;">');
  // document.write('&lt;img src="'+file+'" width="'+(w/2)+'" height="'+(h/2)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" /&gt;');
   if (screen.width == 640)
      {
      document.write('<img src="'+file+'" width="'+(w/2)+'" height="'+(h/2)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   else
   if (screen.width == 800)
      { // 78125
      document.write('<img src="'+file+'" width="'+(.78125*w)+'" height="'+(.78125*h)+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="'+alt+'" border="0" />');
      }
   else
      {
      if (screen.width == 1024)
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
      else
      if ((screen.width > 1024) && (screen.height > 768))
         {
         document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
         }
        else
        document.write('<img src="'+file+'" width="'+w+'" height="'+h+'"  name="'+name+'" onmousedown="return false;" onmousemove="return false;" onfocus="return false;" onblur="return false;" alt='+alt+'" title="" border="0" />');
      }
   document.write('</a><br /></td><td valign="top" align="left" background="images/pub/galleries/ShadowLG_RightTiling.jpg" style="vertical-align:top;"><img border="0" width="11" height="13" src="images/pub/galleries/ShadowLG_RightTop.jpg" alt="fx" /></td>  <tr><td valign="top" align="left" background="images/pub/galleries/ShadowLG_BottomTiling.jpg">  <img valign="top" border="0" width="11" height="11" src="images/pub/galleries/ShadowLG_BottomLeft.jpg" alt="fx" /></td>     <td><img valign="top" border="0" width="11" height="11" src="images/pub/galleries/ShadowLG_BottomRight.jpg" alt="fx" /></td>  </tr></a></td></tr></td></tr></table>');
   }
// -->