Biomod/2011/HKBU/NBgamers

From OpenWetWare
Revision as of 01:38, 11 September 2011 by Zhang Qian (talk | contribs)
Jump to navigationJump to search

<html>

<head>

<script type="text/javascript"> function mouseOverHome() {

 document.Home.src = "http://openwetware.org/images/6/60/Home_2.png";

} function mouseOutHome() {

 document.Home.src = "http://openwetware.org/images/4/4e/Home_3.png";

} function mouseOverTeam() {

 document.Team.src = "http://openwetware.org/images/0/02/Team_2.png";

} function mouseOutTeam() {

 document.Team.src = "http://openwetware.org/images/1/13/Team_1.png";

} function mouseOverProject() {

 document.Project.src = "http://openwetware.org/images/9/9c/Project_2.png";

} function mouseOutProject() {

 document.Project.src = "http://openwetware.org/images/d/d3/Project_1.png";

} function mouseOverLab() {

 document.Lab.src = "http://openwetware.org/images/0/06/Lab_2.png";

} function mouseOutLab() {

 document.Lab.src = "http://openwetware.org/images/a/af/Lab_1.png";

} function mouseOverResources() {

 document.Resources.src = "http://openwetware.org/images/c/c0/Resources_2.png";

} function mouseOutResources() {

 document.Resources.src = "http://openwetware.org/images/4/43/Resources_1.png";

} </script>

</head>

<body>

<table border="0" align="center" cellpadding="10"> <tr>

 <td colspan="5" align="center">
   <img src="http://openwetware.org/images/5/53/NBgamers_team_logo.png">
 </td>

</tr> <tr>

 <td align="center" width="150" height="50">
   <a href="http://openwetware.org/wiki/Biomod/2011/HKBU/NBgamers">
     <img src="http://openwetware.org/images/4/4e/Home_3.png" name="Home" onmouseover="mouseOverHome()" onmouseout="mouseOutHome()">
   </a>
 </td>
 <td align="center" width="150" height="50">
   <a href="http://openwetware.org/wiki/Biomod/2011/HKBU/NBgamers:Team">
     <img src="http://openwetware.org/images/1/13/Team_1.png" name="Team" onmouseover="mouseOverTeam()" onmouseout="mouseOutTeam()">
   </a>
 </td>
 <td align="center" width="150" height="50">
   <a href="http://openwetware.org/wiki/Biomod/2011/HKBU/NBgamers:Project">
     <img src="http://openwetware.org/images/d/d3/Project_1.png" name="Project" onmouseover="mouseOverProject()" onmouseout="mouseOutProject()">
   </a>
 </td>
 <td align="center" width="150" height="50">
   <a href="http://openwetware.org/wiki/Biomod/2011/HKBU/NBgamers:Lab">
     <img src="http://openwetware.org/images/a/af/Lab_1.png" name="Lab" onmouseover="mouseOverLab()" onmouseout="mouseOutLab()" >
   </a>
 </td>
 <td align="center" width="150" height="50">
   <a href="http://openwetware.org/wiki/Biomod/2011/HKBU/NBgamers:Resources">
     <img src="http://openwetware.org/images/4/43/Resources_1.png" name="Resources" onmouseover="mouseOverResources()" onmouseout="mouseOutResources()">
   </a>
 </td>

</tr> </table>

<table border="1" align="center" cellpadding="20" width="900"> <td>

<p align="center">Welcome to NBgamers!</p>

</td> </table>

</body>

</html>