function player(fn) {
// launch Flash mp3 player
	open('/a/fl2.html?'+fn,'Free', 'resizable=yes,left=200,top=150,width=250,height=130');
}

