// JavaScript Document

function galleryLinks( gallery )
{
	document.write( "<p>&nbsp;</p>" );	
	document.write( "<a href=\"index.html\"><img src=" );
	if ( gallery == "1" ) {	
	   document.write( "\"back.gif\" ");
	} else {
	   document.write( "\"galleryI.gif\" ");
	}
	document.write( "alt=\"To Gallery I\" border=\"0\" /></a>  ");
      
	document.write( "<a href=\"galleryII.html\"><img src=" );
	if ( gallery == "2" ) {	
	   document.write( "\"back.gif\" " );
	} else {
	   document.write( "\"galleryII.gif\" ");
	}
	document.write( "alt=\"To Gallery II\" border=\"0\" /></a> ");
      
	 document.write( "<a href=\"galleryIII.html\"><img src=" );
	if ( gallery == "3" ) {	
	   document.write( "\"back.gif\" " );
	} else {
	   document.write( "\"galleryIII.gif\" ");
	}
	document.write( "alt=\"To Gallery III\" border=\"0\" /></a> ");
	   
	 document.write( "<a href=\"giclee.html\"><img src=" );
	if ( gallery == "g" ) {	
	   document.write( "\"back.gif\" " );
	} else {
	   document.write( "\"giclee.gif\" ");
	}
	document.write( "alt=\"To Giclee Prints\" border=\"0\" /></a>  ");
} // end function

document.write( "<div id=\"navigationBar\">");
document.write( "<img src=\"navigationImages/navtop.jpg\" border=\"0\" width=\"196\" height=\"220\"> ");
document.write( "<a href=\"about.html\" onMouseOver=\"about.src=\'navigationImages/abouta.jpg\'\" onMouseOut=\"about.src=\'navigationImages/about.jpg\'\"><img src=\"navigationImages/about.jpg\" name=\"about\" width=\"196\" alt=\"About the Artist\" height=\"53\" border=\"0\"></a>");
document.write( "<a href=\"index.html\" onMouseOver=\"galleries.src=\'navigationImages/galleriesa.jpg\'\" onMouseOut=\"galleries.src=\'navigationImages/galleries.jpg\'\"><img src=\"navigationImages/galleries.jpg\" name=\"galleries\" width=\"196\" alt=\"Galleries\" height=\"48\" border=\"0\"></a>");
document.write( "<a href=\"awards.html\" onMouseOver=\"awards.src=\'navigationImages/awardsa.jpg\'\" onMouseOut=\"awards.src=\'navigationImages/awards.jpg\'\"><img src=\"navigationImages/awards.jpg\" name=\"awards\" width=\"196\" alt=\"Awards\" height=\"46\" border=\"0\"></a>");
document.write( "<a href=\"contact.html\" onMouseOver=\"contact.src=\'navigationImages/contacta.jpg\'\" onMouseOut=\"contact.src=\'navigationImages/contact.jpg\'\"><img src=\"navigationImages/contact.jpg\" name=\"contact\" width=\"196\" alt=\"Contact the Artist\" height=\"45\" border=\"0\"></a>");
document.write( "<a href=\"index.html\" onMouseOver=\"mainpage.src=\'navigationImages/mainpagea.jpg\'\" onMouseOut=\"mainpage.src=\'navigationImages/mainpage.jpg\'\"><img src=\"navigationImages/mainpage.jpg\" name=\"mainpage\" width=\"196\" alt=\"Home\"height=\"49\" border=\"0\"></a>");   
document.write( "<img src=\"navigationImages/navbottom.jpg\" width=\"196\" height=\"401\" alt= \"Copyright Donna Winterling\" border=\"0\">");

document.write( "</div>");
