<!--
function einFrame(URI1,F1) {
  Frame1=eval("parent."+F1);
  Frame1.location.href = URI1;
}

function pdfpop(url)
{
		var wi=700; var he=760;
		open(url,"_blank","status=0,toolbar=0,scrollbars=1,resizable=1,width="+wi+",height="+he+",screenX=30,screenY=30,left=30,top=30");
		return false;
}

function quer_pdfpop(url)
{
		var wi=900; var he=600;
		open(url,"_blank","status=0,toolbar=0,scrollbars=1,resizable=1,width="+wi+",height="+he+",screenX=30,screenY=30,left=30,top=30");
		return false;
}
//-->
