
function home()

{
	document.location.href='index.html';
}


function about_us()

{
	document.location.href='about_us.html';
}

function products()

{
	document.location.href='products.html';
}

function contact_us()

{
	document.location.href='contact_us.html';
}
