function launchSLPlayer(URL){
	day = new Date();
	id = day.getTime();
	window.open(URL, id, 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=1000,height=600');
	return false;
}

// Código para DART
if(window.esmas_dart_ord == undefined){
	esmas_dart_ord = window.esmas_dart_ord || Math.floor(Math.random()*1E16);
}

function CheckEmptyAdLayer(objectId) {
    if (document.getElementById(objectId)) { 
        var obj = document.getElementById(objectId);
        var objHeight = obj.offsetHeight; 
        if(objHeight < 50) {
            obj.style.display = "none";
			return false;
        }  
		return true;	      
    }
}
