2008-09-14 18:25:25 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//Dtd HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
|
|
<!--
|
|
|
|
copyright : (C) 2003-2004 Bernhard Wymann
|
|
|
|
email : berniw@bluewin.ch
|
2010-10-17 21:17:30 +02:00
|
|
|
version : $Id$
|
2008-09-14 18:25:25 +02:00
|
|
|
|
|
|
|
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">
|
|
|
|
<!--
|
|
|
|
Inactive1 = new Image();
|
|
|
|
Inactive1.src = "../../../common/images/up/up.jpg";
|
|
|
|
Active1 = new Image();
|
|
|
|
Active1.src = "../../../common/images/down/up.jpg";
|
|
|
|
|
|
|
|
Inactive2 = new Image();
|
|
|
|
Inactive2.src = "images/up/introduction.jpg";
|
|
|
|
Active2 = new Image();
|
|
|
|
Active2.src = "images/down/introduction.jpg";
|
|
|
|
|
|
|
|
Inactive3 = new Image();
|
|
|
|
Inactive3.src = "images/up/requirements.jpg";
|
|
|
|
Active3 = new Image();
|
|
|
|
Active3.src = "images/down/requirements.jpg";
|
|
|
|
|
|
|
|
Inactive4 = new Image();
|
|
|
|
Inactive4.src = "images/up/packages.jpg";
|
|
|
|
Active4 = new Image();
|
|
|
|
Active4.src = "images/down/packages.jpg";
|
|
|
|
|
|
|
|
Inactive5 = new Image();
|
|
|
|
Inactive5.src = "images/up/plib_installation.jpg";
|
|
|
|
Active5 = new Image();
|
|
|
|
Active5.src = "images/down/plib_installation.jpg";
|
|
|
|
|
|
|
|
Inactive6 = new Image();
|
|
|
|
Inactive6.src = "images/up/build.jpg";
|
|
|
|
Active6 = new Image();
|
|
|
|
Active6.src = "images/down/build.jpg";
|
|
|
|
|
|
|
|
Inactive7 = new Image();
|
|
|
|
Inactive7.src = "images/up/setup.jpg";
|
|
|
|
Active7 = new Image();
|
|
|
|
Active7.src = "images/down/setup.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">
|
|
|
|
<a href="javascript:changetwoframes('../../navigation/navigation.html','navigation','../../torcs.html','content')" onMouseOver="imgchange(0,Active1)" onMouseOut="imgchange(0,Inactive1)">
|
|
|
|
<img style="position:absolute; top:0px; left:0px" src="../../../common/images/up/up.jpg" border="0" alt="up"/>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="../install.html" target="content" onMouseOver="imgchange(1,Active2)" onMouseOut="imgchange(1,Inactive2)">
|
|
|
|
<img style="position:absolute; top:30px; left:0px" src="images/up/introduction.jpg" border="0" alt="introduction"/>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="../hardware-requirements.html" target="content" onMouseOver="imgchange(2,Active3)" onMouseOut="imgchange(2,Inactive3)">
|
|
|
|
<img style="position:absolute; top:60px; left:0px" src="images/up/requirements.jpg" border="0" alt="requirements"/>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="../packages.html" target="content" onMouseOver="imgchange(3,Active4)" onMouseOut="imgchange(3,Inactive4)">
|
|
|
|
<img style="position:absolute; top:90px; left:0px" src="images/up/packages.jpg" border="0" alt="packages"/>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="../plib-install.html" target="content" onMouseOver="imgchange(4,Active5)" onMouseOut="imgchange(4,Inactive5)">
|
|
|
|
<img style="position:absolute; top:120px; left:0px" src="images/up/plib_installation.jpg" border="0" alt="plib installation"/>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="../torcs-install.html" target="content" onMouseOver="imgchange(5,Active6)" onMouseOut="imgchange(5,Inactive6)">
|
|
|
|
<img style="position:absolute; top:150px; left:0px" src="images/up/build.jpg" border="0" alt="torcs installation"/>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="../torcs-setup.html" target="content" onMouseOver="imgchange(6,Active7)" onMouseOut="imgchange(6,Inactive7)">
|
|
|
|
<img style="position:absolute; top:180px; left:0px" src="images/up/setup.jpg" border="0" alt="torcs setup"/>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<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>
|