function openCenterWin(url,theWidth,theHeight){
//var theTop=(screen.height/2)-(theHeight/2);
//var theLeft=(screen.width/2)-(theWidth/2);
var theTop=20;
var theLeft=20;
var features=
'height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft+",scrollbars=yes";
theWin=window.open(url,'',features);
}

function flip(rid)

{

current=(document.getElementById(rid).style.display == 'none') ? 'block' : 'none';

document.getElementById(rid).style.display = current;

}



function wyswietl_formularze(){

	flip('wymiary');

}

function pokaz(){

	if(document.wyszukiwarka.wymiary_p.checked){

		flip('na_firme');

		flip('teleadr_firma');

	}

}

function SymError()
{
  return true;
}

window.onerror = SymError;

  onload=function(){
       T.init()
       T.follows = true // false by default
       T.delay = .0     // any nonnegative value (0.7 by default)
  }

