// Tarsis Gomes 

// CATENDIMENTO ONLINE 

function chat(url) {
window.open(url,"_blank","top=10,left=15,toolbar=no,location=no,directories=no,status=no,statusbar=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=420,height=525");
}


/* -- Executa swf - Início -- */

//set player version here
var MM_contentVersion = 7;

//set sub version here
var release = "6,0,67,0";


//check for flash player
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i];
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}


/* -- 2. Deployment function -- */

function writeFlash(swf,flashVarString,w,h,bgcolor,menu,mode,q,id){
  if ( MM_FlashCanPlay ) {
     document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" '
     +'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+release+'" '
     +'width="'+w+'" height="'+h+'" id="'+id+'" align="">'
     +'<param name="movie" value="'+swf+'">'
     +'<param name="menu" value="'+menu+'"> '
     +'<param name="quality" value="'+q+'"> '
     +'<param name="wmode" value="'+mode+'"> '
     +'<param name="bgcolor" value="'+bgcolor+'"> '
     +'<param name="flashvars" value="'+flashVarString+'"> '
     +'<embed src="'+swf+'" flashvars="'+flashVarString+'" menu="'+menu+'" quality="'+q+'" wmode="'+mode+'" '
     +' bgcolor="'+bgcolor+'"  width="'+w+'" height="'+h+'" name="'+swf+'" '
     +' align=""  type="application/x-shockwave-flash" '
     +' pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object> ');
  } else {
     //behaviour for if there is no flash player
     document.write('Você precisa do Macromedia Flash Player '+MM_contentVersion+' para visualizar partes desre site. ');
     document.write('<em><a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">');
     document.write('Clique aqui para instalar.</a></em>');

     //this can be replaced by anything you want
     //e.g. document.location.replace("text.html");

  }
}


/* abas */


	function muda(div)
	{
		switch (div)
		{
			case "inicio" : 
				document.getElementById("inicio").style.display = "block"; 
				document.getElementById("regras").style.display = "none";  
				document.getElementById("como").style.display = "none";
				document.getElementById("leiloes").style.display = "none"; 
				document.getElementById("loja").style.display = "none"; 
			break; 
			case "regras" : 
				document.getElementById("inicio").style.display = "none"; 
				document.getElementById("regras").style.display = "block";
				document.getElementById("como").style.display = "none";
				document.getElementById("leiloes").style.display = "none";
				document.getElementById("loja").style.display = "none";
			break; 
			case "como" : 
				document.getElementById("inicio").style.display = "none"; 
				document.getElementById("regras").style.display = "none";
				document.getElementById("como").style.display = "block";
				document.getElementById("leiloes").style.display = "none";
				document.getElementById("loja").style.display = "none";
			break;
			case "leiloes" : 
				document.getElementById("inicio").style.display = "none"; 
				document.getElementById("regras").style.display = "none";
				document.getElementById("como").style.display = "none";
				document.getElementById("leiloes").style.display = "block";
				document.getElementById("loja").style.display = "none";
			break; 
			case "loja" : 
				document.getElementById("inicio").style.display = "none"; 
				document.getElementById("regras").style.display = "none";
				document.getElementById("como").style.display = "none";
				document.getElementById("leiloes").style.display = "none";
				document.getElementById("loja").style.display = "block";
			break; 
			
		}
	}


/* -- Executa swf - FIM -- */



<!--
// CHECA SEU NOME
function checa_formulario(conta) {
if (conta.login.value == ""){
alert("Por favor insira seu login!");
conta.login.focus();
return (false);
}
// CHECA O NOME DO AMIGO
if (conta.senha.value == ""){
alert("Por favor insira sua senha!");
conta.senha.focus();
return (false);
 }
}
//-->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

