function MediaWindow(track)
{
var url = "http://www.browndwarf.ca/player.php?title=" + track;
cwindow = window.open (url, "contact", "location=0 status=0, scrollbars=1, resizable=0, width=430, height=300");
cwindow.moveTo(0,0);
}