/**
 * Corrige PNG no IE6
 * @param {Object} "h1"
 */
$(document).ready(function() {
	$("h1").pngfix();
	$("a").pngfix();
	$("img[@src$=png], #container").pngfix({
		sizingMethod: "scale"
	});
});

function popUp() {
	dia = new Date();
	id = dia.getTime();
	eval("page" + id + " = window.open('estudo.php', '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=400,left = 440,top = 312');");
}