function openWindow(URL){
window.open(URL, "artist", "width=480,height=600,scrollbars=yes,location=no, menubar=no");
}