var browsername = "";

$(document).ready(function(){
	/*
$('#wrapper').hide();
	$('#wrapper-subpage').hide();
	$('#enterButton').hide();
	$('#wrapper').fadeIn("slow", function(){
		$("#enterButton").fadeIn("slow", function(){
			$(this).show();
		});
	});
	
	$("#glitterall_link").hide();
	$("#gleamall_link").hide();
	$("#shimmerall_link").hide();
	
	$('#wrapper-subpage').fadeIn("slow", function(){
		$(this).show();
		$("#glitterall_link").fadeIn("slow", function(){
			$(this).show();
			$("#shimmerall_link").fadeIn("slow", function(){
				$(this).show();
				$("#gleamall_link").fadeIn("slow");
			});
		})
	});
*/
	
	$('#about_content').jScrollPane();	
	$('#glitter_scrollcontent').jScrollPane();
	$('#gleam_scrollcontent').jScrollPane();
	$('#shimmer_scrollcontent').jScrollPane();
	$('#retail_content').jScrollPane();

});
