function mouseOver1() {
document.getElementById("aboutus").src="images/aboutus_over.gif"
}
function mouseOut1() {
document.getElementById("aboutus").src="images/aboutus.gif"
}
function mouseOver2() {
document.getElementById("bridalgowns").src="images/bridalgowns_over.gif"
}
function mouseOut2() {
document.getElementById("bridalgowns").src="images/bridalgowns.gif"
}
function mouseOver3() {
document.getElementById("bridesmaids").src="images/bridesmaids_over.gif"
}
function mouseOut3() {
document.getElementById("bridesmaids").src="images/bridesmaids.gif"
}
function mouseOver4() {
document.getElementById("flowergirls").src="images/flowergirls_over.gif"
}
function mouseOut4() {
document.getElementById("flowergirls").src="images/flowergirls.gif"
}
function mouseOver5() {
document.getElementById("accessories").src="images/accessories_over.gif"
}
function mouseOut5() {
document.getElementById("accessories").src="images/accessories.gif"
}
function mouseOver6() {
document.getElementById("services").src="images/services_over.gif"
}
function mouseOut6() {
document.getElementById("services").src="images/services.gif"
}
function mouseOver7() {
document.getElementById("contactus").src="images/contactus_over.gif"
}
function mouseOut7() {
document.getElementById("contactus").src="images/contactus.gif"
}
function mouseOver8() {
document.getElementById("mothers").src="images/mothers_over.gif"
}
function mouseOut8() {
document.getElementById("mothers").src="images/mothers.gif"
}