$(document).ready(function(){$("#fc_images").cycle({fx:'fade',cssBefore:{},cssAfter:{},timeout:0,speed:1,pager:'#fc_img_nav'}).css('visibility','visible');$("a.more_information").click(function(){var pos=$(this).parent().parent().position();$(this).parent().next(".long_desc").toggle(100);return false;});$(".closeme").click(function(){$(this).parent().parent().toggle(100);});$("#collectionsAZ").listnav({showCounts:false,prefixes:['The','A'],noMatchText:'We are sorry, but there are no collections beginning with the letter selected.'});});$.fn.tagName=function(){return this.get(0).tagName;}
