// JavaScript Document

function imgover(imagename)
{imagename.src="img/pilBlue.png";}
function imgout(imagename)
{imagename.src="img/transp.png";}