document.write (''); if (Geladen!='1') { var Geladen=1 var offsetfromcursorX_wma=12 //Customize x offset of tooltip var offsetfromcursorY_wma=10 //Customize y offset of tooltip var offsetdivfrompointerX_wma=10 //Customize x offset of tooltip DIV relative to pointer image var offsetdivfrompointerY_wma=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1). document.write('
') //write out tooltip DIV document.write('
')
var ie_wma=document.all
var ns6_wma=document.getElementById && !document.all
var enabletip_wma=false
if (ie_wma||ns6_wma)
var tipobj_wma=document.all? document.all["dhtmltooltip_wma"] : document.getElementById? document.getElementById("dhtmltooltip_wma") : ""
var pointerobj_wma=document.all? document.all["dhtmlpointer_wma"] : document.getElementById? document.getElementById("dhtmlpointer_wma") : ""
function ietruebody_wma(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function ddrivetip_wma(thetext, thewidth, thecolor){
if (ns6_wma||ie_wma){
if (typeof thewidth!="undefined") tipobj_wma.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj_wma.style.backgroundColor=thecolor
tipobj_wma.innerHTML=thetext
enabletip_wma=true
return false
}
}
function positiontip_wma(e){
if (enabletip_wma){
var nondefaultpos_wma=false
var curX_wma=(ns6_wma)?e.pageX : event.clientX+ietruebody_wma().scrollLeft;
var curY_wma=(ns6_wma)?e.pageY : event.clientY+ietruebody_wma().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth_wma=ie_wma&&!window.opera? ietruebody_wma().clientWidth : window.innerWidth-20
var winheight_wma=ie_wma&&!window.opera? ietruebody_wma().clientHeight : window.innerHeight-20
var rightedge_wma=ie_wma&&!window.opera? winwidth_wma-event.clientX-offsetfromcursorX_wma : winwidth_wma-e.clientX-offsetfromcursorX_wma
var bottomedge_wma=ie_wma&&!window.opera? winheight_wma-event.clientY-offsetfromcursorY_wma : winheight_wma-e.clientY-offsetfromcursorY_wma
var leftedge_wma=(offsetfromcursorX_wma<0)? offsetfromcursorX_wma*(-1) : -1000
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge_wma