// JavaScript Document

function altodiv(esta,alto) {
  if(esta != "0"){
  	window.location=esta;
  }
  window.main.style.height=alto;
}