// overLIB 3.50  --  This notice must remain untouched at all times. Copyright Erik Bosrup 1998-2001. All rights reserved.
// By Erik Bosrup (erik@bosrup.com).  Last modified 2001-08-28. Portions by Dan Steinman (dansteinman.com). Additions by other people are listed on the overLIB homepage.
// modified by CSL-Computer System Lösung http://www.cslsoft.de
var CAPTION=1,LEFT=2,RIGHT=3,CENTER=4,OFFSETX=5,OFFSETY=6,STATUS=7,HEIGHT=8,ABOVE=9,BELOW=10,TEXTSIZE=11,TIMEOUT=12,HAUTO=13,VAUTO=14,CSSCLASS=17;
if(typeof ol_width=='undefined'){var ol_width="220"}if(typeof ol_border=='undefined'){var ol_border="1"}if(typeof ol_offsetx=='undefined'){var ol_offsetx=0}if(typeof ol_offsety=='undefined'){var ol_offsety=20} 
if(typeof ol_hpos=='undefined'){var ol_hpos=RIGHT}if(typeof ol_vpos=='undefined'){var ol_vpos=BELOW}if(typeof ol_frame=='undefined'){var ol_frame=self}if(typeof ol_hauto=='undefined'){var ol_hauto=1} 
if(typeof ol_vauto=='undefined'){var ol_vauto=0}if(typeof ol_css=='undefined'){var ol_css=CSSCLASS}if(typeof ol_fgclass=='undefined'){var ol_fgclass="popcontent"}if(typeof ol_bgclass=='undefined'){var ol_bgclass="popborder"}
var o3_background="",o3_hpos=RIGHT,o3_offsetx=2,o3_offsety=2,o3_width=100,o3_border=1,o3_status="",o3_height=-1,o3_fullhtml=0,o3_vpos=BELOW,o3_frame=self,o3_timeout=0,o3_timerid=0,o3_allowmove=0,o3_delay=0,o3_delayid=0;
var o3_hauto=0,o3_vauto=0,o3_fgclass="",o3_bgclass="",o3_x=0,o3_y=0,o3_allow=0,o3_showingsticky=0,o3_removecounter=0,over=null,ns4=(document.layers)?true:false;
var ns6=(document.getElementById)?true:false,ie4=(document.all)?true:false,ie5=false;if(ie4){if((navigator.userAgent.indexOf('MSIE 5')>0)||(navigator.userAgent.indexOf('MSIE 6')>0)){ie5=true}if(ns6){ns6=false}}
if((ns4)||(ie4)||(ns6)){document.onmousemove=mouseMove;if(ns4) document.captureEvents(Event.MOUSEMOVE)}else{overlib=no_overlib;nd=no_overlib;ver3fix=true}
function no_overlib(){return ver3fix}
function overlib(){o3_offsetx=ol_offsetx;o3_offsety=ol_offsety;o3_width=ol_width;o3_border=ol_border;o3_vpos=ol_vpos;o3_hauto=ol_hauto;o3_vauto=ol_vauto;o3_css=ol_css;o3_fgclass=ol_fgclass;o3_bgclass=ol_bgclass;
if((ns4)||(ie4)||(ns6)){o3_frame=ol_frame;if(ns4)over=o3_frame.document.overDiv;if(ie4)over=o3_frame.overDiv.style;if(ns6)over=o3_frame.document.getElementById("overDiv")}
var parsemode=-1,ar=arguments;for(i=0;i<ar.length;i++){if(parsemode<0){o3_text=ar[i];parsemode=0}else{if(ar[i]==CAPTION){o3_cap=ar[++i];continue}if(ar[i]==CENTER||ar[i]==LEFT||ar[i]==RIGHT){o3_hpos=ar[i];continue}
if(ar[i]==STATUS){o3_status=ar[++i];continue}if(ar[i]==TEXTSIZE){o3_textsize=ar[++i];continue}}}if(o3_delay==0){return overlib350()}else{o3_delayid=setTimeout("overlib350()",o3_delay);return true}}
function nd(){if(o3_removecounter>=1){o3_showingsticky=0};if((ns4)||(ie4)||(ns6)){if(o3_showingsticky==0){o3_allowmove=0;if(over != null) hideObject(over)}else{o3_removecounter++}}return true}
function overlib350(){var layerhtml;if(o3_background != ""||o3_fullhtml){}else{o3_height="";if(o3_cap==""){}else{layerhtml=ol_content_caption(o3_text,o3_cap,"")}}
layerWrite(layerhtml);o3_allowmove=0;if(o3_timeout>0){if(o3_timerid>0) clearTimeout(o3_timerid);o3_timerid=setTimeout("cClick()",o3_timeout)}disp(o3_status);return true}
function ol_content_caption(text,title,close){if(o3_css==CSSCLASS) txt="<TABLE WIDTH="+o3_width+" BORDER=0 CELLPADDING="+o3_border+" CELLSPACING=0 class=\""+o3_bgclass+"\"><TR class=\""+o3_bgclass+"\"><TD class=\""+o3_bgclass+"\"><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD class=\""+o3_bgclass+"\"><TABLE WIDTH=100% BORDER=0 CELLPADDING=1 CELLSPACING=0 class='ueb'><TR class='ueb'><TD class='poptitel'>&nbsp;"+title+"</TD></TR><TR><TD height='1' class='poplinie'></TD></TR></TABLE></TD></TR></TABLE><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 class=\""+o3_fgclass+"\"><tr><td class='popcontent' colspan='3' height='3'></td></tr><TR><td width='5' class='popcontent'></td><TD VALIGN=TOP class='popcontent'>"+text+"</TD><td width='5' class='popcontent'></td></TR><tr><td class='popcontent' colspan='3' height='3'></td></tr></TABLE></TD></TR></TABLE>";return txt;}
function disp(statustext){if((ns4)||(ie4)||(ns6)){if(o3_allowmove==0){placeLayer();showObject(over);o3_allowmove=1}}if(statustext!=""){self.status=statustext}}
function placeLayer(){var placeX, placeY;winoffset=(ie4)?o3_frame.document.body.scrollLeft:o3_frame.pageXOffset;if(ie4)iwidth=o3_frame.document.body.clientWidth;if(ns4)iwidth=o3_frame.innerWidth;if(ns6) iwidth=o3_frame.outerWidth;
if(o3_hauto==1){if((o3_x-winoffset)>((eval(iwidth))/2)){o3_hpos=LEFT}else{o3_hpos=RIGHT}}if(o3_hpos==CENTER){placeX=o3_x+o3_offsetx-(o3_width/2)}
if(o3_hpos==RIGHT){placeX=o3_x+o3_offsetx;if((eval(placeX)+eval(o3_width))>(winoffset+iwidth)){placeX=iwidth+winoffset-o3_width;if(placeX<0)placeX=0}}
if(o3_hpos==LEFT){placeX=o3_x-o3_offsetx-o3_width;if(placeX<winoffset)placeX=winoffset}scrolloffset=(ie4)?o3_frame.document.body.scrollTop:o3_frame.pageYOffset;
if(o3_vauto==1){if(ie4) iheight=o3_frame.document.body.clientHeight;if(ns4)iheight=o3_frame.innerHeight;if(ns6)iheight=o3_frame.outerHeight;
iheight=(eval(iheight))/2;if((o3_y-scrolloffset)>iheight){o3_vpos=ABOVE}else{o3_vpos=BELOW}}if(o3_vpos==ABOVE){if(o3_aboveheight==0){var divref=(ie4)?o3_frame.document.all['overDiv']:over;o3_aboveheight=(ns4)?divref.clip.height:divref.offsetHeight}
placeY=o3_y-(o3_aboveheight+o3_offsety);if(placeY<scrolloffset)placeY=scrolloffset}else{placeY=o3_y+o3_offsety}repositionTo(over,placeX,placeY)}
function mouseMove(e){if((ns4)||(ns6)){o3_x=e.pageX;o3_y=e.pageY}if(ie4){o3_x=event.x;o3_y=event.y}if(ie5){o3_x=event.x+o3_frame.document.body.scrollLeft;o3_y=event.y+o3_frame.document.body.scrollTop}if(o3_allowmove==1){placeLayer()}}
function cClick(){hideObject(over);o3_showingsticky=0;return false}
function compatibleframe(frameid){if(ns4){if(typeof frameid.document.overDiv=='undefined')return false}else if(ie4){if(typeof frameid.document.all["overDiv"]=='undefined')return false}else if(ns6){if(frameid.document.getElementById('overDiv')==null)return false}return true}
function layerWrite(txt){txt+="\n";if(ns4){var lyr=o3_frame.document.overDiv.document;lyr.write(txt);lyr.close()}else if(ie4){o3_frame.document.all["overDiv"].innerHTML=txt}else if(ns6){range=o3_frame.document.createRange();range.setStartBefore(over);domfrag=range.createContextualFragment(txt);while(over.hasChildNodes()){over.removeChild(over.lastChild)}over.appendChild(domfrag)}}
function showObject(obj){if(ns4)obj.visibility="show";else if(ie4) obj.visibility="visible";else if(ns6)obj.style.visibility="visible"}
function hideObject(obj){if(ns4)obj.visibility="hide";else if(ie4)obj.visibility="hidden";else if(ns6)obj.style.visibility="hidden";if(o3_timerid>0) clearTimeout(o3_timerid);if(o3_delayid>0)clearTimeout(o3_delayid);o3_timerid=0;o3_delayid=0;self.status="";}
function repositionTo(obj,xL,yL){if((ns4)||(ie4)){obj.left=xL;obj.top=yL;}else if(ns6){obj.style.left=xL+"px";obj.style.top=yL+"px"}}

