function cPrint(idC,idB,mC,idx,type,host){var w=680;var h=500;var wW;var wH;if(self.innerHeight){wW=self.innerWidth;wH=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){wW=document.documentElement.clientWidth;wH=document.documentElement.clientHeight}else{if(document.body){wW=document.body.clientWidth;wH=document.body.clientHeight}}}var l=(wW/2)-(w/2)-30;if(l<0){l=0}var t=(wH/2)-(h/2)-10;if(t<0){t=0}if(type=="dir"){var form=eval("document.forms.fDirection"+idx);var fTo=eval("form.fTo"+idx);var mPURL="http://www."+host+"/drukuj-dojazd.html?idC="+idC+"&idB="+idB+"&t="+escape(fTo.value)+"&mC="+mC}else{var mPURL="http://www."+host+"/drukuj-lokalizacje.html?idC="+idC+"&idB="+idB+"&mC="+mC}var mP=window.open(mPURL,"cPrint"+type,"menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=yes, status=no, width="+w+", height="+h+", left="+l+", top="+t);return true};