f2ff957c0a
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2924 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 92630a59d05323007f1ec22afcc9c4b947c7f9fd Former-commit-id: f6ca6ba218a07be211d08eaa53f7e39e530747ea
74 lines
3.6 KiB
HTML
74 lines
3.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//Dtd HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<!--
|
|
copyright : (C) 2003-2004 Bernhard Wymann
|
|
email : berniw@bluewin.ch
|
|
version : $Id$
|
|
|
|
Permission is granted to copy, distribute and/or modify this document
|
|
under the terms of the GNU Free Documentation License, Version 1.2
|
|
or any later version published by the Free Software Foundation;
|
|
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
|
Texts. A copy of the license is included in the section entitled "GNU
|
|
Free Documentation License".
|
|
-->
|
|
<head>
|
|
<title>Navigation Bar</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
|
<meta name="description" content="navigation bar">
|
|
<meta name="author" content="Bernhard Wymann">
|
|
<meta name="keywords" content="torcs, bernhard wymann, berniw">
|
|
<script src="../../js/utilities.js" type="text/javascript">
|
|
</script>
|
|
<script type="text/javascript">
|
|
<!--
|
|
Inactive2 = new Image();
|
|
Inactive2.src = "images/up/installation.jpg";
|
|
Active2 = new Image();
|
|
Active2.src = "images/down/installation.jpg";
|
|
|
|
Inactive3 = new Image();
|
|
Inactive3.src = "images/up/robottutorial.jpg";
|
|
Active3 = new Image();
|
|
Active3.src = "images/down/robottutorial.jpg";
|
|
|
|
Inactive4 = new Image();
|
|
Inactive4.src = "images/up/torcsfaq.jpg";
|
|
Active4 = new Image();
|
|
Active4.src = "images/down/torcsfaq.jpg";
|
|
|
|
Inactive10 = new Image();
|
|
Inactive10.src = "../../common/images/up/contact.jpg";
|
|
Active10 = new Image();
|
|
Active10.src = "../../common/images/down/contact.jpg";
|
|
//-->
|
|
</script>
|
|
</head>
|
|
|
|
<body bgcolor="#ffffff">
|
|
<img style="position:absolute; top:0px; left:0px" src="../../images/navigation_1.jpg" border="0" alt=""/>
|
|
|
|
<a href="javascript:changetwoframes('../install/navigation/navigation.html','navigation','../install/install.html','content')" onMouseOver="imgchange(1,Active2)" onMouseOut="imgchange(1,Inactive2)">
|
|
<img style="position:absolute; top:30px; left:0px" src="images/up/installation.jpg" border="0" alt="installation">
|
|
</a>
|
|
|
|
<a href="javascript:changetwoframes('../robot/navigation/navigation.html','navigation','../robot/robot.html','content')" onMouseOver="imgchange(2,Active3)" onMouseOut="imgchange(2,Inactive3)">
|
|
<img style="position:absolute; top:60px; left:0px" src="images/up/robottutorial.jpg" border="0" alt="robot tutorial">
|
|
</a>
|
|
|
|
<a href="javascript:changetwoframes('../faq/navigation/navigation.html','navigation','../faq/faq.html','content')" onMouseOver="imgchange(3,Active4)" onMouseOut="imgchange(3,Inactive4)">
|
|
<img style="position:absolute; top:90px; left:0px" src="images/up/torcsfaq.jpg" border="0" alt="torcs faq">
|
|
</a>
|
|
|
|
<img style="position:absolute; top:120px; left:0px" src="../../common/images/up/navigation_5.jpg" alt="">
|
|
<img style="position:absolute; top:150px; left:0px" src="../../common/images/up/navigation_6.jpg" alt="">
|
|
<img style="position:absolute; top:180px; left:0px" src="../../common/images/up/navigation_7.jpg" alt="">
|
|
<img style="position:absolute; top:210px; left:0px" src="../../common/images/up/navigation_8.jpg" alt="">
|
|
<img style="position:absolute; top:240px; left:0px" src="../../common/images/up/navigation_9.jpg" alt="">
|
|
|
|
<a href="mailto:berni4you@gmx.ch" onMouseOver="imgchange(9,Active10)" onMouseOut="imgchange(9,Inactive10)">
|
|
<img style="position:absolute; top:270px; left:0px" src="../../common/images/up/contact.jpg" border="0" alt="contact"></a>
|
|
|
|
<img style="position:absolute; top:300px; left:0px" src="../../common/images/up/navigation_11.jpg" alt="">
|
|
</body>
|
|
</html>
|