﻿function DelayedRedirect()
{setTimeout('Preusmerizdaj()',5000);}
function Preusmerizdaj()
{document.location="http://"+location.hostname;}
function P_PodporaSeminar(obj)
{var StranPravilna=true;if(obj.txtPodjetje.value==""||obj.txtPodjetje.value=="Obvezno polje")
{obj.txtPodjetje.value="Obvezno polje";StranPravilna=false;}
if(obj.txtSt.value==""||obj.txtSt.value=="0")
{obj.txtSt.value="1";StranPravilna=false;}
if(!check_number(obj.txtSt.value))
{alert("Število udeležencev je numerično polje");StranPravilna=false;}
if(!check_email(obj.txtEmail.value)||obj.txtEmail.value=="Obvezno polje")
{obj.txtEmail.value="Obvezno polje";StranPravilna=false;}
return StranPravilna;}
function bookIt(argVal,arg2)
{if(document.all)
window.external.AddFavorite(argVal,arg2);else
alert("Sorry. Not IE users must bookmark the pages manually by hitting <Ctrl-D>");}
function displayHTML(printContent)
{var inf=printContent;var HeadText;win=window.open("print.htm",'popup','width=600,resizable=yes, scrollbars=yes, menubar=no, toolbar = no, status = no');if(win!=null)win.creator=self;win.document.write("<html><head><link href='/skins/sl/themes/classic/print.css' REL='stylesheet' TYPE='text/css' ></head><body>");win.document.write("<table cellpadding='0' cellspacing='0' border='0' width='100%' ><tr><td><img src='/images/site/logo.png'></td> <td align='right' valign='bottom'><a href=javascript:window.print();><input type=image src='/images/site/print.png' align='absmiddle'> Natisni</a>&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;<a href=javascript:window.close();>Zapri okno</a></td></tr></table>");win.document.write("<hr>");win.document.write(inf);win.document.write("<hr>");win.document.write("<center><b>tel.:</b> +386 (1) 5 300 200 | <b>fax:</b> fax: +386 (1) 5 300 219  <br> <b> E-mail:</b> <a href='mailto:info@andersen.si'>info@andersen.si</a>  | <b>Web:</b> <a href='http://www.andersen.si'>http://www.andersen.si</a></center><br>");win.document.write("<center><a href=javascript:window.print();><input type=image src='/images/site/print.png' align='absmiddle'> Natisni</a>&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;<a href=javascript:window.close();>Zapri okno</a></center>");win.document.write("</body></html>");win.document.close();}
function TellAFriend()
{document.write('<a class="contact" href=\"mailto:\?Subject\=Spletna stran ki te utegne zanimati&body=Prijatelj meni da je na tem naslovu vsebina, ki te utegne zanimati: '+escape(window.location)+'\" onMouseOver="window.status=\'Pošlji prijatelju\'; return true"><img style="vertical-align:bottom; " src="/images/site/friend.png" alt="pošlji prijatelju"/>&nbsp;&nbsp;Pošlji prijatelju</a>');}
function viewPic(img)
{picfile=new Image();picfile.src=(img);fileCheck(img);}
function fileCheck(img)
{if((picfile.width!=0)&&(picfile.height!=0))
{makeWindow(img);}
else
{funzione="fileCheck('"+img+"')";intervallo=setTimeout(funzione,50);}}
function makeWindow(img)
{ht=picfile.height+20;wd=picfile.width+20;var args="height="+ht+",innerHeight="+ht;args+=",width="+wd+",innerWidth="+wd;if(window.screen)
{var avht=screen.availHeight;var avwd=screen.availWidth;var xcen=(avwd-wd)/2;var ycen=(avht-ht)/2;args+=",left="+xcen+",screenX="+xcen;args+=",top="+ycen+",screenY="+ycen+",resizable=yes";}
return window.open(img,'',args);}
viewArray=new Array();viewArray[0]=new Image;viewArray[1]=new Image;viewArray[2]=new Image;viewArray[3]=new Image;viewArray[4]=new Image;actualImg=new Image;function viewThisPic()
{if(actualImg.src=="")
{picfile=new Image();picfile.src=(document.images["img1"].src);fileCheck(document.images["img1"].src);}
else
{picfile=new Image();picfile.src=(actualImg.src);fileCheck(actualImg.src);}}
function changeView(x)
{document.images["img1"].src=viewArray[x].src;actualImg.src=viewArray[x].src;}
rotateImgObjs=[];function stopRotation(n)
{if(rotateImgObjs[n])clearInterval(rotateImgObjs[n].timer);}
function restartRotation(n)
{if(rotateImgObjs[n])
{var obj=rotateImgObjs[n];obj.timer=setInterval(obj.animString+'.rotate()',obj.speed);}}
function rotateImgObj(nm,s)
{this.speed=s;this.ctr=0;this.timer=0;this.imgObj=document.images[nm];this.index=rotateImgObjs.length;rotateImgObjs[this.index]=this;this.animString='rotateImgObjs['+this.index+']';this.addImages=addRotatingImages;this.addActions=addClickActions;this.rotate=rotateImg;}
function rotateImgObj(nm,s){this.speed=s;this.ctr=0;this.timer=0;this.imgObj=document.images[nm];this.index=rotateImgObjs.length;rotateImgObjs[this.index]=this;this.animString='rotateImgObjs['+this.index+']';this.addImages=addRotatingImages;this.addActions=addClickActions;this.rotate=rotateImg;}
function addRotatingImages(){this.imgObj.imgs=[];for(var i=0;i<arguments.length;i++)
{this.imgObj.imgs[i]=new Image();this.imgObj.imgs[i].src=rotateImgObj.imagesPath+arguments[i];}}
function addClickActions(){this.actions=[];for(var i=0;i<arguments.length;i++){this.actions[i]=arguments[i];}}
function doImgClick(n){if(document.images&&rotateImgObjs[n]){var obj=rotateImgObjs[n];if(obj.actions&&obj.actions[obj.ctr]){if(obj.actions[obj.ctr].indexOf('javascript:')!=-1)eval(obj.actions[obj.ctr]);else{if(subWin&&!subWin.closed)subWin.focus();subWin=window.open(obj.actions[obj.ctr],'subWin',subWinChrome+',height='+subWinHt+',width='+subWinWd+',top='+subWinTop+',left='+subWinLeft);}}}}
var t_id=setInterval(animate,20);var pos=0;var dir=2;var len=0;function animate()
{var elem=document.getElementById('progress');if(elem!=null){if(pos==0)len+=dir;if(len>32||pos>79)pos+=dir;if(pos>79)len-=dir;if(pos>79&&len==0)pos=0;elem.style.left=pos;elem.style.width=len;}}
function remove_loading(){this.clearInterval(t_id);var targelem=document.getElementById('loader_container');targelem.style.display='none';targelem.style.visibility='hidden';var t_id=setInterval(animate,60);}
var offsetfrommouse=[15,15];var displayduration=0;var currentimageheight=410;var currentimagewidth=490;function gettrailobj(){if(document.getElementById)
return document.getElementById("preview_div").style
else if(document.all)
return document.all.trailimagid.style}
function gettrailobjnostyle(){if(document.getElementById)
return document.getElementById("preview_div")
else if(document.all)
return document.all.trailimagid}
function truebody(){return(!window.opera&&document.compatMode&&document.compatMode!="BackCompat")?document.documentElement:document.body}
function hidetrail(){gettrailobj().display="none";document.onmousemove=""
gettrailobj().left="-500px"}
function showtrail(imagename,title,showthumb){var docwidth=document.all?truebody().scrollLeft+truebody().clientWidth:pageXOffset+window.innerWidth-offsetfrommouse[0]
var docheight=document.all?Math.min(truebody().scrollHeight,truebody().clientHeight):Math.min(window.innerHeight)
if((navigator.userAgent.indexOf("Firefox")!=-1||(navigator.userAgent.indexOf("Opera")==-1&&navigator.appVersion.indexOf("MSIE")!=-1))&&(docwidth>650&&docheight>500)){document.onmousemove=followmouse;newHTML='<div class="border_preview"><div id="loader_container"><div id="loader"><div align="center">Nalagam predogled...</div><div id="loader_bg"><div id="progress"> </div></div></div></div>';newHTML=newHTML+'<h2 class="title_h2">'+title+'</h2>'
if(showthumb>0){newHTML=newHTML+'<div align="center" style="padding: 8px 10px 17px 10px;"><img onload="javascript:remove_loading();" src="'+imagename+'" border="0"></div>';}
newHTML=newHTML+'</div>';if(navigator.userAgent.indexOf("Firefox")==-1){newHTML=newHTML+'<iframe src="about:blank" scrolling="no" frameborder="0" width="390" height="390"></iframe>';}
gettrailobjnostyle().innerHTML=newHTML;gettrailobj().display="block";}
function followmouse(e){var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
var docwidth=document.all?truebody().scrollLeft+truebody().clientWidth:pageXOffset+window.innerWidth-offsetfrommouse[0]
var docheight=document.all?Math.min(truebody().scrollHeight,truebody().clientHeight):Math.min(window.innerHeight)
if(typeof e!="undefined"){if(docwidth-e.pageX<currentimagewidth){if(navigator.userAgent.indexOf("Firefox")!=-1){xcoord=e.pageX-xcoord-currentimagewidth+2*offsetfrommouse[0]}else{xcoord=e.pageX-xcoord-currentimagewidth+6*offsetfrommouse[0];}}else{xcoord+=e.pageX;}
if(docheight-e.pageY<(currentimageheight+110)){ycoord+=e.pageY-Math.max(0,(110+currentimageheight+e.pageY-docheight-truebody().scrollTop));}else{ycoord+=e.pageY;}}else if(typeof window.event!="undefined"){if(docwidth-event.clientX<currentimagewidth){xcoord=event.clientX+truebody().scrollLeft-xcoord-currentimagewidth+2*offsetfrommouse[0];}else{xcoord+=truebody().scrollLeft+event.clientX}
if(docheight-event.clientY<(currentimageheight+110)){ycoord+=event.clientY+truebody().scrollTop-Math.max(0,(110+currentimageheight+event.clientY-docheight));}else{ycoord+=truebody().scrollTop+event.clientY;}}
var docwidth=document.all?truebody().scrollLeft+truebody().clientWidth:pageXOffset+window.innerWidth-offsetfrommouse[0]
var docheight=document.all?Math.max(truebody().scrollHeight,truebody().clientHeight):Math.max(document.body.offsetHeight,window.innerHeight)
if(ycoord<0){ycoord=ycoord*-1;}
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"}}
function switchcontent(className){this.className=className
this.collapsePrev=false
this.enablePersist=false
this.filter_content_tag=(arguments.length==2)?arguments[1].toLowerCase():""}
switchcontent.prototype.setStatus=function(openHTML,closeHTML){this.statusOpen=openHTML
this.statusClosed=closeHTML}
switchcontent.prototype.setColor=function(openColor,closeColor){this.colorOpen=openColor
this.colorClosed=closeColor}
switchcontent.prototype.setPersist=function(bool){this.enablePersist=bool}
switchcontent.prototype.collapsePrevious=function(bool){this.collapsePrev=bool}
switchcontent.prototype.sweepToggle=function(setting){if(typeof this.headers!="undefined"&&this.headers.length>0){for(var i=0;i<this.headers.length;i++){if(setting=="expand")
this.expandcontent(this.headers[i])
else if(setting=="contract")
this.contractcontent(this.headers[i])}}}
switchcontent.prototype.defaultExpanded=function(){var expandedindices=[]
for(var i=0;(!this.collapsePrev&&i<arguments.length)||(this.collapsePrev&&i==0);i++)
expandedindices[expandedindices.length]=arguments[i]
this.expandedindices=expandedindices.join(",")}
switchcontent.prototype.togglecolor=function(header,status){if(typeof this.colorOpen!="undefined")
header.style.color=status}
switchcontent.prototype.togglestatus=function(header,status){if(typeof this.statusOpen!="undefined")
header.firstChild.innerHTML=status}
switchcontent.prototype.contractcontent=function(header){var innercontent=document.getElementById(header.id.replace("-title",""))
innercontent.style.display="none"
this.togglestatus(header,this.statusClosed)
this.togglecolor(header,this.colorClosed)}
switchcontent.prototype.expandcontent=function(header){var innercontent=document.getElementById(header.id.replace("-title",""))
innercontent.style.display="block"
this.togglestatus(header,this.statusOpen)
this.togglecolor(header,this.colorOpen)}
switchcontent.prototype.toggledisplay=function(header){var innercontent=document.getElementById(header.id.replace("-title",""))
if(innercontent.style.display=="block")
{}
else{this.expandcontent(header)
if(this.collapsePrev&&typeof this.prevHeader!="undefined"&&this.prevHeader.id!=header.id)
this.contractcontent(this.prevHeader)}
if(this.collapsePrev)
this.prevHeader=header}
switchcontent.prototype.collectElementbyClass=function(classname){var classnameRE=new RegExp("(^|\\s+)"+classname+"($|\\s+)","i")
this.headers=[],this.innercontents=[]
if(this.filter_content_tag!="")
var allelements=document.getElementsByTagName(this.filter_content_tag)
else
var allelements=document.all?document.all:document.getElementsByTagName("*")
for(var i=0;i<allelements.length;i++){if(typeof allelements[i].className=="string"&&allelements[i].className.search(classnameRE)!=-1){if(document.getElementById(allelements[i].id+"-title")!=null){this.headers[this.headers.length]=document.getElementById(allelements[i].id+"-title")
this.innercontents[this.innercontents.length]=allelements[i]}}}}
switchcontent.prototype.init=function(){var instanceOf=this
this.collectElementbyClass(this.className)
if(this.headers.length==0)
return
var opencontents_ids=(this.enablePersist&&switchcontent.getCookie(this.className)!="")?','+switchcontent.getCookie(this.className)+',':(this.expandedindices)?','+this.expandedindices+',':""
for(var i=0;i<this.headers.length;i++){if(typeof this.statusOpen!="undefined")
this.headers[i].innerHTML='<span class="status"></span>'+this.headers[i].innerHTML
if(opencontents_ids.indexOf(','+i+',')!=-1){this.expandcontent(this.headers[i])
if(this.collapsePrev)
this.prevHeader=this.headers[i]}
else
this.contractcontent(this.headers[i])
this.headers[i].onclick=function(){instanceOf.toggledisplay(this)}}
if(this.enablePersist)
switchcontent.dotask(window,function(){instanceOf.rememberpluscleanup()},"unload")}
switchcontent.prototype.rememberpluscleanup=function(){var opencontents=new Array("none")
for(var i=0;i<this.innercontents.length;i++){if(this.enablePersist&&this.innercontents[i].style.display=="block"&&(!this.collapsePrev||(this.collapsePrev&&opencontents.length<2)))
opencontents[opencontents.length]=i
this.headers[i].onclick=null}
if(opencontents.length>1)
opencontents.shift()
if(typeof this.statusOpen!="undefined")
this.statusOpen=this.statusClosed=null
switchcontent.setCookie(this.className,opencontents.join(","))}
function QueryString(key)
{var value=null;for(var i=0;i<QueryString.keys.length;i++)
{if(QueryString.keys[i]==key)
{value=QueryString.values[i];break;}}
return value;}
QueryString.keys=new Array();QueryString.values=new Array();function QueryString_Parse()
{var query=window.location.search.substring(1);var pairs=query.split("&");for(var i=0;i<pairs.length;i++)
{var pos=pairs[i].indexOf('=');if(pos>=0)
{var argname=pairs[i].substring(0,pos);var value=pairs[i].substring(pos+1);QueryString.keys[QueryString.keys.length]=argname;QueryString.values[QueryString.values.length]=value;}}}
QueryString_Parse();switchcontent.dotask=function(target,functionref,tasktype){var tasktype=(window.addEventListener)?tasktype:"on"+tasktype
if(target.addEventListener)
target.addEventListener(tasktype,functionref,false)
else if(target.attachEvent)
target.attachEvent(tasktype,functionref)}
switchcontent.getCookie=function(Name){var re=new RegExp(Name+"=[^;]+","i");if(document.cookie.match(re))
return document.cookie.match(re)[0].split("=")[1]
return""}
switchcontent.setCookie=function(name,value){document.cookie=name+"="+value}
