/*********************************************** * Interstitial Content Box- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ var interstitialBox={ disablescrollbars: true, ie7: window.XMLHttpRequest && document.all && !window.opera, ie7offline: this.ie7 && window.location.href.indexOf("http")==-1, launch:false, scrollbarwidth: 16, writeText:function(){ document.getElementById("PopupWindowInhalt").innerHTML = "
  The information given on our website and in particular the CAD files which are provided are based on the current state of our knowledge with regard to the products described. Legal warranty of the presence of particular characteristics or suitability for particular applications or purposes cannot be assumed. igus® does not accept any liability whatsoever for damage which arises from the use of the products. Neither does igus® accept any responsibility for the correctness, completeness or quality of the information provided, nor is there a guarantee that the information is up to date.
  These offers are intended only for business persons / resellers. All prices quoted are net prices. The prices do not include legally stipulated value-added tax or shipping costs. Buyer’s declaration of intent cannot be cancelled and goods cannot be returned.
  We recommend that you always check the suitability of the products for a particular purpose in a trial which is as close to the actual practical application as possible. Please do not hesitate to make use of our advisory services.
   
  Because of continuous technical development we reserve the right to make technical changes and improvements to the products at any time.
   
   Close   
"; }, createcontainer:function(){ document.write('
') this.PopupWindow=document.getElementById("PopupWindow") this.AbdeckungsContainer=document.getElementById("AbdeckungsContainer") this.standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body }, showcontainer:function(){ if (this.PopupWindow.style.display=="none") return var ie=document.all && !window.opera var dom=document.getElementById var scroll_top=(ie)? this.standardbody.scrollTop : window.pageYOffset var scroll_left=(ie)? this.standardbody.scrollLeft : window.pageXOffset var docwidth=(ie)? this.standardbody.clientWidth : window.innerWidth-this.scrollbarwidth var docheight=(ie)? this.standardbody.clientHeight: window.innerHeight var docheightcomplete=(this.standardbody.offsetHeight>this.standardbody.scrollHeight)? this.standardbody.offsetHeight : this.standardbody.scrollHeight var objwidth=this.PopupWindow.offsetWidth var objheight=this.PopupWindow.offsetHeight this.AbdeckungsContainer.style.width=docwidth+"px" this.AbdeckungsContainer.style.height=docheightcomplete+"px" this.AbdeckungsContainer.style.left=0 this.AbdeckungsContainer.style.top=0 this.AbdeckungsContainer.style.zIndex=1500 this.AbdeckungsContainer.style.visibility="visible" this.PopupWindow.style.left=docwidth/2-objwidth/2+"px" var topposition=(docheight>objheight)? scroll_top+docheight/2-objheight/2+"px" : scroll_top+5+"px" this.PopupWindow.style.top=Math.floor(parseInt(topposition))+"px" this.PopupWindow.style.zIndex=1510 this.PopupWindow.style.visibility="visible" if (document.getElementById("IFrame_ASPA1")) document.getElementById("IFrame_ASPA1").style.visibility = "hidden" }, closeit:function(){ this.AbdeckungsContainer.style.display="none" this.PopupWindow.style.display="none" document.getElementById("IFrame_ASPA1").style.visibility = "visible" if (this.disablescrollbars) this.standardbody.style.overflow="auto" }, getscrollbarwidth:function(){ var scrollbarwidth=window.innerWidth-(this.AbdeckungsContainer.offsetLeft+this.AbdeckungsContainer.offsetWidth) this.scrollbarwidth=(typeof scrollbarwidth=="number")? scrollbarwidth : this.scrollbarwidth }, hidescrollbar:function(){ if (this.disablescrollbars){ this.standardbody.style.overflow ="hidden" } }, 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) }, initialize:function(){ this.createcontainer() this.writeText() this.dotask(window, function(){interstitialBox.hidescrollbar(); interstitialBox.getscrollbarwidth(); setTimeout("interstitialBox.showcontainer()", 100)}, "load") this.dotask(window, function(){interstitialBox.showcontainer()}, "resize") } } // Popup anzeigen interstitialBox.initialize()