// JavaScript Document

function TAMANHO_BIKE()
{
var width 		= screen.width;
var height 		= screen.height;
var left 		= 0;
var top 		= 0;

URL 			= "BMX/Documentos/TAMANHO DA BICICLETA DE BMX.htm";

window.open(URL,'Rvmtamanhobike', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

//******************************************************************************************************************************


