<!-- // 
					
					if (document.images) 
					
					{
					
					var home_off = new Image(); // for the inactive image
               		home_off.src = "buttons/home_off.jpg";
                	var home_on = new Image(); // for the active image
                	home_on.src = "buttons/home_on.jpg";
               		
               		var artist_off = new Image(); // for the inactive image
               		artist_off.src = "buttons/artist_off.jpg";
                	var artist_on = new Image(); // for the active image
                	artist_on.src = "buttons/artist_on.jpg";
                	
                	var prints_off = new Image(); // for the inactive image
               		prints_off.src = "buttons/prints_off.jpg";
                	var prints_on = new Image(); // for the active image
                	prints_on.src = "buttons/prints_on.jpg";
                	
                	var boxes_off = new Image(); // for the inactive image
               		boxes_off.src = "buttons/boxes_off.jpg";
                	var boxes_on = new Image(); // for the active image
                	boxes_on.src = "buttons/boxes_on.jpg";
                	
                	var archive_off = new Image(); // for the inactive image
               		archive_off.src = "buttons/archive_off.jpg";
                	var archive_on = new Image(); // for the active image
                	archive_on.src = "buttons/archive_on.jpg";
					
					var guestbook_off = new Image(); // for the inactive image
               		guestbook_off.src = "buttons/guestbook_off.jpg";
                	var guestbook_on = new Image(); // for the active image
                	guestbook_on.src = "buttons/guestbook_on.jpg";
              		
              		}

              		function act1() 
              		
              		{
                	
                	if (document.images) 
                	document.images.home.src = home_on.src;
                	
                	}

					function act1b() 
              		
              		{
                	
                	if (document.images) 
                	document.images.homeb.src = home_on.src;
              		
              		}

              		function act2() 
              		
              		{
                	
                	if (document.images) 
                	document.images.artist.src = artist_on.src;
                	
                	}

					function act2b() 
              		
              		{
                	
                	if (document.images) 
                	document.images.artistb.src = artist_on.src;
                	
                	}


              		function act3() 
              		
              		{
                	
                	if (document.images)
                	document.images.prints.src = prints_on.src;
              		
              		}

					function act3b() 
              		
              		{
                	
                	if (document.images)
                	document.images.printsb.src = prints_on.src;
              		
              		}
              		
              		
              		function act4() 
              		
              		{
                	
                	if (document.images)
                	document.images.boxes.src = boxes_on.src;
                	
                	}

					function act4b() 
              		
              		{
                	
                	if (document.images) 
                	document.images.boxesb.src = boxes_on.src;

					}	
              		
              		function act5() 
              		
              		{
                	
                	if (document.images)
                	document.images.archive.src = archive_on.src;
              		
              		}

					function act5b() 
              		
              		{
                	
                	if (document.images)
                	document.images.archiveb.src = archive_on.src;
              		
              		}

					function act6() 
              		
              		{
                	
                	if (document.images)
                	document.images.guestbook.src = guestbook_on.src;
              		
              		}

					function act6b() 
              		
              		{
                	
                	if (document.images)
                	document.images.guestbookb.src = guestbook_on.src;
              		
              		}
              		
              		function inact1() 
              		
              		{
                	
                	if (document.images)
                  	document.images.home.src = home_off.src;
                  	
                  	}

					function inact1b() 
              		
              		{
                	
                	if (document.images)
                  	document.images.homeb.src = home_off.src;
                  	
                  	}
              		
              		function inact2() 
              		
              		{
                	
                	if (document.images)
                  	document.images.artist.src = artist_off.src;
                  	
                  	}

					function inact2b() 
              		
              		{
                	
                	if (document.images)
                  	document.images.artistb.src = artist_off.src;
                  	
                  	}

              		function inact3() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.prints.src = prints_off.src;
              		
              		}

					function inact3b() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.printsb.src = prints_off.src;
              		
              		}

					function inact4() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.boxes.src = boxes_off.src;

					}
				
					function inact4b() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.boxesb.src = boxes_off.src;
                  	
                  	}

					function inact5() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.archive.src = archive_off.src;
              		
              		}
					
					function inact5b() 
              		
              		{
              		
              		if (document.images)
                  	document.images.archiveb.src = archive_off.src;

					}
					
					function inact6() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.guestbook.src = guestbook_off.src;
              		
              		}
					
					function inact6b() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.guestbookb.src = guestbook_off.src;
              		
              		}	
              	  		
            // -->
