// JavaScript Document


FuncOL = new Array();
function StkFunc(Obj) {
     FuncOL[FuncOL.length] = Obj;
}
     
 window.onload = function() {
      for(i=0; i<FuncOL.length; i++)
           {FuncOL[i]();}
}

function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}

StkFunc(montre);

function clicdroit()
	{
	alert(''+String.fromCharCode(169)+' Dado, ADAGP.\n\nSvi sadr'+String.fromCharCode(382)+'aji '+String.fromCharCode(40)+'tekstovi, slike, videos, datoteke, sledovi itd.'+String.fromCharCode(41)+' na ovim internet stranicama su za'+String.fromCharCode(353)+'ti'+String.fromCharCode(263)+'eni autorskim pravom i drugim za'+String.fromCharCode(353)+'titnim zakonima.\n\nReproduction including downloading of the works exhibited on this site are prohibited by copyright laws and international conventions without the express written permission of the copyright holders.');
	return(false);
	}


function clicdroit2(){
var imgs = document.getElementsByTagName("img");
for(var k=0; k<imgs.length; k++)
     imgs[k].oncontextmenu = clicdroit;
}

StkFunc(clicdroit2);

function clicdroit3(){
var imgsid = new Array("showcase","showcase2");
for(var k=0; k<imgsid.length; k++)
     document.getElementById(imgsid[k]).oncontextmenu = clicdroit;
}

StkFunc(clicdroit3);


