// JavaScript Document
function getDownload(ParamId){
	switch(ParamId){
		case "9012":
		window.open("webDownloads/CuartoPoder_Reportaje.zip","DownloadPanel","width=100,height=100,resizable=0");
		break;
		case "5183":
		window.open("webDownloads/BuenosDiasPeru_Reportaje.zip","DownloadPanel","width=100,height=100,resizable=0");
		break;
		case "3042":
		window.open("webDownloads/Televisa_Reportaje.zip","DownloadPanel","width=100,height=100,resizable=0");
		break;
		}
	}