function tos(str) {
	str='/static/'+str;
	window.open(str);
}

function noFile(str) {
	alert('File not found');
}