/**
 * Page functions for music search pages
 * 
 * @author richardhulbert
 */
function startDownload(theID,tracknum,cdnum){
	filetype = eval('document.form'+theID+'.fileType.value');

	newWin = window.open("download.php?id="+theID+'&filetype='+filetype,'downloader_'+theID,', "dl_message" ,width=500, height=150');

}