function listen_ (_id)
{
	var str = "top=10,left=10,width=400,height=50," +
							"location=no,directories=no,status=no,menubar=no,toolbar=no,scrollbars=no,resizable=no" ;

	var win = window.open("html/mediaplayer.html?id=" + _id,"mediaplayer",str) ;
}

function mediaplayer_ ()
{
	window.focus() ;

	var s = location.search.split("=") ;

	var id = parseInt(s[1],10) ;

	var title = new Array() ;

	title[0] = "JahbO - Flux" ;
	title[1] = "WeirdO BeardO - Bleeps sweeps and creeps" ;
	title[2] = "Mandukya - Ketamine (remix)" ;
	title[3] = "Digital Talk - COme back" ;
	title[4] = "The CrOw - Midi disjOncted" ;
	title[5] = "Twin Freaks - The hOly snare" ;
	title[6] = "Insane BehaviOr - Datura inOxia" ;
	title[7] = "Grapes Of Wrath - New era" ;
	title[8] = "ECT and Mass - Angry little men (with sharp sticks)" ;

	title[9] = "TrOld - Slice Of pizza" ;
	title[10] = "TrOld - SO many tables" ;
	title[11] = "TrOld - Practical jOke" ;
	title[12] = "TrOld - .... sO belOw" ;
	title[13] = "TrOld - Space attack !!!" ;
	title[14] = "TrOld - Missing link" ;
	title[15] = "TrOld - Tail Of huldra" ;
	title[16] = "TrOld - NanOcOsmOs" ;

	title[17] = "JahbO vs LOOn - TwO stOned babas" ;
	title[18] = "NeurOn COmpOst - Meat nectar" ;
	title[19] = "Grapes Of Wrath - Lir (danceflOOr edit)" ;
	title[20] = "NeurOn COmpOst - DragOn pOO" ;
	title[21] = "JahbO - On the Other Side" ;
	title[22] = "The Farting ParrOt - Anti sOcial" ;
	title[23] = "Grapes Of Wrath - Gandalf" ;
	title[24] = "COsmO vs ZOOlOg - ffffffff (hydraulika mix)" ;
	title[25] = "Patrask - Hi fi humiliation" ;

	if (document.all)
	{
		document.getElementById("mediaplayer").Movie = "../swf/mediaplayer.swf?track=../audio/" + id + ".mp3&alt=" + title[id - 1] ;
	}
	else
	{
		document.getElementById("mediaplayer").LoadMovie(0,"../swf/mediaplayer.swf?track=../audio/" + id + ".mp3&alt=" + title[id - 1]) ;
	}
}
