$(document).ready(function() {
    $('#rail2').fadeIn(1200);
});




/* $('#nav').ready(function() {
	//preload images for dropdowns	
	$.xLazyLoader({
		image: [js_jspStoreImgDir + 'images/dropdown-bg-full.png',
				js_jspStoreImgDir + 'images/nav-left.gif',
				js_jspStoreImgDir + 'images/nav-right.gif'],
		load: function(){
		//alert('All files are loaded');
		}
	});
});
*/