// JavaScript Document
jQuery(document).ready(function(){	
		jQuery('#pane1').fadeIn(1000);
});


