// JavaScript Document

function fenetrofr(page) {
	var w=window.open(page,'opo', 'width=472,height=500,resizable=1,toolbar=0,scrollbars=1,status=0');
	w.document.close();
	w.focus();
}

function fenetr(page) {
	var w=window.open(page,'po','width=660,height=550,resizable=0,toolbar=0,scrollbars=1,status=0');
	w.document.close();
	w.focus();
}

function fenetrleg(page) {
	var w=window.open(page,"pop","width=560,height=550,resizable=0,toolbar=0,scrollbars=1,status=0");
	w.document.close();
	w.focus();
}

function fenetrentrep(page){
	var w=window.open(page,'null','width=640,height=550,resizable=0,toolbar=0,scrollbars=1,status=1');
	w.document.close();
	w.focus();
}

function fenetraid(page) {var w=window.open(page,"pup", "width=400, height=450, resizable=1, toolbar=0, scrollbars=1, status=0");
	w.document.close();
	w.focus();
}

function fenetrgd(page) {var w=window.open(page, "gdpup", "width=600, height=600, resizable=1, toolbar=0, scrollbars=1, status=0");
	w.document.close();
	w.focus();
} 
function fenetrtresgd(page) {var w=window.open(page, "tgdpup", "width=800, height=600, resizable=1, toolbar=0, scrollbars=1, status=0");
	w.document.close();
	w.focus();
}

