jQuery().ready(function() {  

	jQuery("a[rel^='prettyPhoto']").prettyPhoto({default_width: 600});
	jQuery('#Menu').show();
}); 
