// JavaScript Document

function homeRight() {
	$("#scrollContent").animate({"left": "-1260px"}, 2000);
}
function homeCenter() {
	$("#scrollContent").animate({"left": "-640px"}, 2000);
}
function homeLeft() {
	$("#scrollContent").animate({"left": "0px"}, 2000);
}

// Show Step 1 

function showMarketing () {
		{$('.hide3').fadeIn(500);}
		{$('.hide4').fadeOut(0);}
		{$('.hide5').fadeOut(0);}
		{$('.hide6').fadeOut(0);}
		{$('.hide7').fadeOut(0);}
		{$('.hide8').fadeOut(0);}
		{$('.hide9').fadeOut(0);}
	} 
function showEstate () {
		{$('.hide3').fadeOut(0);}
		{$('.hide4').fadeIn(500);}
		{$('.hide5').fadeOut(0);}
		{$('.hide6').fadeOut(0);}
		{$('.hide7').fadeOut(0);}
		{$('.hide8').fadeOut(0);}
		{$('.hide9').fadeOut(0);}
	} 
function showSuburb () {
		{$('.hide3').fadeOut(0);}
		{$('.hide4').fadeOut(0);}
		{$('.hide5').fadeIn(500);}
		{$('.hide6').fadeOut(0);}
		{$('.hide7').fadeOut(0);}
		{$('.hide8').fadeOut(0);}
		{$('.hide9').fadeOut(0);}
}
function showMedia () {
		{$('.hide3').fadeOut(0);}
		{$('.hide4').fadeOut(0);}
		{$('.hide5').fadeOut(0);}
		{$('.hide6').fadeIn(500);}
		{$('.hide7').fadeOut(0);}
		{$('.hide8').fadeOut(0);}
		{$('.hide9').fadeOut(0);}
}
function showSchedule () {
		{$('.hide3').fadeOut(0);}
		{$('.hide4').fadeOut(0);}
		{$('.hide5').fadeOut(0);}
		{$('.hide6').fadeOut(0);}
		{$('.hide7').fadeIn(500);}
		{$('.hide8').fadeOut(0);}
		{$('.hide9').fadeOut(0);}
}
function showValuation () {
		{$('.hide3').fadeOut(0);}
		{$('.hide4').fadeOut(0);}
		{$('.hide5').fadeOut(0);}
		{$('.hide6').fadeOut(0);}
		{$('.hide7').fadeOut(0);}
		{$('.hide8').fadeIn(500);}
		{$('.hide9').fadeOut(0);}
}
function showAppraisal () {
		{$('.hide3').fadeOut(0);}
		{$('.hide4').fadeOut(0);}
		{$('.hide5').fadeOut(0);}
		{$('.hide6').fadeOut(0);}
		{$('.hide7').fadeOut(0);}
		{$('.hide8').fadeOut(0);}
		{$('.hide9').fadeIn(500);}
		
}
function showOverview () {	
	document.getElementById('hide1').style.display = "block";
	document.getElementById('hide2').style.display = "none";
	document.getElementById('hide3').style.display = "none";
}
function showElevations () {	
	document.getElementById('hide1').style.display = "none";
	document.getElementById('hide2').style.display = "block";
	document.getElementById('hide3').style.display = "none";
}
function showMarketingPack () {	
	document.getElementById('hide1').style.display = "none";
	document.getElementById('hide2').style.display = "none";
	document.getElementById('hide3').style.display = "block";
}




