var dwBgColor='#ffffff';var ttBgImg='';var dwBorderColor='#55555';var dwBorderWidth=1;var ttFontColor='#000000';var ttFontFace='arial,helvetica,sans-serif';var ttFontSize='12px';var ttFontWeight='normal';var ttOffsetX=8;var ttOffsetY=19;var ttPadding=3;var ttTitleColor='#ffffff';var ttWidth=210;var ttDelay=300;var dw_tags = new Array('a','area','div','span');var dw_obj,dw_objWidth = 0,dw_objHeight = 0,dw_offsetX = 0,xlim = 0, ylim = 0,dw_sticky = false,dw_wait = false,dw_vis = false,dw_dwn = false,dw_u = 'undefined';var dw_db=(document.compatMode&&document.compatMode!='BackCompat')?document.documentElement:document.body?document.body:null,dw_n=navigator.userAgent.toLowerCase();var dw_op=(window.opera&&document.getElementById)?true:false,dw_op6=dw_op&&parseInt(dw_n.substring(dw_n.indexOf("opera")+6))<7,
dw_ie=dw_n.indexOf('msie')!=-1&&document.all &&dw_db &&!dw_op,dw_n4 = navigator.appName + parseInt(navigator.appVersion) == 'Netscape4' && document.layers,dw_n6 = (dw_n6i = dw_n.indexOf('gecko')) != -1 ||dw_n.indexOf('galeon') != -1,dw_kqi = dw_n.indexOf('konq'),dw_kq = dw_kqi > -1,dw_kqnew = dw_kq &&
parseInt(dw_n.substring(dw_kqi + (5<<1))) > 2 &&dw_n.substring(dw_kqi + (5<<1), dw_kqi + (6<<1|1)) != '3.0';dw_n = '';

function dw_Int(x){var y;return isNaN(y = parseInt(x))? 0 : y;}
function wzReplace(x, y){var ret = '',str = this,xI;while ((xI = str.indexOf(x)) != -1){ret += str.substring(0, xI) + y;str = str.substring(xI + x.length);}
return ret+str;}String.prototype.wzReplace = wzReplace;

function dw_n4Tags(tagtyp, d, y){d = d || document;y = y || new Array();var x = (tagtyp=='a')? d.links : d.layers;for (var z = 0; z<x.length; z++) y[y.length] = x[z];for (var z = 0; z<d.layers.length; z++){y = dw_n4Tags(tagtyp, d.layers[z].document, y);}return y;}

function dw_Htm(tt, id, txt){var ttw=(typeof tt.T_WIDTH != dw_u)? tt.T_WIDTH: ttWidth,ttpadd=(typeof tt.T_PADDING != dw_u)? tt.T_PADDING : ttPadding,
ttbc=(typeof tt.T_BORDERCOLOR != dw_u)? tt.T_BORDERCOLOR : dwBorderColor,ttbw=(typeof tt.T_BORDERWIDTH != dw_u)? tt.T_BORDERWIDTH : dwBorderWidth,ttbgc=(typeof tt.T_BGCOLOR != dw_u)? tt.T_BGCOLOR : dwBgColor,ttbgimg=(typeof tt.T_BGIMG != dw_u)? tt.T_BGIMG : ttBgImg,
ttff=(typeof tt.T_FONTFACE != dw_u)? tt.T_FONTFACE : ttFontFace,ttfc=(typeof tt.T_FONTCOLOR != dw_u)? tt.T_FONTCOLOR : ttFontColor,
ttfsz=(typeof tt.T_FONTSIZE != dw_u)? tt.T_FONTSIZE : ttFontSize,ttfwght=(typeof tt.T_FONTWEIGHT != dw_u)? tt.T_FONTWEIGHT : ttFontWeight;
tttit=(typeof tt.T_TITLE != dw_u)? tt.T_TITLE : '';tttitc=(typeof tt.T_TITLECOLOR != dw_u)? tt.T_TITLECOLOR : ttTitleColor;

if (dw_n4 && (ttfsz == '10px' || ttfsz == '11px')) ttfsz = '12px';var y = '<div id="' + id + '" style="position:absolute;z-index:'+ (2<<8);y += ';left:0px;top:0px;width:' + ttw + 'px;visibility:' + (dw_n4? 'hide' : 'hidden') + ';">';y += '<table border="0" cellpadding="0" cellspacing="0" bgcolor="' + ttbc + '" width="' + ttw + '"><tr><td>';y += '<table border="0" cellpadding="0" cellspacing="' + ttbw + '" width="100%">';if (tttit){y += '<tr><td><font color="' + tttitc + '" face="' + ttff + '" ';y += 'style="color:' + tttitc + ';font-family:' + ttff + ';font-size:' + ttfsz + ';"><b>&nbsp;';y += tttit + '<\/b><\/font><\/td><\/tr>';}
y += '<tr><td bgcolor="' + ttbgc + '"' + (ttbgimg? ' background="' + ttbgimg + '"' : '');y += '><table border="0" cellspacing="0" cellpadding="' + ttpadd + '" width="100%"><tr><td';if (dw_n6) y += ' style="padding:' + ttpadd + 'px;"';y += '><font color="' + ttfc + '" face="' + ttff + '" ';y += 'style="color:' + ttfc + ';font-family:' + ttff + ';font-size:' + ttfsz + ';font-weight:' + ttfwght + ';">';if (ttfwght == 'bold') y += '<b>';y += txt;if (ttfwght == 'bold') y += '<\/b>';y += '<\/font><\/td><\/tr><\/table><\/td><\/tr><\/table><\/td><\/tr><\/table><\/div>\n';return y;}

function dw_Init()
{
if (!(dw_op || dw_n4 || dw_n6 || dw_ie || dw_kq)) return;

var htm = dw_n4? '<div style="position:absolute;"><\/div>' : '',
tag,
over,
esc = 'return escape(';
for (var i = 0; i<dw_tags.length; i++)
{
var tags = dw_ie? (document.all.tags(dw_tags[i]) || 1)
: document.getElementsByTagName? (document.getElementsByTagName(dw_tags[i]) || 1)
: (!dw_n4 && dw_tags[i]=='a')? document.links
: 1;
if (dw_n4 && (dw_tags[i] == 'a' || dw_tags[i] == 'layer')) tags = dw_n4Tags(dw_tags[i]);
for (var j = 0; j<tags.length; j++)
{
if (typeof tags[j].onmouseover == 'function' && tags[j].onmouseover.toString().indexOf(esc) != -1 || dw_n6 && (over = tags[j].getAttribute('onmouseover')) && over.indexOf(esc) != -1)
{
if (over) tags[j].onmouseover = new Function(over);
var txt = unescape(tags[j].onmouseover());
htm += dw_Htm(
tags[j],
'tOoLtIp'+i+''+j,
txt.wzReplace('& lt;','&lt;').wzReplace('& gt;','&gt;').wzReplace('& amp;','&amp;')
);

var offx = (typeof tags[j].T_OFFSETX != dw_u)? tags[j].T_OFFSETX : ttOffsetX,
offy = (typeof tags[j].T_OFFSETY != dw_u)? tags[j].T_OFFSETY : ttOffsetY,
sticky = (typeof tags[j].T_STICKY != dw_u),
delay = (typeof tags[j].T_DELAY != dw_u)? tags[j].T_DELAY : ttDelay;

tags[j].onmouseover = new Function('e',
'dw_Show(e,'+
'"tOoLtIp' +i+''+j+ '",'+
offx + ','+
offy + ','+
sticky + ','+
delay +
');'
);tags[j].onmouseout = dw_Hide;}}}document.write(htm);}




function dw_EvX(e)
{
var y = dw_Int(e.pageX || e.clientX || 0) +
dw_Int((dw_ie || dw_kqnew)? dw_db.scrollLeft : 0) +
dw_offsetX;
if (y > xlim) y = xlim;
return y;
}




function dw_EvY(e)
{
var y = dw_Int(e.pageY || e.clientY || 0) +
dw_Int((dw_ie || dw_kqnew)? dw_db.scrollTop : 0);
if (y > ylim || !dw_dwn && y > ylim-(6<<2))
{
y -= (dw_objHeight + 5);
dw_dwn = false;
}
else
{
y += dw_offsetY;
dw_dwn = true;
}
return y;
}




function dw_ReleasMov()
{
if (document.releaseEvents)document.releaseEvents(Event.MOUSEMOVE);
document.onmousemove = null;
}




function dw_GetDiv(id)
{
return (
dw_n4? (document.layers[id] || null)
: dw_ie? (document.all[id] || null)
: (document.getElementById(id) || null)
);
}




function dw_GetDivWidth()
{
return (
dw_n4? dw_obj.clip.width
: dw_obj.style && dw_obj.style.pixelWidth? dw_obj.style.pixelWidth
: dw_obj.offsetWidth
);
}




function dw_GetDivHeight()
{
return (
dw_n4? dw_obj.clip.height
: dw_obj.style && dw_obj.style.pixelHeight? dw_obj.style.pixelHeight
: dw_obj.offsetHeight
);
}




// Compat with DragDrop Lib: Ensure z-index of tooltip to be lifted beyond toplevel dragdrop element
function dw_SetDivZindex()
{
var i = dw_obj.style || dw_obj;
if (window.dd && dd.zIndex)
i.zIndex = Math.max(dd.zIndex + 1, i.zIndex);
}




function dw_SetDivPos(x, y)
{
var i = dw_obj.style || dw_obj;
var px = (dw_op6 || dw_n4)? '' : 'px';
i.left = x + px;
i.top = y + px;
}




function dw_ShowDiv()
{
if (dw_n4) dw_obj.visibility = 'show';
else dw_obj.style.visibility = 'visible';
dw_vis = true;
}




function dw_HideDiv()
{
if (dw_n4) dw_obj.visibility = 'hide';
else dw_obj.style.visibility = 'hidden';
dw_vis = false;
}




function dw_Show(e, id, offx, offy, sticky, delay)
{
if (dw_obj) dw_Hide();
if (document.onmousemove) return;// return if mousemove currently active (for instance drag operation?)


dw_obj = dw_GetDiv(id);
if (dw_obj){dw_sticky = sticky;dw_objWidth = dw_GetDivWidth();dw_objHeight = dw_GetDivHeight();dw_offsetX = offx;dw_offsetY = offy;if (dw_op){dw_offsetX -= 5<<1;dw_offsetY += 5<<2;}

dw_dwn = true;

xlim = dw_Int((dw_db && dw_db.clientWidth)? dw_db.clientWidth : window.innerWidth) +
dw_Int(window.pageXOffset || (dw_db? dw_db.scrollLeft : 0) || 0) -
dw_objWidth -
(dw_n4? 5<<2 : 0);

ylim = dw_Int(window.innerHeight || dw_db.clientHeight) +
dw_Int(window.pageYOffset || (dw_db? dw_db.scrollTop : 0) || 0) -
dw_objHeight - dw_offsetY;

dw_SetDivZindex();
e = e || window.event;
dw_SetDivPos(dw_EvX(e), dw_EvY(e));

window.dw_rdl = window.setTimeout(
'if (dw_sticky)'+
'{'+
'dw_ReleasMov();'+
'window.dw_upFunc = document.onmouseup || null;'+
'if (document.captureEvents) document.captureEvents(Event.MOUSEUP);'+
'document.onmouseup = new Function("window.setTimeout(\'dw_Hide();\', 10);");'+
'}'+
'dw_ShowDiv();',
delay);

if (document.captureEvents)document.captureEvents(Event.MOUSEMOVE);document.onmousemove = dw_Move;}}

var dw_area = false;
function dw_Move(e){if (!dw_obj) return;if (dw_n6 || dw_kq){if (dw_wait) return;dw_wait = true;setTimeout('dw_wait = false;', 5);}
e = e || window.event;dw_SetDivPos(dw_EvX(e), dw_EvY(e));if (dw_op6){if (dw_area && e.target.tagName != 'AREA') dw_Hide();
else if (e.target.tagName == 'AREA') dw_area = true;}}
function dw_Hide(){if (dw_obj){if (window.dw_rdl) window.clearTimeout(dw_rdl);if (!dw_sticky || dw_sticky && !dw_vis){dw_HideDiv();dw_obj = null;if (typeof window.dw_upFunc != dw_u) document.onmouseup = window.dw_upFunc;}
dw_sticky = false;if (dw_op6 && dw_area) dw_area = false;dw_ReleasMov();}}

dw_Init();
