﻿function deliverActiveX(content)
{
	document.write(content);	
}

function abrirJanela(pagina){
	open(pagina,"_blank","width=320,height=250,status=0,toolbar=0,menubar=0,location=0,scrollbars=0",true);
}
