function atvert(links){ window.location='http://balvi.rek.lv/?nod='+links; } function atvertwregion(links){ window.location='http://balvi.rek.lv/?wregion='+links; } function full(theURL,winName) { features = 'fullscreen=1, scrollbars=1, toolbar=0, resizable=1'; window.open(theURL,winName,features); } // loga atveershana function atv( url){ var height = 500; var width = 750; var wi = screen.width; if( wi >= 1024){width = 900; height = 600;} if( wi >= 1280 ){height = 750;} var le = ( screen.width - width )/2 - 15; var to = ( screen.height - height )/2 - 20; window.open( url, "_blank", "toolbar=0,scrollbars=1,resizable=1,width="+width+",height="+height+",left="+le+",top="+to); // document.write (wi); return false; } /* _palielinam_bildem */ if (document.all) { document.onmousemove = captureMousePosition; } else if (document.getElementById) { document.onmousemove = captureMousePosition; } var mouse_x = 0; var mouse_y = 0; function captureMousePosition(e) { if (document.all) { mouse_x = window.event.x+document.body.scrollLeft+20; mouse_y = window.event.y+document.body.scrollTop-30; } else if (document.getElementById) { mouse_x = e.pageX+20; mouse_y = e.pageY-30; } } function pops(txt) { var pop=document.getElementById('pops_txt'); pop.style.left=mouse_x+'px'; pop.style.top=mouse_y+'px'; pop.style.display='block'; pop.innerHTML=txt; } function papildinfo(txt) { var pop=document.getElementById('pops'); pop.style.left=mouse_x+'px'; pop.style.top=mouse_y+'px'; pop.style.display='block'; pop.innerHTML='
'+txt+'
'; } function kustas(obj) { var pop=document.getElementById(obj); pop.style.left=mouse_x+'px'; pop.style.top=mouse_y+'px'; } function pazud(obj) { var pop=document.getElementById(obj); pop.style.display='none'; pop.innerHTML=''; } /* _palielinam_bildem */ function lightrow(prm){ prm.className='izcelts'; prm.style.cursor='hand'; } function setback(prm, clas){ prm.className=clas; }