function Nav(to)
{
	location=to;
}
function ComingSoon()
{
    alert("Sample prices coming soon. Please call for quote or visit our showroom.");
    return false;
}

