

// ** Extra JBJ 28/07/2008
//Despliega ventana
function showBox(titulo,href,dato1,dato2){
tb_show(titulo,href+"?KeepThis=true&TB_iframe=true&width="+dato1+"&height="+dato2, false);
}

function showvelocidad(){

		showBox("","/prontus_bpp/imag/swf/velocidad.html",715,390);

}
