// JavaScript Document

window.defaultStatus = "BKsports - Assessoria Esportiva ------------------------------------------------------------------ ";

function ampliar(url)
{
	w = 200
	h = 200
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('includes/ampliar.asp?src=../'+url, 'ampliar', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+'');
}

function ampliarFromThumb(url)
{
	w = 200
	h = 200
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('ampliar.asp?src='+url, 'ampliar', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+'');
}

function news(xId) 
{
	w = 515
	h = 548
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('conteudo/moldura.asp?A=noticias&V='+xId, 'noticias', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+' ,scrollbars=no');
}

function lista(xId) 
{
	w = 515
	h = 548
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('conteudo/moldura.asp?A=noticias&V='+xId, 'noticias', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+' ,scrollbars=no');
}

function artigos(xId) 
{
	w = 515
	h = 548
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('conteudo/moldura.asp?A=textos&V='+xId, 'textos', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+' ,scrollbars=no');
}

function calendario(xId) 
{
	w = 515
	h = 548
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('conteudo/moldura.asp?A=calendario&V='+xId, 'noticias', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+' ,scrollbars=no');
}

function contato() 
{
	w = 515
	h = 548
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('conteudo/moldura.asp?A=contato', 'noticias', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+' ,scrollbars=no');
}

function planilhas()
{
	w = 570
	h = 650
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('conteudo/planilhas.asp', 'planilhas', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+' ,scrollbars=yes');
}

function planilhas2()
{
	w = 570
	h = 650
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('../conteudo/planilhas.asp', 'planilhas', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+' ,scrollbars=yes');
}

function aniversariantes()
{
	w = 460
	h = 300
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('conteudo/aniversariantes.asp', 'aniversariantes', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+' ,scrollbars=no');
}

function horarios()
{
	w = 550
	h = 350
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('conteudo/Grade_de_Horarios.html', 'horarios', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+', scrollbars=no, resizable=yes');
}

function cadastro()
{
	w = 545
	h = 548
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('conteudo/cadastro.asp', 'cadastro', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+', scrollbars=no, resizable=yes');
}

function ibirapuera()
{
	w = 650
	h = 466
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('../local_ibirapuera.html', 'ibirapuera', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+', scrollbars=no, resizable=yes');
}

function usp_sab()
{
	w = 650
	h = 467
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('../local_usp_sabado.html', 'ibirapuera', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+', scrollbars=no, resizable=yes');
}

function usp_seg()
{
	w = 656
	h = 472
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('../local_usp_segunda_quarta.html', 'ibirapuera', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+', scrollbars=no, resizable=yes');
}

function usp_ter()
{
	w = 680
	h = 489
	centerX = (screen.height/2)-h/2;
	centerY = (screen.width/2)-w/2;
	window.open('../local_usp_terca_quinta.html', 'ibirapuera', 'width='+w+', height='+h+',top='+centerX+', left='+centerY+', scrollbars=no, resizable=yes');
}
// ******************************************************************

function resizeThumb()
{
	// Checka o browser e calcula o tamanho da tela
	var isNetscape = navigator.appName=="Netscape";
	if (isNetscape) 
	{
		w = window.innerWidth
		h = window.innerHeight
	} 
	else 
	{
		w = document.body.clientWidth
		h = document.body.clientHeight
	}
	
	img = document.getElementById('imagem')
	// Faz o calculo de resize da imagem
	indexWidth = Math.round((100*w)/document.images[0].width)
	indexHeight = Math.round((100*h)/document.images[0].height)
	// indexa a referencia
	ref = indexWidth < indexHeight ? "Width" : "Height"
	
	// Não faiz o resize qnd a referencia é menor que o tamanho da tela
	if(this["index"+ref] < 100)
	{
		img[ref.toLowerCase()] = Math.round((img.height*this["index"+ref])/100)-2
	}
}

// ******************************************************************
