function changefoto(VARpos) {
	document.getElementById('foto').style.backgroundPosition='0 -'+VARpos+'px';
	document.getElementById('swf').style.visibility='hidden';
}
function showswf(){
	document.getElementById('swf').style.visibility='visible';
}
