1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
5 <meta http-equiv="content-type"
6 content="text/html; charset=ISO-8859-1">
7 <style type="text/css">body,table,tr,td {margin: 0px;}</style>
8 <script type="text/javascript">
10 normal1 = new Image();
11 normal1.src = "img/intro_button_off.png";
12 highlight1 = new Image();
13 highlight1.src = "img/intro_button_on.png";
15 normal2 = new Image();
16 normal2.src = "img/tutorial_button_off.png";
17 highlight2 = new Image();
18 highlight2.src = "img/tutorial_button_on.png";
20 normal3 = new Image();
21 normal3.src = "img/taglib_button_off.png";
22 highlight3 = new Image();
23 highlight3.src = "img/taglib_button_on.png";
25 normal4 = new Image();
26 normal4.src = "img/screens_button_off.png";
27 highlight4 = new Image();
28 highlight4.src = "img/screens_button_on.png";
30 normal5 = new Image();
31 normal5.src = "img/api_button_off.png";
32 highlight5 = new Image();
33 highlight5.src = "img/api_button_on.png";
35 normal6 = new Image();
36 normal6.src = "img/project_button_off.png";
37 highlight6 = new Image();
38 highlight6.src = "img/project_button_on.png";
40 normal7 = new Image();
41 normal7.src = "img/downloads_button_off.png";
42 highlight7 = new Image();
43 highlight7.src = "img/downloads_button_on.png";
45 normal8 = new Image();
46 normal8.src = "img/faq_button_off.png";
47 highlight8 = new Image();
48 highlight8.src = "img/faq_button_on.png";
50 function changeImg(nr,obj) {
51 window.document.images[nr].src = obj.src;
58 style="background-image: url(img/menu_bg.png);">
59 <table cellpadding="0" cellspacing="0" border="0" width="100%">
62 <td valign="top" width="164"><img src="img/menu_corner.png"
63 alt="menu cornder" width="78" height="26"> </td>
66 <td valign="top" align="center"> <a href="brief.html"
67 target="content" onmouseover="changeImg(1,highlight1)"
68 onmouseout="changeImg(1,normal1)"> <img src="img/intro_button_off.png"
69 alt="intro" border="0"> </a> </td>
72 <td valign="top" height="5"> </td>
75 <td valign="top"><a href="tutorial.html" target="content"
76 onmouseover="changeImg(2,highlight2)" onmouseout="changeImg(2,normal2)"> <img
77 src="img/tutorial_button_off.png" alt="tutorial" width="111"
78 height="36" border="0"><br>
82 <td valign="top" height="5"> </td>
85 <td valign="top" onmouseover="changeImg(3,highlight3)"
86 onmouseout="changeImg(3,normal3)"> <a href="taglib.html"
87 target="content"> <img src="img/taglib_button_off.png" alt="taglib"
88 width="111" height="36" border="0"><br>
92 <td valign="top" height="5"> </td>
95 <td valign="top" onmouseover="changeImg(4,highlight4)"
96 onmouseout="changeImg(4,normal4)"> <a href="demo.html" target="content"> <img
97 src="img/screens_button_off.png" alt="screens" width="111" height="36"
102 <td valign="top" height="5"> </td>
105 <td valign="top"> <a href="apidoc/index.html" target="content"
106 onmouseover="changeImg(5,highlight5)" onmouseout="changeImg(5,normal5)"> <img
107 src="img/api_button_off.png" alt="api" width="111" height="36"
112 <td valign="top" height="5"> </td>
115 <td valign="top"> <a href="http://sourceforge.net/projects/cewolf"
116 target="new" onmouseover="changeImg(6,highlight6)"
117 onmouseout="changeImg(6,normal6)"> <img
118 src="img/project_button_off.png" alt="project" width="111" height="36"
123 <td valign="top" height="5"> </td>
127 href="http://sourceforge.net/project/showfiles.php?group_id=57282"
128 target="content" onmouseover="changeImg(7,highlight7)"
129 onmouseout="changeImg(7,normal7)"> <img
130 src="img/downloads_button_off.png" alt="downloads" width="111"
131 height="36" border="0"><br>
135 <td valign="top" height="5"> </td>
138 <td valign="top"> <a href="faq/faq.html" target="content"
139 onmouseover="changeImg(8,highlight8)" onmouseout="changeImg(8,normal8)"> <img
140 src="img/faq_button_off.png" alt="FAQ" width="111" height="36"
145 <td valign="top" height="5"> </td>
148 <td valign="top"> <a href="http://sourceforge.net" target="new"
150 src="http://sourceforge.net/sflogo.php?group_id=57282&type=5"
151 height="30" border="0" alt="SourceForge Logo"></a> </td>