
function ById(id){return document.getElementById(id)}
function dictionary(){
if (click_block){
click_block=0;
return;
}
if (!IE){
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 > ''){
var newloc='http://www.'+Domain+'/'+encodeURIComponent(text);
if (document.location.toString().toLowerCase()!=newloc.toLowerCase()) document.location=newloc;
}}
function dw(t){document.write(t)}
function acr(){dw('<p></p>');
acr_copy();};
function acr_copy(){dw('<div class=brand_copy></div>')};
function IdiI(){dw('<p class=brand_copy></p>');
Sources=Sources | 0x4000;
}
function IdiA(){
dw('<p class=brand_copy></p>');
Sources=Sources | 0x8000;
}
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=ById('Tp'+id);
	if (hlp){
	if (document.all){
	 nsy=event.y+document.body.scrollTop;
	 nsx=event.x+document.body.scrollLeft;
	}
	hlp.style.top=nsy+20;
	hlp.style.left=(nsx>610?nsx-450:350);
	hlp.style.visibility='visible';
}}
function t_o(id){
	var hlp=ById('Tp'+id);
	if(hlp) hlp.style.visibility='hidden';
}
function el(a){
if (a.substr(0,3)!='ftp') a='http://'+a;
window.open(a, '_blank');
}

