//menu HTML code
var ofaefooter = "<div style='width: 758px; padding-top: 3px; border-top: 1px solid #fdb813;'>©2007 Oficina Fiscal Asistencia Económica<br>RCM - Desarrollada por OSI</div>";

//menu insert function
function InsertMeFT(ofae_foot_txt)
{
 if (document.getElementById || document.all || document.layers)
 		{
		document.getElementById(ofae_foot_txt).innerHTML+=ofaefooter;
		}
}