////////////////////////////////////////////////////////////////////////////
//MENU PRINCIPAL
menu_principal = "swf/menu_principal_v14.swf";
// LINKS menu principal
link1 ="home.shtm?linkHome=meuvalor=1";
link2 ="home.shtm?linkHome=meuvalor=2";
link3 ="home.shtm?linkHome=meuvalor=3";
link4 ="home.shtm?linkHome=meuvalor=4";

////////////////////////////////////////////////////////////////////////////
//MENU SECUNDARIO
menu_secundario = "swf/menu_secundario_v15.swf";
bt1 = "index.htm";
bt2 = "contato.shtm";
bt3 = "";
bt4 = "nossaloja_sp.shtm";
bt5a = "nossa_historia.shtm";
bt5b = "responsabilidade_social.shtm";
bt5c = "amazonnamidia.shtm";
bt6 = "servicos.shtm";
bt7 = "eventos.shtm";
bt8 = "cadastro_newsletter.asp";
bt9 = "galeria.shtm";
bt10 = "empregos.shtm";
bt11 = "faq.shtm";


////////////////////////////////////////////////////////////////////////////
//COMBO, onde chama todos os filmes de amostra do segmento
filme0 = "swf/home_v40.swf";
// FILMES do combo
filme1 = "swf/segmento_caes_e_gatos_v49.swf";
filme2 = "swf/segmento_silvestres_e_exoticos_v19.swf";
filme3 = "swf/segmento_aquarios_marinhos_v20.swf";
filme4 = "swf/segmento_projetos_com_vida_v18.swf";




////////////////////////////////////////////////////////////////////////////
////////////////////FUNÇOES////////////////////////////////////////////////
//ABRE FECHA SUB MENU
function disappear(obj) 
{
  if (obj.style.display == "none") 
  {
    obj.style.display = "";
  }
  else 
  {
    obj.style.display = "none";
  }
  return;
}

//GALERIA FOTO UNICA
function getArgs(){
	var args = new Object();
	var query = location.search.substring(1);
	var pairs = query.split("&");
	for(var i=0;i<pairs.length;i++){
		var pos=pairs[i].indexOf('=');
		if(pos==-1) continue;
		var argname = pairs[i].substring(0,pos);
		var value = pairs[i].substring(pos+1);
		args[argname] = unescape(value);
	}
	return args;
}

var obj_new_location = new getArgs();



//FECHA JANELA
function fechaJanela(){
	window.close();
}

//ABRE POP UP
function pop_up(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}









////////////////////////////////////////////////////////////////////////////
//GRUPOS DE VARIAVEIS
fake = 'by=Luciano Scheffer';
alllinks = 'link1=' + link1 + '&link2='  + link2 + '&link3=' + link3 + '&link4=' + link4;
alllinksSecundario = 'bt1=' + bt1 + '&bt2=' + bt2 + '&bt3=' + bt3 + '&bt4=' + bt4 + '&bt5a=' + bt5a + '&bt5b=' + bt5b + '&bt5c=' + bt5c + '&bt6=' + bt6 + '&bt7=' + bt7 + '&bt8=' + bt8 + '&bt9=' + bt9 + '&bt10=' + bt10 + '&bt11=' + bt11;
allMenus = 'menuPrincipal=' + menu_principal + '&menuSecundario=' + menu_secundario;
allFilmes = 'filme1=' + filme1 + '&filme2='  + filme2 + '&filme3=' + filme3 + '&filme4=' + filme4;

allparam_filmeprincipal ='?' + fake + '&' + allFilmes + '&' + alllinks + '&' + allMenus + '&' + alllinksSecundario;








