function mouseOver()
{
document.b1.src ="http://clifford-photography.com/images/logo_over.gif";
}
function mouseOut()
{
document.b1.src ="http://clifford-photography.com/images/logo.gif";
}