/*
These are the functions with set links that are being called from the main header.
*/

function home(){
window.open("index.htm","_self")
}

function about(){
window.open("about.htm","_self")
}

function products(){
window.open("products_grande.htm","_self")
}

function order(){
window.open("order.htm","_self")
}

function expos(){
window.open("expos.htm","_self")
}

function dealers(){
window.open("dealers.htm","_self")
}

function faqs(){
window.open("faq.htm","_self")
}

function testimonials(){
window.open("testimonials.htm","_self")
}

function contactus(){
window.open("contact.htm","_self")
}
