function showbigimage(img,url){ 
document.getElementById(img).src=url; 
return 1; 
}
