Subversion Repositories Sites.gentiana.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
25 jpm 1
<HTML>
2
<HEAD>
3
<TITLE>Bienvenue sur le site de Gentiana !</TITLE>
4
<script language="javascript">
5
<!--
6
 
7
function sommaire() {window.location.href="sommaire.html";s}
8
 
9
function MM_findObj(n, d) { //v4.0
10
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
11
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
12
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
13
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
14
  if(!x && document.getElementById) x=document.getElementById(n); return x;
15
}
16
 
17
function MM_nbGroup(event, grpName) { //v3.0
18
  var i,img,nbArr,args=MM_nbGroup.arguments;
19
  if (event == "init" && args.length > 2) {
20
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
21
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
22
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
23
      nbArr[nbArr.length] = img;
24
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
25
        if (!img.MM_up) img.MM_up = img.src;
26
        img.src = img.MM_dn = args[i+1];
27
        nbArr[nbArr.length] = img;
28
    } }
29
  } else if (event == "over") {
30
    document.MM_nbOver = nbArr = new Array();
31
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
32
      if (!img.MM_up) img.MM_up = img.src;
33
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : args[i+1];
34
      nbArr[nbArr.length] = img;
35
    }
36
  } else if (event == "out" ) {
37
    for (i=0; i < document.MM_nbOver.length; i++) {
38
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
39
  } else if (event == "down") {
40
    if ((nbArr = document[grpName]) != null)
41
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
42
    document[grpName] = nbArr = new Array();
43
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
44
      if (!img.MM_up) img.MM_up = img.src;
45
      img.src = img.MM_dn = args[i+1];
46
      nbArr[nbArr.length] = img;
47
  } }
48
}
49
//-->
50
</script>
51
<meta name="keywords" content="Gentiana, botanique, flore, nature, environnement, association, isère, scientifique">
52
<meta name="description" content="Gentiana est une société botanique située à Grenoble, en Isère. Son but est de promouvoir et de développer l'étude des milieux naturels très riches du département">
53
<script language="JavaScript">
54
<!--
55
<!--
56
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
57
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
58
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
59
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
60
}
61
MM_reloadPage(true);
62
// -->
63
 
64
function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
65
  //Copyright 1997 Macromedia, Inc. All rights reserved.
66
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
67
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
68
  tmLn = document.MM_Time[tmLnName];
69
  if (numGotos != null)
70
    if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
71
    else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
72
  jmpFwd = (fNew > tmLn.curFrame);
73
  for (i = 0; i < tmLn.length; i++) {
74
    sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
75
    if (sprite.charAt(0) == "s") {
76
      numKeyFr = sprite.keyFrames.length;
77
      firstKeyFr = sprite.keyFrames[0];
78
      lastKeyFr = sprite.keyFrames[numKeyFr - 1];
79
      if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
80
      for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
81
      for (j=0; j<sprite.values.length; j++) {
82
        props = sprite.values[j];
83
        if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
84
        else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
85
        if (sprite.obj != null) {
86
          if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
87
          else        sprite.obj[props.prop2][props.prop] = props[propNum];
88
      } }
89
    } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
90
  }
91
  tmLn.curFrame = fNew;
92
  if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
93
}
94
 
95
function MM_timelinePlay(tmLnName, myID) { //v1.2
96
  //Copyright 1997 Macromedia, Inc. All rights reserved.
97
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
98
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
99
  tmLn = document.MM_Time[tmLnName];
100
  if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
101
  if (myID == tmLn.ID) { //if Im newest
102
    setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
103
    fNew = ++tmLn.curFrame;
104
    for (i=0; i<tmLn.length; i++) {
105
      sprite = tmLn[i];
106
      if (sprite.charAt(0) == 's') {
107
        if (sprite.obj) {
108
          numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
109
          if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
110
            keyFrm=1;
111
            for (j=0; j<sprite.values.length; j++) {
112
              props = sprite.values[j];
113
              if (numKeyFr != props.length) {
114
                if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
115
                else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
116
              } else {
117
                while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
118
                if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
119
                  if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
120
                  else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
121
        } } } } }
122
      } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
123
      if (fNew > tmLn.lastFrame) tmLn.ID = 0;
124
  } }
125
}
126
 
127
function MM_initTimelines() { //v4.0
128
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
129
    var ns = navigator.appName == "Netscape";
130
    var ns4 = (ns && parseInt(navigator.appVersion) == 4);
131
    var ns5 = (ns && parseInt(navigator.appVersion) > 4);
132
    document.MM_Time = new Array(1);
133
    document.MM_Time[0] = new Array(1);
134
    document.MM_Time["ENT"] = document.MM_Time[0];
135
    document.MM_Time[0].MM_Name = "ENT";
136
    document.MM_Time[0].fps = 10;
137
    document.MM_Time[0][0] = new String("behavior");
138
    document.MM_Time[0][0].frame = 16;
139
    document.MM_Time[0][0].value = "MM_timelineGoto('ENT','1')";
140
    document.MM_Time[0].lastFrame = 16;
141
    for (i=0; i<document.MM_Time.length; i++) {
142
        document.MM_Time[i].ID = null;
143
        document.MM_Time[i].curFrame = 0;
144
        document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
145
    }
146
}
147
//-->
148
</script>
149
</HEAD>
150
<BODY bgcolor="#336633" text="#FFFF66" link="#CCFFCC" vlink="#CCCCFF" onLoad="MM_timelinePlay('ENT')">
151
<p align="center">&nbsp;
152
<p align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
153
 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
154
 ID=intro_gentiana WIDTH=550 HEIGHT=350 align="absmiddle">
155
    <PARAM NAME=movie VALUE="intro_gentiana.swf">
156
    <PARAM NAME=loop VALUE=false>
157
    <PARAM NAME=quality VALUE=high>
158
    <PARAM NAME=bgcolor VALUE=#FFFFFF>
159
    <param name="SCALE" value="exactfit">
160
    <EMBED src="intro_gentiana.swf" loop=false quality=high bgcolor=#FFFFFF  WIDTH=550 HEIGHT=350 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align="absmiddle" scale="exactfit">
161
    </EMBED>
162
  </OBJECT>
163
<table width="75%" border="0" align="center" cellspacing="0" cellpadding="0">
164
  <tr>
165
    <td colspan="3">
166
      <center>
167
        <p><font face="Arial, Helvetica, sans-serif" color="#FFFF99">Bienvenue
168
          sur le site de Gentiana, soci&eacute;t&eacute; botanique dauphinoise</font>
169
          <br>
170
        </p>
171
        </center>
172
    </td>
173
  </tr>
174
  <tr>
175
    <td colspan="3">
176
      <center> <font face="Arial, Helvetica, sans-serif" size="2" color="#FFFF99">
177
        <script language="JavaScript">
178
date = new Date(document.lastModified);
179
jour = date.getDate();
180
mois = date.getMonth() + 1;
181
annee = date.getYear();
182
document.writeln("Dernière modification effectuée le " + jour +"/"+ mois +"/" + annee );
183
	</script></font>
184
      </center>
185
    </td>
186
  </tr>
187
  <tr>
188
    <td width="21%">
189
      <center>
190
        <a href="sommaire.html" onClick="MM_nbGroup('down','group1','Image1','bouton_over.gif',1)" onMouseOut="MM_nbGroup('out')" onMouseOver="MM_nbGroup('over','Image1','bouton_over.gif','',1)" target="_top"><img src="bouton.gif" width="87" height="49" name="Image1" border="0" lowsrc="bouton_over.gif"></a>
191
      </center>
192
    </td>
193
    <td width="61%">
194
      <center>
195
        <p>&nbsp;</p>
196
        <p>&nbsp;</p>
197
        <p>&nbsp; </p>
198
      </center>
199
    </td>
200
    <td width="18%">&nbsp;</td>
201
  </tr>
202
  <tr>
203
    <td width="21%" height="20">&nbsp; </td>
204
    <td width="61%" height="20">
205
      <center>
206
      </center>
207
    </td>
208
    <td width="18%" height="20">&nbsp; </td>
209
  </tr>
210
</table>
211
</BODY>
212
</HTML>