
function openaatstart()
{
    window.location ="aatteststart_phase1";
}
function goback()
{

}
function readytotakenowcall()
{
    window.location ="readytotakenow";
}
function getAgreementcall()
{
    window.location ="agreement";
}
function makepaymentcall()
{
    window.location ="makepayment";
}
function makepayment_ABC()
{
    window.location ="makepayment_ABC";
}
function openskype()
{
    
    window.open('http://www.skype.com','width=400,height=200');
}
function flashdownload()
{
    window.open('http://get.adobe.com/flashplayer/','width=400,height=200');
}
function acrobatdownload()
{
    window.open('http://get.adobe.com/reader/?promoid=BUIGO','width=400,height=200');
}
function firfoxdownload()
{
    window.open('http://www.softpedia.com/get/Internet/Browsers/Mozilla-Firefox-Final.shtml','width=400,height=200');
}
function iedownload()
{
    window.open('http://www.microsoft.com/downloads/details.aspx?FamilyID=341c2ad5-8c3d-4347-8c03-08cdecd8852b&displaylang=en','width=400,height=200');
}
function chromedownload()
{
    window.open('http://www.google.com/chrome/eula.html','width=400,height=200');
}
function keyview(val)
{
   window.alert(val);
   document('txt').value=val;
}
function takenow()
{
    //alert('User will be redirected to the Assessment Test page to take the test!');
    window.location = "takealaapAssessmentTest";
}
function takelater()
{
   // alert('User can be redirected to the homepage or his profile page!');
    window.location ="aboutAlaap";
}

function finishpart1()
{
    //alert('User will be taken to Part 2 of the Assessment Test!');
    /*document.getElementById('div_part1').style.display = 'none';
    document.getElementById('div_part2').style.display = 'block';
    document.getElementById('div_part3').style.display = 'none';*/
	window.location ="aatteststart_phase2";
}
function finishpart2()
{
    //alert('User will be taken to Part 3 of the Assessment test!');
   /* document.getElementById('div_part1').style.display = 'none';
    document.getElementById('div_part2').style.display = 'none';
    document.getElementById('div_part3').style.display = 'block';*/
		window.location ="aatteststart_phase3";

}
function finishpart3()
{
    //alert('User has completed the Assessment test!');
    /*document.getElementById('div_part1').style.display = 'none';
    document.getElementById('div_part2').style.display = 'none';
    document.getElementById('div_part3').style.display = 'none';*/
    window.location = "screeningalaapteststatus";
}

function gotohomepage()
{
    window.location ="home";
}
function gotomethodologypage()
{
    window.location ="ourMethodology";
}
