function onOver(obj, nom){
	obj.rel = 'lightbox['+nom+']';
}

function onOut(obj){
	obj.rel = '';
}
