/*if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
	alert("This page requires AC_RunActiveContent.js.");
} else {
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {  // if we've detected an acceptable version
		// embed the flash movie
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', '1000',
			'height', '83',
			'src', 'banners/banner_pie',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'WaterEffect',
			'bgcolor', '#ffffff',
			'name', 'WaterEffect',
			'menu', 'true',
			'allowScriptAccess','sameDomain',
			'allowFullScreen','false',
			'movie', 'banners/banner_pie',
			'salign', ''
			); //end AC code
	} else {  // flash is too old or we can't detect the plugin
		var alternateContent = 'Se requiere Pluing de Adobe Flash Player.'
			+ '<a href=http://www.macromedia.com/go/getflash/>Descargar</a>';
		document.write(alternateContent);  // insert non-flash content
	}
}
document.write('<noscript>');
document.write('Se requiere Pluing de Adobe Flash Player.');
document.write('<a href="http://www.macromedia.com/go/getflash/">Descargar</a>');
document.write('</noscript>');*/

document.write('<span>Av. Dr. R. Michel No. 461 esq. con Gonz&aacute;lez Gallo, Col. Las Conchas, <br>');
document.write('Sector Reforma Guadalajara Jalisco Mexico <br>');
document.write('Copyright &copy; SIAPA 2007 All Right Reserved</span>');