jQuery().ready(function() {  	jQuery("a[rel^='prettyPhoto']").prettyPhoto({default_width: 600});	jQuery('#Menu').show();    jQuery(".jumpmenu").change(function() {        var val = jQuery(this).selectedValues();        if (val != '') {            location.href=val;        }    });}); function print_div_css(divID){var a = window. open('','','scrollbars=yes,width=500,height=500');a.document.open("text/html");a.document.write('<html><head><link href="Styles/print.css" rel="stylesheet" type="text/css" />');a.document.write(document.getElementById(divID).innerHTML);a.document.write('</body></html>');a.document.close();a.print();}
