
function ordernow()
{
	location.href = "order.html";
}

function download()
{
	location.href = "download.html";
}

function readmore()
{
	location.href = "features.html";
}

function seedemo()
{
	location.href = "demos.html";
}

function downloadnow(path)
{
	loc = "downloads/" + path + "/ausetup.exe";
	location.href = loc;
}

