// JavaScript Document
if(parent.location.href==self.location.href)
{
   window.location.href="index.php?pag="+self.location.pathname;
}
function view_flyer(flyer,opciones)
{
	window.open("view_flyer.php?flyer="+flyer,"flyer",opciones);	
}
