|
|
(9 intermediate revisions not shown) |
Line 66: |
Line 66: |
| <table id="menue" cellPadding=0 cellSpacing=0> | | <table id="menue" cellPadding=0 cellSpacing=0> |
| | | |
- | <tr> | + | <tr onclick="anzeigen('menue#1')";> |
- | <td valign=top class="bereich" onclick="anzeigen('menue#1')"> | + | <td valign=top class="bereich"> |
| | | |
| <div> | | <div> |
| | | |
- | <a class="mainlink" onclick="hideAll();setVisibility('info1', 'show');";> Planing and Developing </a> | + | <a class="mainlink"> Planning and Developing </a> |
| | | |
| <span id="menue#1" style="display: none;"> | | <span id="menue#1" style="display: none;"> |
Line 93: |
Line 93: |
| | | |
| <span id="menue#2" style="display: none;"> | | <span id="menue#2" style="display: none;"> |
- | <a onclick="hideAll();setVisibility('info21','show');";>Date - 1st Laboratory Session</a><br/> | + | <p>jdowjdojo</p> |
- | <a onclick="hideAll();setVisibility('info22','show');";>Date - 2nd Laboratory Session</a><br/> | + | <p> sjhdowjdo</p> |
- | <a onclick="hideAll();setVisibility('info23','show');";>Date - 3rd Laboratory Session</a><br/>
| + | |
- | <a onclick="hideAll();setVisibility('info24','show');";>Date - 4th Laboratory Session</a><br/>
| + | |
- | <a onclick="hideAll();setVisibility('info25','show');";>Date - 5th Laboratory Session</a><br/>
| + | |
| </span> | | </span> |
| | | |
Line 122: |
Line 119: |
| | | |
| </table> | | </table> |
- |
| |
- | <div id="text_wrapper">
| |
- |
| |
- | <div id="info1">
| |
- | <b>Planing and Developing</b><br>
| |
- | This is the Planing and Developing phase of our project
| |
- | </div>
| |
- | <div id="info11">
| |
- | <b>Planing and Developing</b><br>
| |
- | This is the 1st Planing and Developing phase of our project
| |
- | </div>
| |
- | <div id="info12">
| |
- | <b>Planing and Developing</b><br>
| |
- | This is the 2nd Planing and Developing phase of our project
| |
- | </div>
| |
- | <div id="info13">
| |
- | <b>Planing and Developing</b><br>
| |
- | This is the 3rd Planing and Developing phase of our project
| |
- | </div>
| |
- | <div id="info14">
| |
- | <b>Planing and Developing</b><br>
| |
- | This is the 4th Planing and Developing phase of our project
| |
- | </div>
| |
- | <div id="info15">
| |
- | <b>Planing and Developing</b><br>
| |
- | This is the 5th Planing and Developing phase of our project
| |
- | </div>
| |
- | <div id="info2">
| |
- | <b>Laboratory</b><br>
| |
- | This is the Laboratory phase of our project
| |
- | </div>
| |
- | <div id="info21">
| |
- | <b>Date - 1st Laboratory Session</b><br>
| |
- | This is the 1st Laboratory phase of our project
| |
- | </div>
| |
- | <div id="info22">
| |
- | <b>Date - 2nd Laboratory Session</b><br>
| |
- | This is the 2nd Laboratory phase of our project
| |
- | </div>
| |
- | <div id="info23">
| |
- | <b>Date - 3rd Laboratory Session</b><br>
| |
- | This is the 3rd Laboratory phase of our project
| |
- | </div>
| |
- | <div id="info24">
| |
- | <b>Date - 4th Laboratory Session</b><br>
| |
- | This is the 4th Laboratory phase of our project
| |
- | </div>
| |
- | <div id="info25">
| |
- | <b>Date - 5th Laboratory Session</b><br>
| |
- | This is the 5th Laboratory phase of our project
| |
- | </div>
| |
- | <div id="info3">
| |
- | <b>Testing and Evaluation</b><br>
| |
- | This is the Testing and Evaluation phase of our project
| |
- | </div>
| |
- | <div id="info31">
| |
- | <b>Testing and Evaluation</b><br>
| |
- | This is the 1st Testing and Evaluation phase of our project
| |
- | </div>
| |
- | <div id="info32">
| |
- | <b>Testing and Evaluation</b><br>
| |
- | This is the 2nd Testing and Evaluation phase of our project
| |
- | </div>
| |
- | <div id="info33">
| |
- | <b>Testing and Evaluation</b><br>
| |
- | This is the 3rd Testing and Evaluation phase of our project
| |
- | </div>
| |
- | <div id="info34">
| |
- | <b>Testing and Evaluation</b><br>
| |
- | This is the 4th Testing and Evaluation phase of our project
| |
- | </div>
| |
- | <div id="info35">
| |
- | <b>Testing and Evaluation</b><br>
| |
- | This is the 5th Testing and Evaluation phase of our project
| |
- | </div>
| |
- |
| |
- | </div><!-- end text_wrapper-->
| |
| | | |
| </div><!-- end SubWrapper--> | | </div><!-- end SubWrapper--> |
Line 222: |
Line 142: |
| document.getElementById(id).style.display = visibility; | | document.getElementById(id).style.display = visibility; |
| } | | } |
- | function hideAll() {
| + | |
- | setVisibility('info1','none')
| + | |
- | setVisibility('info11','none')
| + | |
- | setVisibility('info12','none')
| + | |
- | setVisibility('info13','none')
| + | |
- | setVisibility('info14','none')
| + | |
- | setVisibility('info15','none')
| + | |
- | setVisibility('info2','none')
| + | |
- | setVisibility('info21','none')
| + | |
- | setVisibility('info22','none')
| + | |
- | setVisibility('info23','none')
| + | |
- | setVisibility('info24','none')
| + | |
- | setVisibility('info25','none')
| + | |
- | setVisibility('info3','none')
| + | |
- | setVisibility('info31','none')
| + | |
- | setVisibility('info32','none')
| + | |
- | setVisibility('info33','none')
| + | |
- | setVisibility('info34','none')
| + | |
- | setVisibility('info35 ','none')
| + | |
- | }
| + | |
| </script> | | </script> |
| </html> | | </html> |