////////////////////////////////////////////////////////////////////////////////////////////////////////////
function comprar(){
	window.open('comprar.pop.php', 'COMPRAR', 'height = 450, width  = 450, scrollbars = yes');
}

function PopPipoca(foto, legenda){
	window.open("pop_pipoca.php?foto="+foto+"&legenda="+legenda, "PIPOCA", "width=380, height=390, resizable=1, scrollbars=1");
}
