function mouseOver(myText)
{
document.getElementById('info2').innerHTML=myText;
}
function mouseOver2()
{
document.getElementById('info').innerHTML="<img src='bubbla.png'";
}
function mouseOut()
{
document.getElementById('info2').innerHTML="";
}
function mouseOut2()
{
document.getElementById('info').innerHTML="<img src='tom.png' alt=''/>";
}
function onClick()
{
document.getElementById('lunch').style.visibility="visible";
}
