function swappeDiv(idTruc) {

	if(document.getElementById(idTruc).style.display == "none")
		document.getElementById(idTruc).style.display = "block";
	else
		document.getElementById(idTruc).style.display = "none";

}

// s arobase m point e
function mi(s, m, e) {
	l = 'mai' + 'lt' + 'o:' + s + '\u0040' + m + '.' + e;
	window.location.replace(l);
}

function changeSong(song) {

	parent.fplayer.document.location.href = 'player.php?song=' + song;
}