function mouseOver()
{
document.getElementById("b1").src="ikony/domek3.gif"
}
function mouseOut()
{
document.getElementById("b1").src="ikony/domek2.gif"
}
function mouseOver2()
{
document.getElementById("b2").src="ikony/zdjecia3.gif"
}
function mouseOut2()
{
document.getElementById("b2").src="ikony/zdjecia2.gif"
}
function mouseOver3()
{
document.getElementById("b3").src="ikony/draft3.gif"
}
function mouseOut3()
{
document.getElementById("b3").src="ikony/draft2.gif"
}
function mouseOver4()
{
document.getElementById("b4").src="ikony/video3.gif"
}
function mouseOut4()
{
document.getElementById("b4").src="ikony/video2.gif"
}
function mouseOver5()
{
document.getElementById("b5").src="ikony/group3.gif"
}
function mouseOut5()
{
document.getElementById("b5").src="ikony/group2.gif"
}
function mouseOver6()
{
document.getElementById("b6").src="ikony/archiwum3.gif"
}
function mouseOut6()
{
document.getElementById("b6").src="ikony/archiwum2.gif"
}


