var doch = 1200;
function getval() {
	try {
	doch = document.body.scrollHeight;
	doch = (doch > 0 ? doch : 1200);
	doch = doch - 550;
	} catch(a) { }
}
function pversion(id) {
	var pwindow = window.open("/tropico/html/print/" + id + ".htm", "pwindow", "width=640,height=480,status=yes,scrollbars=yes,menubar=yes,location=no,toolbar=yes,resizable=yes");
	pwindow.focus();
}
function wrt_note() {
	document.write("<a href=\"#notas\"><sup>" + nt_count + "</sup></a>");
	nt_count = nt_count + 1;
}
var nt_count = 1;
onload = getval;