//AdaMovingSale.com navigation bar

function navTo(file)
{
	var totalFile = file+".html";
	window.location = totalFile;
}