Prowadzimy kancelarię adwokatów i radców prawnych. Oferujemy specjalistyczne usługi prawnicze.Prowadzimy kancelarię adwokatów i radców prawnych. Oferujemy specjalistyczne usługi prawnicze.
<_script language="JavaScript" type="text/JavaScript"> function wyrownaj2() { var oStartArticle = document.getElementById("startArticle"); var oCenterCol = document.getElementById("centercol"); var oRightCol = document.getElementById("rightcol"); var oTable= document.getElementById("wholetable"); if (oStartArticle.innerHTML == '') { oCenterCol.width = "100%"; oTable.rows[0].deleteCell(1); } } function wyrownaj1() { var leftcol = document.getElementById("leftcol"); var centertcol= document.getElementById("centertcol"); var rightcol= document.getElementById("rightcol"); var wholer= document.getElementById("wholerow"); var wholetable= document.getElementById("wholetable"); var wholewidth= 720; var leftwidth = 170; var rightwidth= 200; //alert("wholetable width: " + wholetable.clientWidth); wholetable.width = wholewidth; //alert("wholetable width: " + wholetable.width); if (leftcol.innerHTML != "") { //alert("leftcol width: " + leftcol.clientWidth); leftcol.width = leftwidth; wholewidth -= leftwidth; //alert("leftcol width: " + leftcol.width); } else { wholerow.deleteCell(leftcol.cellIndex); } if (rightcol.innerHTML != "") { //alert("rightcol width: " + rightcol.clientWidth); rightcol.width = rightwidth; wholewidth -= rightwidth; //alert("rightcol width: " + rightcol.width); } else { wholerow.deleteCell(rightcol.cellIndex); } //alert("centercol width: " + centercol.clientWidth); centercol.width = wholewidth; //alert("centercol width: " + centercol.width); } var field = new Array(); var desc = new Array(); function linkrollover(pozycja,styl) { pozycja.className = styl; } function linkrolloverhref(adres) { document.location.href = adres; } function locationhref(adres) { window.location.href = adres; } function showhelp(plik,szerokosc,wysokosc) { var left = (screen.width / 2) - (szerokosc / 2); var top = (screen.height / 2) - (wysokosc / 2); if(plik != "") { window.open("/templates/silverblue/" + plik,"Pomoc","left=" + left + ",top=" + top + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=" + szerokosc + ",height=" + wysokosc); } } function showinfo(param,id,szerokosc,wysokosc) { var left = (screen.width / 2) - (szerokosc / 2); var top = (screen.height / 2) - (wysokosc / 2); if(param == "txthistory") window.open("../../info.php?param=" + param + "&show=txthistory&id=" + id + "&w=" + szerokosc + "&h=" + wysokosc,"INFO","left=" + left + ",top=" + top + ",toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,width=" + szerokosc + ",height=" + wysokosc); else window.open("../../info.php?param=" + param + "&id=" + id + "&w=" + szerokosc + "&h=" + wysokosc,"INFO","left=" + left + ",top=" + top + ",toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,width=" + szerokosc + ",height=" + wysokosc); } function showfoto(plik,szerokosc,wysokosc) { var left = (screen.width / 2) - (szerokosc / 2); var top = (screen.height / 2) - (wysokosc / 2); if(plik != "") { window.open("http://www.adwokat.lublin.pl/templates/radcy/../../zoom.php?id=" + plik + "&w=" + szerokosc + "&h=" + wysokosc,"Plik","left=" + left + ",top=" + top + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=" + szerokosc + ",height=" + wysokosc); } } function resizeto(width,height) { var left = (screen.width / 2) - (width / 2); var top= (screen.height / 2) - (height / 2); window.resizeTo(width,height); window.moveTo(left,top); } function checkform(field,desc,cc,cf) { for(var i = 0;i < field.length;i++) { if(document.getElementById(field[i]).value.length == 0) { document.getElementById(field[i]).className = cf; alert(desc[i]); document.getElementById(field[i]).focus(); return false; } else { document.getElementById(field[i]).className = cc; } } return true; }