// JavaScript Document

function REGULAMENTO_UCI()
{
var width 		= screen.width;
var height 		= screen.height;
var left 		= 0;
var top 		= 0;

URL 			= "RANKING/Documentos/UCI Traduzido 2009.pdf";

window.open(URL,'Rvmregulamentouci', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

//******************************************************************************************************************************

function REGULAMENTO_CBC()
{
var width 		= screen.width;
var height 		= screen.height;
var left 		= 0;
var top 		= 0;

URL 			= "RANKING/Documentos/Regulamento CBC BMX 2010.htm";

window.open(URL,'Rvmregulamentocbc', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

//******************************************************************************************************************************

function RANKING_CBC()
{
var width 		= screen.width;
var height 		= screen.height;
var left 		= 0;
var top 		= 0;

URL 			= "RANKING/Documentos/CBC 2010.htm";

window.open(URL,'Rvmrankingcbc', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

//******************************************************************************************************************************

function RANKING_COPA_BRASIL()
{
var width 		= screen.width;
var height 		= screen.height;
var left 		= 0;
var top 		= 0;

URL 			= "";

window.open(URL,'Rvmrankingcopabrasil', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

//******************************************************************************************************************************

function RANKING_GOIANO()
{
var width 		= screen.width;
var height 		= screen.height;
var left 		= 0;
var top 		= 0;

URL 			= "RANKING/Documentos/Ranking Goiano 2010.pdf";

window.open(URL,'Rvmrankinggoiano', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

//******************************************************************************************************************************

function RANKING_CENTRO_OESTE()
{
var width 		= screen.width;
var height 		= screen.height;
var left 		= 0;
var top 		= 0;

URL 			= "RANKING/Documentos/Centro Oeste 2010.htm";

window.open(URL,'Rvmrankingcentrooeste', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

//******************************************************************************************************************************
