/*var agt=navigator.userAgent.toLowerCase();
var is_mac = (agt.indexOf("mac")!=-1);
var detect = navigator.userAgent.toLowerCase();

if (is_mac != true) {
	if (checkIt('msie')) {
		version = detect.charAt(place + thestring.length);
		if (version <=5) top.location='incompatible.php';
	}else{    
		top.location='incompatible.php';
	}
}else{
	alert("Algunas partes de esta web son incompatibles con Mac.\nSe recomienda Internet Explorer 6 para Windows.")
}


function checkIt(string)
{
	place = detect.indexOf(string) + 1;
	thestring = string;
	return place;
}
*/
