<!--
	
	//If the first character is a comma, then there's no technical data; test for it.
	function showtechdata(info) {
		if (info.substring(0,1) != ",")
				document.write("<br /><br />" + info);
	}
	
	//Use the text up to the first comma for thumbnail captions
	function shortcaption(caption) {
		var comma = caption.indexOf(",");
		if (comma > 0)
			shortcap = caption.substring(0, comma);
		else
			shortcap = caption;
		document.write(shortcap);
	}
	
	 function showfooter() {

            var mStr = '<span class="copyright">&copy; Copyright 2000&ndash;2010 Ramblin Lamb Photography<br>All Rights Reserved <a href="http://www.ramblinlamb.com/copyright.htm">Legal Notice</a></span>';
			

            document.write(mStr);

            return true;

      }
	  
	  function writenav(){

            var mStr = '<p class="menu"><a href="/index.htm" target="_self">Home</a></p><p class="menu"><a href="http://www.photoshelter.com/c/ramblinlamb">View and Purchase Images Via PhotoShelter</a></p>	<p class="menu"><a href="http://ramblinlamb.smugmug.com/">View and Purchase Images Via SmugMug</a></p><p class="menu"><a href="/articles/articles.htm" target="_self">Articles</a></p><p class="menu"><a href="/about/bios.htm" target="_self">About Us</a></p><p class="menu"><a href="/about/contactus.htm" target="_self">Contact Us</a></p>';
			
			document.write(mStr);

            return true;

      }



	
// -->

