document.observe("dom:loaded", function() {
	if ($('shopping_cart_drawer')) $('shopping_cart_drawer').show();

	$('shopping_cart_top_link').show();
	
	if((Prototype.Browser.IE6 || (typeof noDrawer != "undefined" && noDrawer == true)) && $('shopping_cart_drawer')) {
		$('shopping_cart_drawer').hide();
	}
});
