// JavaScript Document
function Frown() {
document.home.src = "images/homeb1.gif"; return true;
}
function Smile() {
document.home.src = "images/homeb.gif"; return true;
}
function Frown1() {
document.products.src = "images/productsb1.gif"; return true;
}
function Smile1() {
document.products.src = "images/productsb.gif"; return true;
}
function Frown2() {
document.aboutus.src = "images/aboutusb1.gif"; return true;
}
function Smile2() {
document.aboutus.src = "images/aboutusb.gif"; return true;
}
function Frown3() {
document.ourfacility.src = "images/ourfacilityb1.gif"; return true;
}
function Smile3() {
document.ourfacility.src = "images/ourfacilityb.gif"; return true;
}
function Frown4() {
document.contactus.src = "images/contactusb1.gif"; return true;
}
function Smile4() {
document.contactus.src = "images/contactusb.gif"; return true;
}