/* This is for the Contact us */
var url= new Array() 
url[0]="/members/forward_member_services.html";
url[1]="/docfind/non_membercontactus.html";
url[2]="/docfind/docfind_contact_us_provider.html";
url[3]="https://www.aetna.com/about-aetna-insurance/contact-us/forms/employer/docfind.html";
url[4]="https://www.aetna.com/provider/medical_plan.htm";
url[5]="https://www.aetna.com/about-aetna-insurance/contact-us/forms/doctors_hospitals/dental_plan.html";
url[6]="/form_assets/doctors_hospitals/docfind.htm";
/* Start Changes P08-8262b - Oct 11 release */
url[7]="javascript:datacorrection()";
/* End Changes P08-8262b - Oct 11 release */

var x="";
function geturl(thenum)
{
x=url[thenum];
}

function jump()
{ 
if (x==null || x=="")
alert("Please make your selection again, then click the next button"); 
else
window.location=x;
} 



function clearForm()
{
document.contactDocfind.reset();
}

function clearForm2()
{
document.contactProvider.reset();
}
