function showHideSurveyButton()
{
	//$("survey_button").hide();
	//new Effect.Move('survey_button', {duration:0,mode:'relative',y:-284});
	$("survey_button").show();

	new Effect.Pulsate('home-ad',{duration:7}); 
	//new Effect.Move('survey_button', {duration:2,mode:'relative',y:0});
	//setTimeout('hideSurveyButton()',8000);
}

function hideSurveyButton()
{
	new Effect.Move('survey_button', {duration:1.5,y:-273,mode:"relative"});		
	
}

function showHeaderHomeLink()
{
	$("survey_button2").show();
}


function showNewSupportForm()
{
	$("form1").style.display="";
	$("form2").style.display="none";
}

function showExistingSupportForm()
{
	$("form1").style.display="none";
	$("form2").style.display="";
}

function delmarScrollPulseEffect()
{
	Effect.ScrollTo('delmar_download_arrow',{offset:-65});
	Effect.Pulsate('delmar_download_arrow',{pulses:200, duration:100});
}