// JavaScript Document
function loadimage_es(n) {
	document.getElementById('proyectoinfo').style.background='url(img/es/proyectosinfo/' + n + '.jpg)';
}
function loadimage_en(n) {
	document.getElementById('proyectoinfo').style.background='url(img/en/proyectosinfo/' + n + '.jpg)';
}
function loadimage_de(n) {
	document.getElementById('proyectoinfo').style.background='url(img/de/proyectosinfo/' + n + '.jpg)';
}
function linkimage(l,x,y,w,h) {
	document.getElementById('proyectoinfo').innerHTML='<a target="_blank" href="' + l + '" style="position: absolute; left: ' + x + 'px; top: ' + y + 'px; width: ' + w + 'px; height: ' + h + 'px; "></a>';
}