ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- leave DTD out of DOCTYPE to put IE6 in quirks mode --> <html> <head> <title>Asociación Mahasandhi</title> <style type="text/css"> body { /* for IE; otherwise, BG isn't fully stretched */ margin: 0px; } #bg { position: fixed; margin: 0px; border: 0px; padding: 0px; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; z-index: 0; } #bg img { width: 100%; height: 100%; } #body { position: absolute; left: 0%; top: 0%; width: 98%; height:98%; padding: 1%; z-index: 10; } li { margin-bottom: 2em; } </style> <!--[if IE]> <style type="text/css"> body { margin: 0px; overflow: hidden; } #body { padding: 1em; width: 100%; height:100%; overflow: auto; } </style> <![endif]--> <script type="text/javascript"> //------------------------------------------------------------------------------------------ // Flash detection code // // We've change the name of the base object to avoid conflicting with anyone // else. //------------------------------------------------------------------------------------------ if (typeof deconceptTemp == "undefined") var deconceptTemp = new Object(); if (typeof deconceptTemp.util == "undefined") deconceptTemp.util = new Object(); if (typeof deconceptTemp.SWFObjectUtil == "undefined") deconceptTemp.SWFObjectUtil = new Object(); deconceptTemp.SWFObjectUtil.getPlayerVersion = function () { var PlayerVersion = new deconceptTemp.PlayerVersion([0, 0, 0]); if (navigator.plugins && navigator.mimeTypes.length) { var x = navigator.plugins["Shockwave Flash"]; if (x && x.description) { PlayerVersion = new deconceptTemp.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/, "").replace(/(\s+r|\s+b[0-9]+)/, ".").split(".")); } } else if (navigator.userAgent && navigator.userAgent.indexOf("Windows CE") >= 0) { var axo = 1; var counter = 3; while (axo) { try { counter++; axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash." + counter); PlayerVersion = new deconceptTemp.PlayerVersion([counter, 0, 0]); } catch(e) { axo = null; } } } else { try { var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"); } catch(e) { try { var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"); PlayerVersion = new deconceptTemp.PlayerVersion([6, 0, 21]); axo.AllowScriptAccess = "always"; } catch(e) { if (PlayerVersion.major == 6) { return PlayerVersion; } } try { axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); } catch(e) {} } if (axo != null) { PlayerVersion = new deconceptTemp.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(",")); } } return PlayerVersion; } deconceptTemp.PlayerVersion = function (arrVersion) { this.major = arrVersion[0] != null ? parseInt(arrVersion[0]) : 0; this.minor = arrVersion[1] != null ? parseInt(arrVersion[1]) : 0; this.rev = arrVersion[2] != null ? parseInt(arrVersion[2]) : 0; } deconceptTemp.PlayerVersion.prototype.versionIsValid = function (fv) { if (this.major < fv.major) return false; if (this.major > fv.major) return true; if (this.minor < fv.minor) return false; if (this.minor > fv.minor) return true; if (this.rev < fv.rev) return false; return true; } function RedirectIfNoFlash(whereToRedirectTo) { // only do the redirect on the true top level homepage if (window.location.pathname == "/") { var flashVersion = deconceptTemp.SWFObjectUtil.getPlayerVersion(); var requiredVersion = new deconceptTemp.PlayerVersion([9,0,0]); if (!flashVersion.versionIsValid(requiredVersion)) { window.location.replace(whereToRedirectTo); } } } RedirectIfNoFlash("centromahasandhi.aspx"); </script> </head> <body style="margin:0"> <!-- img must be encased in div to keep proper image aspect ratio --> <div id="bg"><img src="nubes.jpg"></div> <div id="body"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%"> <param name="movie" value="intromahasandhi.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <PARAM NAME="SCALE" VALUE="default"> <embed src="intromahasandhi.swf" quality="high" wmode="transparent" type="application/x-shockwave-flash" width="100%" height="100%" SCALE="default" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> <div> </body> </html>