
 jQuery(document).ready( function($){
	$(".topmenu dd a img").hover( function(){
		$(this).animate({
						width : "82px",
						height : "82px",
						marginTop : "-10px"
						})
	}, function(){
		$(this).animate({
						width : "52px",
						height : "52px",
						marginTop : "0px"
						})
	}
	);
	
});
 
function mouseOver1()
{
document.getElementById("img1").src ="/images/sliding_image_01bc.png";
}
function mouseOut1()
{
document.getElementById("img1").src ="/images/sliding_image_01b.png";
}


function mouseOver2()
{
document.getElementById("img2").src ="/images/sliding_image_02bc.png";
}
function mouseOut2()
{
document.getElementById("img2").src ="/images/sliding_image_02b.png";
}



function mouseOver3()
{
document.getElementById("img3").src ="/images/sliding_image_03bc.png";
}
function mouseOut3()
{
document.getElementById("img3").src ="/images/sliding_image_03b.png";
}

function mouseOver4()
{
document.getElementById("img4").src ="/images/sliding_image_04bc.png";
}
function mouseOut4()
{
document.getElementById("img4").src ="/images/sliding_image_04b.png";
}


function mouseOver5()
{
document.getElementById("img5").src ="/images/sliding_image_05bc.png";
}
function mouseOut5()
{
document.getElementById("img5").src ="/images/sliding_image_05b.png";
}


function mouseOver6()
{
document.getElementById("img6").src ="/images/sliding_image_06bc.png";
}
function mouseOut6()
{
document.getElementById("img6").src ="/images/sliding_image_06b.png";
}


