// use href="javascript:gotoLink(1);" use only linknumbers from 1 upto 10
//  <SCRIPT LANGUAGE="JavaScript" SRC="lab_links.js"></SCRIPT>
//  <script>addPath = '../../';</script>

links = new Array (
'',
'collection_one/img_nor/nor_img.html',
'collection_one/cp/cp_x001.html',
'collection_one/green_meadow/frameset.html',
'collection_one/sinus.html',
'collection_one/turm/if_turm.html',
'collection_one/noise/noise.html',
'collection_one/balken.html',
'collection_one/p2.html',
'collection_one/schlotte.html',
'collection_one/snake_.html',
'collection_one/monitor/m1.html',
'',
'',
''
)
addPath = '';
i=1;

function gotoLink(i) {
  URL = links[i];
  if (URL.search(/http/) == -1) URL = addPath + URL;
  location.href = URL;
}


/*
<a href="collection_one/turm/if_turm.html">Turm, Jena, Stadtturm, INTERSHOP Tower, ...</a>
<a href="collection_one/img_nor/nor_img.html">sonnenuntergang in norwegen</a>
<a href="collection_one/green_meadow/frameset.html">greeen meadow</a>
<a href="collection_one/cp/cp_x001.html">Untitled</a>
<a href="collection_one/monitor/m1.html">monitor</a>
<a href="collection_one/noise/noise.html">Untitled</a>
<a href="collection_one/balken.html">Untitled</a>
<a href="collection_one/bluewin.html">Untitled</a>
<a href="collection_one/p2.html">Untitled</a>
<a href="collection_one/schlotte.html">schlotte motte otto motto</a>
<a href="collection_one/sinus.html">Untitled</a>
<a href="collection_one/snake_.html"></a>

<SCRIPT LANGUAGE="JavaScript" SRC="lab_links.js"></SCRIPT>
<script>addPath = '../../';</script>
<a href="javascript:gotoLink(1);">***</a><br>
<a href="javascript:gotoLink(2);">***</a><br>
<a href="javascript:gotoLink(3);">***</a><br>
<a href="javascript:gotoLink(4);">***</a><br>
<a href="javascript:gotoLink(5);">***</a><br>
<a href="javascript:gotoLink(6);">***</a><br>
<a href="javascript:gotoLink(7);">***</a><br>
<a href="javascript:gotoLink(8);">***</a><br>
<a href="javascript:gotoLink(9);">***</a><br>
<a href="javascript:gotoLink(10);">***</a><br>


<SCRIPT LANGUAGE="JavaScript" SRC="lab_links.js"></SCRIPT>
<script>addPath = '../../';</script>
<style>
.gotolink { font-family: sans-serif; font-size: 12px; color: #000000; }  
</style>
<table border=0 cellspacing=0 cellpadding=0 width=100%>
	<tr>
    <td align=center>
      <a href="javascript:gotoLink(1);" class=gotolink>*I*</a>
      <a href="javascript:gotoLink(2);" class=gotolink>*II*</a>
      <a href="javascript:gotoLink(3);" class=gotolink>*III*</a>
      <a href="javascript:gotoLink(4);" class=gotolink>*IV*</a>
      <a href="javascript:gotoLink(5);" class=gotolink>*V*</a>
      <a href="javascript:gotoLink(6);" class=gotolink>*VI*</a>
      <a href="javascript:gotoLink(7);" class=gotolink>*VII*</a>
      <a href="javascript:gotoLink(8);" class=gotolink>*VIII*</a>
      <a href="javascript:gotoLink(9);" class=gotolink>*IX*</a>
      <a href="javascript:gotoLink(10);" class=gotolink>*X*</a>
    </td>
	</tr>
</table>


*/