var path;function sign(DocID){alert('Function sign');var ertek=document.getElementById(DocID).value;window.open('SignerAgent?OpenAgent&'+ertek,'','Height=10px,Width=20px,center=Yes,resizable=No,status=No,scrollbars=No');alert('function sign exit');}function szavaz(DocID){var ertek=document.getElementById(DocID).value;window.open('szavaz?OpenAgent&'+ertek+'&'+DocID,'','Height=100px,Width=200px,center=Yes,resizable=No,status=No,scrollbars=No')}function vote(DocID){window.open('szavaz?OpenAgent&1&'+DocID,'','Height=100px,Width=200px,center=Yes,resizable=No,status=No,scrollbars=No')}// -------- path f\u00FCggv\u00E9ny -------------------------------------------function path(){path = window.location.href.toLowerCase();if(path.indexOf("nsf")>0){var nsfPos = path.indexOf(".nsf");path = path.substr(0, nsfPos + 5);hossz = path.length;if(path.substring(hossz-1,hossz) != "/")path=path+"/";}return path}// -----------------------------------------------------------------------// -----------------   SetScrollBar  ----------------------------------function setScrollbarColor(){	document.body.style.scrollbarBaseColor="#243721";  //s\u00F6t\u00E9tz\u00F6ld	document.body.style.scrollbar3dLightColor="#E0FFBF";  //vil\u00E1gosz\u00F6ld	document.body.style.scrollbarDarkShadowColor="black";	document.body.style.scrollbarFaceColor="#425038";  //k\u00F6z\u00E9pz\u00F6ld	document.body.style.scrollbarArrowColor="#E0FFBF";	document.body.style.scrollbarTrackColor="#243721";}// -----------------------------------------------------------------------