/* auteur: COSMOS 2000 */
/* Date de création: 09/02/2004 */
// Link Image (c) by Manfred Renner - http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_69.html
IMG01 = "on.gif"
IMG02 = "off.gif"
function imgover(imgname){
     imgname.src = IMG01
}
function imgout(imgname){
     imgname.src = IMG02
}