$(function(){$('#docImage').cycle({fx:'scrollUp',speed:'fast',pager:'#docNumbers',timeout:0});$('#docRelated li a').hover(function(){$('.tip').hide();$(this).siblings('.tip').show();},function(){$(this).siblings('.tip').hide();});$('#teacherIcon').click(function(){$('#docEductionInfo').toggle(300);return false;});var $dialog=$('<div></div>').html('<p><strong>Images</strong> are downloadable for printing or saving. Low resolution images (JPG) are viewable by clicking on the image and include a citation for each image or image set. High resolution images (PDF) are available via the &#34;high res&#34; link and require a pdf viewer or printer. Larger files may be slower to load.</p>\n<p>When using images, please credit www.virginiamemory.com/shaping and the source of the document with the citations provided on low resolution images.</p>\n<p><strong>Transcriptions</strong> are provided for manuscripts and other text documents in PDF files.</p>\n<p><strong>Themes</strong>: Each item is classified by one or several of fourteen themes. Click a specific theme to view other items in &#34;Shaping the Constitution&#34; with the same theme.</p>\n<p><strong>Related Documents</strong>: Items that complement or expand on the ideas mentioned in an entry are identified in this area. Click on the thumbnail to view the related documents.</p>').dialog({autoOpen:false,title:'Help'});$('#helpLink').click(function(){$dialog.dialog('open');return false;});});