function swap(targetId,buttonId){
  if (document.getElementById) {
        target = document.getElementById(targetId);
        buttonName = document.getElementById(buttonId);
        
		if (target.style.display == "none") {
			target.style.display = "";
		} else {
			target.style.display = "none";
		}
			
		if (target.style.display == "none") {
			buttonName.src = "arg/box_open.gif";
		} else {
			buttonName.src = "arg/box_close.gif";
		}
  }
}

function swapPhoto(photoSRC, erroa, pZer) {
    document.images.imgPhoto.src = "arg/" + erroa + "/" + photoSRC + "-m.jpg";
	document.getElementById("iruzkinArea").innerHTML = pZer.replace("#", "'");
    scrollTo(0,0);
}

function irekiPant(pWidth, pHeight) {
	kop = document.images.imgPhoto.src.length;
	pZein = kop - 6;
	pZein = document.images.imgPhoto.src.substr(0, pZein) + ".JPG";
	if (document.images.imgPhoto.src.substr(kop - 11, kop) != "default.jpg") {
		window.open(pZein,'Ekogaia',"width="+pWidth+",height="+pHeight+",directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,status=no,toolbar=no,screenX=20,screenY=20,left=20,top=20");	
	}
}