
//Web pages solutions and this JavaScript are part of copyrighted "PageDocking System". It may not be a subject of use of any kind without written permission and licence that may be provided from authors. Copyright © R3X Soft,2002, email: r3xsoft@inet.hr
//Rješenja funkcioniranja stranica i ovaj JavaScript su dio zaštićenog "PageDocking System"-a. Za korištenje u bilo kom obliku potrebno je pismeno dopuštenje i licenca autora. Copyright © R3X Soft,2002, email: r3xsoft@inet.hr 

function Back() { history.go(-1); }

//DATUM
function writeDate() { var monthNames = new Array ("siječnja", "veljače", "ožujka", "travnja", "svibnja", "lipnja", "srpnja", "kolovoza", "rujna", "listopada", "studeni", "prosinca"); var now = new Date(); var Year=now.getYear(); document.write (now.getDate() + ". " + " " + monthNames[now.getMonth()] + ", "+now.getYear() +". "); }

function Start() { txt00.style.display=''; } function Start1() { txt00.style.display=''; prop01.style.display=''; } 

function ClearT() { txt00.style.display='none'; txt01.style.display='none'; txt02.style.display='none'; txt03.style.display='none'; txt04.style.display='none'; txt05.style.display='none'; } 
function Link0() { ClearT(); txt00.style.display=''; } function Link1() { ClearT(); txt01.style.display=''; } function Link2() { ClearT(); txt02.style.display=''; } function Link3() { ClearT(); txt03.style.display=''; } function Link4() { ClearT(); txt04.style.display=''; } function Link5() { ClearT(); txt05.style.display=''; } 

function ClearP() { prop01.style.display='none'; prop02.style.display='none'; prop03.style.display='none'; prop04.style.display='none'; prop05.style.display='none'; prop06.style.display='none';  } 

function Prop1() { ClearP(); prop01.style.display=''; } function Prop2() { ClearP(); prop02.style.display=''; } function Prop3() { ClearP(); prop03.style.display=''; } function Prop4() { ClearP(); prop04.style.display=''; } function Prop5() { ClearP(); prop05.style.display='';  } function Prop6() { ClearP(); prop06.style.display=''; } 


//NOVI PROZOR
var page,wid,hit,nam; function win(page,nam,wid,hit){ var windo=eval('window.open("'+page+'","'+nam+'","status=no,toolbar=no,resizable=no,scrollbars=no, menubar=no,width='+wid+',height='+hit+',top=0,left=0")'); }


