if (window.Event) {document.captureEvents(Event.DBLCLICK);}
document.ondblclick = dex_search;
function dex_search() {var target='http://dexonline.ro/search.php?cuv='+get_selection();self.name = "body";openWin(target, "PI_DexOnLine", 700, 500, "1", "1", "1", "1", "1")}
function get_selection() {var str = new String("");
if (window.getSelection) {str = window.getSelection().toString();} 
else if (document.selection && document.selection.createRange) {var range = document.selection.createRange();str = range.text.toString();} 
str = str.replace(/[^a-zA-Z 0-9]+/g,'');return str;}
function openWin(_url, _name, _w, _h, _toolb, _status, _scrollb, _resize, _loc){var _leftPos = (screen.availWidth-_w)/2, _topPos = (screen.availHeight-_h)/2;var _args = new Array();_args[0] = "alwaysRaised=1";_args[1] = "dependent=1";_args[2] = "height=" + _h;_args[3] = "width=" + _w;_args[4] = "top=" + _topPos;_args[5] = "left=" + _leftPos;_args[6] = "screenY=" + _topPos;_args[7] = "screenX=" + _leftPos;_args[8] = "menubar=1";_args[9] = "resizable="+ _resize;_args[10] = "status=" + _status;_args[11] = "titlebar=1";_args[12] = "toolbar=" + _toolb;_args[13] = "scrollbars=" + _scrollb;_args[14] = "location=" + _loc;var _win;_win = window.open(_url, _name, _args);}
function shs (id1) {if (document.getElementById) {if (document.getElementById(id1).className == 'hide') {document.getElementById(id1).className = 'show';}	else {document.getElementById(id1).className = 'hide';}}}
function Ash(sito) {var _url = ShareURL();var _title = ShareTitle();var _abstract = ShareAbstract();var _newsid = ShareID();
switch (sito) {}}