function mp3popup(mp3_id)
{
	game = window.open("/mp3.php?mp3id="+mp3_id,"gamewindow","menubar=no,width=600,height=550,toolbar=no,resizable=1");
}