<!--
function popup(img){
	window.open('popup.html?img='+img, 'ZOOM' , 'width=150,height=150');
}

function popup_senha(){
      w = (screen.availWidth-450)/2;
      h = (screen.availHeight-250)/2;
      window.open('esqueci.php', 'senha', 'width=430, height=270, top='+ h +', left='+ w);
}

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

function getQueryVariable(variable) {
  var query = window.location.search.substring(1);
  var vars = query.split("&");
  for (var i=0;i<vars.length;i++) {
    var pair = vars[i].split("=");
    if (pair[0] == variable) {
      return pair[1];
    }
  }
}

var i=0;
function resize() {
  if (navigator.appName == 'Netscape') i=0;
  if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+60-i);
  self.focus();
}
-->
