// FUNCTION FOR OPENING BANDWITH TEST function testBandwith() { window.open( "http://test-rychlosti.vjednom.cz/start-mereni", "showBandwith", "width = 630, height = 500, left = 50, top = 50, scrollbars = 1" ); } // FUNCTION FOR SHOWING IDOS FORM function showIdosForm() { document.getElementById("idosForm").style = "block"; } if ( document.getElementById("inscore-xdc") ) { try{function inscore_xdc(neco){this.elm=document.getElementById("inscore-xdc");this.hash=null;this.resize=function(){if(location.hash!=this.hash){this.hash=location.hash;var reggg=new RegExp(".*inscore_ifheight_xdc_([0-9]{2,5}).*");if((result=reggg.exec(location.hash))){if(typeof result[1]!="undefined")this.elm.style.height=((result[1]>0&&result[1]<=20000)?parseInt(result[1]):10000)+"px";this.elm.style.overflow="hidden";}else this.elm.style.height="10000px";}}}var inscore_xdc_run=new inscore_xdc();setInterval("inscore_xdc_run.resize()",100);}catch(e){document.getElementById("inscore-xdc").style.height = "10000px";} }