<!-- // 
					
					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 bizcard_off = new Image(); // for the inactive image
               		bizcard_off.src = "..//buttons/bizcard_off.jpg";
                	var bizcard_on = new Image(); // for the active image
                	bizcard_on.src = "../buttons/bizcard_on.jpg";
                	
                	var compacts_off = new Image(); // for the inactive image
               		compacts_off.src = "../buttons/compacts_off.jpg";
                	var compacts_on = new Image(); // for the active image
                	compacts_on.src = "../buttons/compacts_on.jpg";
                	
                	var sculptures_off = new Image(); // for the inactive image
               		sculptures_off.src = "../buttons/sculptures_off.jpg";
                	var sculptures_on = new Image(); // for the active image
                	sculptures_on.src = "../buttons/sculptures_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.bizcard.src = bizcard_on.src;
                	
                	}

					function act3b() 
              		
              		{
                	
                	if (document.images) 
                	document.images.bizcardb.src = bizcard_on.src;

					}	

              		function act4() 
              		
              		{
                	
                	if (document.images)
                	document.images.compacts.src = compacts_on.src;
              		
              		}

					function act4b() 
              		
              		{
                	
                	if (document.images)
                	document.images.compactsb.src = compacts_on.src;
              		
              		}
              		
              		function act5() 
              		
              		{
                	
                	if (document.images)
                	document.images.sculptures.src = sculptures_on.src;
              		
              		}

					function act5b() 
              		
              		{
                	
                	if (document.images)
                	document.images.sculpturesb.src = sculptures_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.bizcard.src = bizcard_off.src;

					}
				
					function inact3b() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.bizcardb.src = bizcard_off.src;
                  	
                  	}

              		function inact4() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.compacts.src = compacts_off.src;
              		
              		}

					function inact4b() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.compactsb.src = compacts_off.src;
              		
              		}
              		
              		function inact5() 
              		
              		{
                  	
                  	if (document.images)
                  	document.images.sculptures.src = sculptures_off.src;
              		
              		}
					
					function inact5b() 
              		
              		{
              		
              		if (document.images)
                  	document.images.sculpturesb.src = sculptures_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;
              		
              		}

			// -->