function refreshiframe(x) {
var iframe = document.getElementById("iframe"+x);
iframe.src="http://www.plp.ro/3dimgs/"+x+"/panorama.php";
}