// JavaScript Document
function moveover()
{
document.getElementById('image').width="250";
document.getElementById('image').height="181";
}
function moveback()
{
document.getElementById('image').width="125";
document.getElementById('image').height="90";
}



