// JavaScript Document
//mapa das consultorias
function abreConsultorias(){
	alert('Se em sua máquina estiver instalado algum sistema bloqueador de popup, desabilite-o...')
	estabelecer="fullscreen=yes;toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=723,height=" + (screen.availHeight - 30) + ",top=0,left=0"
	window.open("http://revista.banasqualidade.com.br/diretorio","",estabelecer);
}
//caderno de softwares
function abreSoftwares(){
	alert('Se em sua máquina estiver instalado algum sistema bloqueador de popup, desabilite-o...')
	estabelecer="fullscreen=yes;toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + (screen.availWidth - 10) + ",height=" + (screen.availHeight - 30) + ",top=0,left=0"
	window.open("http://www.banasqualidade.com.br/guia_software_2011.asp","",estabelecer);
}
function popup(x,w,h){
	window.open(""+x+"",'images','alwaysRaised=no,status=no,scrollbars=no,width='+w+',height='+h+',top=250,left=250')
}
function popupf(x){
	window.open(""+x+"",'images','alwaysRaised=no,status=no,scrollbars=no,fullscreen=yes,scrollbars=yes,resizable=no,width='+(screen.availWidth - 10)+',height='+(screen.availHeight - 30)+',top=0,left=0')
}
//diretorio de softwares
function dirsoftwares(){
	estabelecer="fullscreen=yes;toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + (screen.availWidth - 10) + ",height=" + (screen.availHeight - 30) + ",top=0,left=0"
	window.open("/diretorio_softwares/dir_software.html","",estabelecer);
}
//abre edicao gratuita
function revistdigit(){
	estabelecer="fullscreen=yes;toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + (screen.availWidth - 10) + ",height=" + (screen.availHeight - 30) + ",top=0,left=0"
	window.open("edicao_gratuita_body.asp","",estabelecer);
}
