// JavaScript Document mouseOver by Sylvia
Image1= new Image(160,34)
Image1.src ="/includes/templates/classic/images/home_bt.jpg"
Image2= new Image(155,34)
Image2.src ="/includes/templates/classic/images/aboutus_bt.jpg"
Image3= new Image(155,34)
Image3.src ="/includes/templates/classic/images/promotion_bt.jpg"
Image4= new Image(155,34)
Image4.src ="/includes/templates/classic/images/signin_bt.jpg"
Image5= new Image(155,34)
Image5.src ="/includes/templates/classic/images/viewcart_bt.jpg"
Image6= new Image(80,78)
Image6.src ="/includes/templates/classic/images/combo_rollover.png"
Image7= new Image(80,78)
Image7.src ="/includes/templates/classic/images/fog_rollover.png"
Image8= new Image(80,78)
Image8.src ="/includes/templates/classic/images/grille_rollover.png"
Image9= new Image(80,78)
Image9.src ="/includes/templates/classic/images/headlight_rollover.png"
Image10= new Image(80,78)
Image10.src ="/includes/templates/classic/images/intake_rollover.png"
Image11= new Image(80,78)
Image11.src ="/includes/templates/classic/images/header_rollover.png"
Image12= new Image(80,78)
Image12.src ="/includes/templates/classic/images/taillight_rollover.png"
Image13= new Image(80,78)
Image13.src ="/includes/templates/classic/images/spring_rollover.png"
Image14= new Image(80,78)
Image14.src ="/includes/templates/classic/images/catback_rollover.png"


function mouseOver1()
{
document.getElementById('home').src ="/includes/templates/classic/images/home_bt.jpg"
}
function mouseOver2()
{
document.getElementById('about_us').src ="/includes/templates/classic/images/aboutus_bt.jpg"
}
function mouseOver3()
{
document.getElementById('promotion').src ="/includes/templates/classic/images/promotion_bt.jpg"
}
function mouseOver4()
{
document.getElementById('sign_in').src ="/includes/templates/classic/images/signin_bt.jpg"
}
function mouseOver5()
{
document.getElementById('view_cart').src ="/includes/templates/classic/images/viewcart_bt.jpg"
}
function mouseOver11()
{
document.getElementById('div1_1').src ="/includes/templates/classic/images/combo_rollover.png"
}
function mouseOver12()
{
document.getElementById('div1_2').src ="/includes/templates/classic/images/fog_rollover.png"
}
function mouseOver13()
{
document.getElementById('div1_3').src ="/includes/templates/classic/images/grille_rollover.png"
}
function mouseOver14()
{
document.getElementById('div1_4').src ="/includes/templates/classic/images/headlight_rollover.png"
}
function mouseOver21()
{
document.getElementById('div2_1').src ="/includes/templates/classic/images/intake_rollover.png"
}
function mouseOver22()
{
document.getElementById('div2_2').src ="/includes/templates/classic/images/header_rollover.png"
}
function mouseOver23()
{
document.getElementById('div2_3').src ="/includes/templates/classic/images/taillight_rollover.png"
}
function mouseOver31()
{
document.getElementById('div3_1').src ="/includes/templates/classic/images/spring_rollover.png"
}
function mouseOver32()
{
document.getElementById('div3_2').src ="/includes/templates/classic/images/catback_rollover.png"
}
function mouseOut()
{
document.getElementById('home').src ="/includes/templates/classic/images/home_or.gif"
document.getElementById('about_us').src ="/includes/templates/classic/images/aboutus_or.gif"
document.getElementById('promotion').src ="/includes/templates/classic/images/promotion_or.gif"
document.getElementById('sign_in').src ="/includes/templates/classic/images/signin_or.gif"
document.getElementById('view_cart').src ="/includes/templates/classic/images/viewcart_or.gif"
document.getElementById('div1_1').src ="/includes/templates/classic/images/combo_button.png"
document.getElementById('div1_2').src ="/includes/templates/classic/images/fog_botton.png"
document.getElementById('div1_3').src ="/includes/templates/classic/images/grille_botton.png"
document.getElementById('div1_4').src ="/includes/templates/classic/images/headlight_button.png"
document.getElementById('div2_1').src ="/includes/templates/classic/images/intake_button.png"
document.getElementById('div2_2').src ="/includes/templates/classic/images/header_button.png"
document.getElementById('div2_3').src ="/includes/templates/classic/images/taillight_button.png"
document.getElementById('div3_1').src ="/includes/templates/classic/images/spring_botton.png"
document.getElementById('div3_2').src ="/includes/templates/classic/images/catback_botton.png"
}
