
// architecte_00.js 
// created 12.09.2002 by MNI Team Basel 


function fetchPic_00() {

	document.bild1.src="images/charpente/reno/centre.jpg";


}

function fetchPic_01() {

	document.bild1.src="images/charpente/reno/un.jpg";

}

function fetchPic_02() {

	document.bild1.src="images/charpente/reno/deux.jpg";

}

function fetchPic_03() {

	document.bild1.src="images/charpente/reno/trois.jpg";

}

function fetchPic_04() {

	document.bild1.src="images/charpente/reno/quatre.jpg";

}

function fetchPic_05() {

	document.bild1.src="images/charpente/reno/cinq.jpg";

}

function fetchPic_06() {

	document.bild1.src="images/charpente/reno/six.jpg";

}

function fetchPic_07() {

	document.bild1.src="images/charpente/reno/sept.jpg";

}

function fetchPic_08() {

	document.bild1.src="images/charpente/reno/huit.jpg";

}

function fetchPic_09() {

	document.bild1.src="images/charpente/reno/neuf.jpg";

}




