$(document).ready(function(){
	$('#tabs').tabs();
	
	
	/*$('#ShowStep1').hide();
	$("#QuoteLoading").show();
	$('#ShowStep3').load('Test.php').show();
	$("#QuoteLoading").hide();*/
	
	/*$("#QuoteLoading").show();
	setTimeout(function(){	
		$('#Show_Step_1').load('Load_Step_1.php', function(){
			$("#QuoteLoading").hide();
			$(this).show("slow");
		});
	},10);*/
	//$("#QuoteLoading").show();
	//$('#Show_Step_1').load('QuoteScreen2.php').show();
	
	//$('#ShowStep1').hide();
	//$('#ShowStep2').load('QuoteScreen2.php', {VGSQuoteNum:'VGS1208113801', QuoteTableName:'Quotes'}).show();
	//$('#ShowStep3').hide();
	
	//$("#Show_Step_3").load('Load_Step_3.php').show();
	
	//$('#Show_Step_1').hide();
	//$('#Show_Step_2').load('QuoteScreen2.php', {VGSQuoteNum:'VGS1208113801', QuoteTableName:'Quotes'}).show();
				
});
