function mouseOver(theid,theurl)
{
//alert(theid+theurl);
document.getElementById(theid).src=theurl;
}

