<!-- 
function get_remote() 
{
self.name = "CFTA_parent"; 
var new_window = 'scrollbars,resizable,width=25,height=800,left=10,top=10';
OpenWindow = window.open("CFTA_artist_list.html", "remote", new_window);
}

function get_remote_genre() 
{
self.name = "CFTA_parent"; 
var new_window = 'scrollbars,resizable,width=25,height=800,left=10,top=10';
OpenWindow = window.open("CFTA_artist_list_genre.html", "remote_genre", new_window);
}
//  -->