   <!--
    if(-1 != navigator.userAgent.indexOf("MSIE"))
    {
    // Internet Explorer
    window.location.href="galeria_ie.html";
    }
	if(-1 != navigator.userAgent.indexOf("Chrome"))
    {
    // Google Chrome
    window.location.href="galeria_ie.html";
    }
   //-->
