function downloadMP3(varItem) {
	window.open(varItem, '', 'width=340,height=100');
}

function openVideoPopup(varSrc){
	window.open(varSrc,  '', 'width=400,height=450,scrollbars=no,resizable=no,toolbar=no,location=no,menubar=no,directories=no,status=no');
}