var click_block=0
function dictionary() {
if (click_block) {
click_block=0
return
}
if (navigator.appName == "Netscape") {
t = document.getSelection();
opennewdictwin(t);
}
else {
t = document.selection.createRange();
if(document.selection.type == 'Text' && t.text != '') {
document.selection.empty();
opennewdictwin(t.text);
}
}
}
function opennewdictwin(text) {
while (text.substr(text.length-1,1)==' ')
text=text.substr(0,text.length-1)
while (text.substr(0,1)==' ')
text=text.substr(1)
if (text > '') {
document.location='../www.thefreedictionary.com/'+escape(text);
}
}
status='double-click any word to get its definition.'
var discl_state=1;
function toggle() {
if (navigator.appName=='Netscape') document.img_discl.style.visibility='hidden'
else if (discl_state)
{
div_discl.style.display='none';
img_discl.src='../img.thefreedictionary.com/toggle/pluscold.gif'
discl_state=0;
}
else
{
div_discl.style.display='';
img_discl.src='../img.thefreedictionary.com/toggle/minuscold.gif'
discl_state=1;
}
}
function wiki(word) {
document.write('
This article was derived fully or in part from an
article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. '+
'This article is distributed under the terms of
GNU Free Documentation License.
')
}
function foldoc(){
document.write('This article is provided by FOLDOC - Free Online Dictionary of Computing (
www.foldoc.org)
')
}
function layer(id){
var res
if(document.getElementById) res=document.getElementById(id)
if(document.all) res=document.all[id]
if (res) return res.style
return null
}
var nsx;
var nsy;
if (!document.all) {
document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=get_mouse;
}
function get_mouse(e) {
nsx=e.pageX-10;
nsy=e.pageY+5;
}
function t_i(id) {
var hlp=layer('Tp'+id)
if (hlp) {
if (document.all) {
nsy=event.y+document.body.scrollTop
nsx=event.x+document.body.scrollLeft
}
hlp.top=nsy+20
hlp.left=(nsx>610?nsx-470:140)
hlp.visibility='visible'
}}
function t_o(id) {
var hlp=layer('Tp'+id)
if(hlp) hlp.visibility='hidden'
}
function el(a){
window.open('http://'+a, '_blank')
return false
}
function setcolor(color) {
return;
if (Ov2)
for (i in Ov.all)
if(Ov.all[i].tagName=='A') {
Ov.all[i].style.color=color
Ov2.all[i].style.color=color
}}
function blink(i) {
return;
if (i) {
setcolor('#0000FF');
window.setTimeout('blink(0)',100);
}
else{
setcolor('#0000CF');
window.setTimeout('blink(1)',100);
}}