// JavaScript Document
function donwload640Audio() {
	if(document.getElementById("640TorrontoSelectId").value == 1)
		window.open('http://www.ostaco.com/resources/files/Smart Consumer Part 1.mp3','_newtab');

	else
	 if(document.getElementById("640TorrontoSelectId").value == 2)
		window.open('http://www.ostaco.com/resources/files/Smart Consumer Part 2.mp3','_newtab');
}
