aspirium.currentSite = {
	initDocument: function()
	{
		swfobject.embedSWF("/media/ctfs/player.swf", "music", "129", "102", "9.0.0", "", {} , {wmode: "transparent"});
	},
	menuOver: function (el) { el.style.backgroundColor="#999377"; el.style.color="#fff"; el.getElementsByTagName("ul")[0].style.display="block"; },
	menuOut: function (el) { el.style.backgroundColor = "#b3ae96"; el.style.color="#000"; el.getElementsByTagName("ul")[0].style.display="none"; }
}