function ContactWindow(artist)
{
var url = "http://www.browndwarf.ca/contact.php?id=" + artist;
cwindow = window.open (url, "contact", "location=0 status=0, scrollbars=1, resizable=0, width=500, height=530");
cwindow.moveTo(0,0);
}