function pichange()
{
document.logo.src='allanpic.jpg';
};
function onmout()
{
document.logo.src='linepisaylogo.gif';
};

