Français
English
José Giger
02
02
02
02
02
02
03
03
07
07
07
07
07
07
07
07
07
08
st
07
08
08
08
08
08
08
08
08
09
10
10
10
10
10
10
10
11
11
11
12
12
12
The studio – Geneva - 2008
Note biographique
1960 - 2000 course
Researches and recent work
Contact
function findPos(obj) { var curleft = curtop = 0; if (obj.offsetParent) { curleft = obj.offsetLeft curtop = obj.offsetTop while (obj = obj.offsetParent) { curleft += obj.offsetLeft curtop += obj.offsetTop } } return [curleft,curtop]; } function affcon(x) { cible = document.getElementById("affcon"); if( x ) { pos = findPos(document.getElementById("affconcommander")); cible.style.left = pos[0]+"px"; cible.style.top = pos[1]+"px"; cible.style.display = "block"; } else { cible.style.display = "none"; } }