
/********************************** CONFIGURACOES PADRÕES DO SITE  (NÃO ALTERAR)*******************************/

function Config(){	
	this.maxWidth=  1300,
	this.maxHeight= 1200,
	this.minWidth=  800,
	this.minHeight= 600,
	this.pageName=  "nomeJanela", // não coloque acento ou espaço aqui pois buga no ie6
	this.bgColor=   "#FFF",
	this.urlSplash= "splash.htm",
	this.mobile=    'mobile',
	this.noFlash=   'no-flash.htm'
	this.title=   'Titulo da Página' // Title da página
	this.flashVersion= '9,0,0,0'
	this.flashVars={}

}


var CONFIG=new Config()


