function loadImage(imgId,imgAlt) {
var source="http://img.centrumprojektow.eu/miniatura.php?x=500&maxy=367&id="+imgId;
document.getElementById('rmk').style.height="367px";
document.getElementById('rmk').innerHTML='<img id="ramka" />';
//document.getElementById("ramka").style.visibility="hidden";
//document.getElementById("ramka").className="opacity1";
//document.getElementById("ramka").style.zIndex="1";
document.getElementById("ramka").alt=imgAlt;
document.getElementById("ramka").src=source;
}

function border() {
this.border="2";
}

function show() {
document.getElementById("ramka").style.visibility="visible";

document.getElementById("ramka").style.zIndex="500";
}

function loadFlash(){
document.getElementById('rmk').style.height="375px";
document.getElementById('rmk').innerHTML='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="375"><param name="movie" value="http://img.pro-arte.pl/swf.php?id=1430" /><param name="quality" value="high" /><embed src="http://img.pro-arte.pl/swf.php?id=1430" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="375"></embed></object>';
}

function przenies($i){
	for($j=0;$j<=$i;$j++){
		document.getElementById('trzuty'+$j).style.position="relative";
		document.getElementById('trzuty'+$j).style.bottom=(document.getElementById('irzuty'+$j).height+20)+"px";
		document.getElementById('trzuty'+$j).style.right="393px";
		document.getElementById('trzuty'+$j).style.visibility="visible";
	}

}
