function changeImage (picurl) 
{
document.printbtn.src = picurl;
}


