function ViewTracks(CatalogueNumber)
{
 window.open('tracks.php?CatalogueNumber=' + CatalogueNumber, 'TrackList', 'height=350,width=350');
}