
if ( !top.innerFrame )
	top.location = "default.asp"

function maisUm(){
	document.form1.maisUm.value = 1;
}

function disableForwardLink(){
  if ( top.errorJanela )
    top.errorJanela.close();
  document.getElementById('forwardLinkDiv').style.display = "none";
  document.getElementById('enviadoDiv').style.display = "block";
}

function enableForwardLink(){
  if ( top.errorJanela )
    top.errorJanela.close();
  document.getElementById('forwardLinkDiv').style.display = "block";
  document.getElementById('enviadoDiv').style.display = "none";
}

function emailSuporte()
{	
	var desktop = window.open('../emailSuporte.asp', '_blank', 'screenX=200,screenY=150,width=480,height=510,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');
}




