function createHeader (logoPic) { document.writeln(""); document.writeln("
NIL.si"); document.writeln(""); document.writeln(""); } function addLogoAndBanner (logoPic) { document.writeln("
"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("
"); } function addHeaderSubMenuItem (id, pic, a_pic, i_pic, link, size, targetwin) { if (id != 'Home') document.writeln(""); document.writeln(""); } function closeHeader () { document.writeln(""); document.writeln(""); } function changeImage(imageName, imgSrc) { document.images[imageName].src = imgSrc + '?OpenImageResource'; } function changeInputImage (imageName, imgSrc) { var e = document.getElementById (imageName); if (e) e.src = imgSrc + '?OpenImageResource'; } function OpenNewURLWindow( myURL, myWinName ){ var str1, str2, tramp, x; tramp = window.open( '', myWinName, 'width=450, height=350, resizable=yes, scrollbars=yes, status=no, left=220, top=150'); str1 = new String( tramp.top.location.href ); str2 = new String( myURL ); if( str1.toUpperCase() != str2.toUpperCase() ){ tramp.top.location = str2; } tramp.focus(); } function OpenNewURLWindowProducts( myURL, myWinName ){ var str1, str2, tramp, x; tramp = window.open( '', myWinName, 'width=680, height=550, resizable=yes, scrollbars=yes, status=no'); str1 = new String( tramp.top.location.href ); str2 = new String( myURL ); if( str1.toUpperCase() != str2.toUpperCase() ){ tramp.top.location = str2; } tramp.focus(); } function OpenNewClassicWindow( myURL, myWinName ){ var str1, str2, tramp; tramp = window.open( '', myWinName, 'width=800, height=600, resizable=yes, scrollbars=yes, status=yes, location=yes, toolbar=yes, menubar=yes'); str1 = new String( tramp.top.location.href ); str2 = new String( myURL ); if( str1.toUpperCase() != str2.toUpperCase() ){ tramp.top.location = str2; } tramp.focus(); } function OpenNewWindow( myURL, myWinName ){ var str1, str2, tramp; tramp = window.open( '', myWinName, 'width=800, height=600, resizable=yes, scrollbars=yes, status=yes, location=yes, toolbar=yes, menubar=yes'); str1 = new String( tramp.top.location.href ); str2 = new String( myURL ); if( str1.toUpperCase() != str2.toUpperCase() ){ tramp.top.location = str2; } tramp.focus(); } function OpenNewWindowNoCheck( myURL, myWinName ){ var str, tramp; tramp = window.open( '', myWinName, 'width=800, height=300, top=250, left=170, resizable=yes, scrollbars=yes, status=yes, location=yes, toolbar=yes, menubar=yes'); str = new String( myURL ); tramp.top.location = str; tramp.focus(); } function GATracker (){ // Used for executing Google-Analytics code on HTML documents which are not used as a submit form! // Note: form names that have '-' or ' ' in its Alias(or Name if Alias is empty), are auto-transformed by Domino to '_DominoForm'! var str = document.forms[0].name.toLowerCase(); if ( str == "" || str.indexOf("form") == -1 ) { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://ssl.google-analytics.com/urchin.js'; document.getElementsByTagName('head')[0].appendChild(script); CallGATracker (1); } } function CallGATracker (i){ _uacct = 'UA-1405178-1'; if ( i > 5 ) { return; } try { urchinTracker(); } catch (er){ setTimeout("CallGATracker (" + (i+1) + ")", 1000); } } /* */