
function show_Tab(tab){
	$("#tab_hot_deals").hide();
	$("#tab_top_sellers").hide();
	$("#tab_new_products").hide();
	$("#tab_"+tab+"").fadeIn("slow");
}

function continueShoppingCart(){
	$("#product_addto_cart").hide('slow');
	$("#fade").hide();
}
