function appl_download(URL) {
	location.href=URL;
}

function content_download(URL) {
	location.href="/download/xpv.ppsi";
}


