function mouseOver()
{
document.getElementById("bio_on").src="bio_on.gif"
}
function mouseOut()
{
document.getElementById("bio_off").src="bio_off.gif"
}
background = new Image;
background.src = "background.jpg";
 
 
