function promociones(contenido)
{
	
	promo = new Array("Descuento a Estudiantes","Descuentos INSEN","Tarjeta Prepago","Venta de boletos","AeroMexico");
	enlace = new Array("desc_estudiante.swf","desc_insen.swf","tarjeta_prepago.swf","promo_elektra_famsa.swf","promo_aeromexico.swf");
	for(i=0;i<5;i++)
	{
	document.write ("<tr><td background='img/fondo_boton.jpg' width='185' height='38' align='center'><p class='normal'><a href='#' 																																			    onclick = carga_flash('flash','" + enlace[i] + "'); return false;>" + promo[i] + "</a></p></td></tr>");
	}
}//onmouseover=this.style.background='#CC6633'; onmouseout=this.style.background='#FFFFCD'

function carga_flash(id,flash)
{
document.getElementById(id).innerHTML = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='595' height='313'><param name='movie' value='flash/" + flash + "'/><param name='quality' value='high' /><embed src='flash/" + flash + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='595' height='313'></embed></object>";
}

function Abrir_ventana (pagina) {
var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=180, height=350, top=45, left=140";
window.open(pagina,"",opciones);
}

function noticias()
{
	var fecha = new Date(); 
	dias = new Array("Domingo", "Lunes", "Martes", "Miercoles", "Jueves","Viernes", "Sabado"); 
 	mes = new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre", "Octubre","Noviembre","Diciembre");
	document.write("<font face='Trebuchet MS' color='#EF6900' >");
	document.write("<img src='img/boletos por internet.jpg' width='200' height='31'/>");
	document.write("<marquee onmouseover=this.stop() onmouseout=this.start() direction='up' scrollAmount='5' height='163' width='200' scrolldelay='125'>");
	document.write("<br><br><img src='img/logo_tufesa.jpg'>");
	document.write(dias[fecha.getDay()] + " " + fecha.getDate() +" De " + mes[fecha.getMonth()] + " De " + fecha.getFullYear());
	document.write("<br>TUFESA EN LINEA");
	document.write("<br><br><P ALIGN='justify'>Ahora estamos en el interior del aereopuerto de Hermosillo");
	document.write("<br><br><a href='http://ventas.tufesa.com.mx/tfstoweb' class='style3'>Compre sus boletos en linea</a>");
	document.write("<br><br><a href='http://ventas.tufesa.com.mx/apw/tufesa_es/rastreos.aspx' class='style3'>Rastreo de paquetes</a>");
	document.write("<br><br><a href='http://ventas.tufesa.com.mx/apw/tufesa_es/Default.aspx' class='style3'>Consulte los horarios de salida y precios</a>");
	document.write("<br><br><a href='http://www.tufesa.com.mx/tufesa_es/promocion.html' class='style3'>Promociones TUFESA</a>"); 
	document.write("<br><br><P ALIGN='justify'>TUFESA le ofrece el servicio de paqueteria a nivel nacional</p>");
	document.write("<P ALIGN='justify'>Ya Puedes viajar por TUFESA a los siguientes destinos: <br>- Salt Lake City Utha <br>- Bakersfield CA <br> - Merced CA <br> - Modesto CA <br> - Fresno CA <br> - Stockton CA. <br> - Sacramento CA.<br></p>");
	document.write("<img src='img/logolider.jpg'>");
	document.write("</marquee><img src='img/borde_noticias.jpg' width='200' height='1'/>");
}