function movepic(img_name,img_src,hrefValue,targetValue,elemento_idValue,elemento_plotisValue,elemento_aukstisValue,elemento_textasValue) {
document[img_name].src=img_src;
document.getElementById('FotoPerziura').href=hrefValue;
document.getElementById('FotoPerziura').target=targetValue;
document.getElementById('FotoPerziura').elemento_id=elemento_idValue;
document.getElementById('FotoPerziura').elemento_plotis=elemento_plotisValue;
document.getElementById('FotoPerziura').elemento_aukstis=elemento_aukstisValue;

document.getElementById('elaprasas').innerHTML=elemento_textasValue;
}