1 <!doctype html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 2 <html> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> 5 <meta http-equiv="content-script-type" content="text/javascript"> 6 <meta http-equiv="content-style-type" content="text/css"> 7 <link rel="stylesheet" type="text/css" href="style.css"> 8 <title>Sections</title> 9 </head> 10 <body class="navigation"> 11 12 <ul class="navigation"> 13 <li><a target="main" href="main.html">Main</a></li> 14 <li><a target="main" href="results.html">Results</a></li> 15 <li><a target="main" href="FAQ.html">FAQ</a></li> 16 <li><a href="manual/sections.html">Manual</a></li> 17 <li><a target="main" href="quality.html">Quality</a></li> 18 <li><a target="main" href="screenshots.html">Screenshots</a></li> 19 <li><a target="main" href="testimonials.html">Testimonials</a></li> 20 <li><a target="main" href="license.html">License</a></li> 21 <li><a target="main" href="downloads.html">Downloads</a></li> 22 <li><a target="main" href="feedback.html">Feedback</a></li> 23 <li><a target="main" href="acknowledgements.html">Ack'ments</a></li> 24 <li><a target="main" href="alternatives.html">Alternatives</a></li> 25 </ul> 26 27 <p> 28 <center> 29 <small>With support of</small> 30 <p> 31 32 <a href="http://sourceforge.net/projects/proguard/" target="other"> 33 34 <script type="text/javascript" language="JavaScript"> 35 <!-- 36 document.write("<img src=\""); 37 document.write(document.location.hostname == "proguard.sourceforge.net" ? 38 "http://sourceforge.net/sflogo.php?group_id=54750&type=1" : 39 "sflogo.png"); 40 document.write("\" width=\"88\" height=\"31\" alt=\"SourceForge\">"); 41 if (document.location.hostname == "proguard.sourceforge.net") { 42 document.write("<script type=\"text/javascript\" src=\"http://sourceforge.net/apps/piwik/proguard/piwik.js\"></scri"+"pt>"); 43 document.write("<script type=\"text/javascript\">piwik_log(\"\", 1, \"http://sourceforge.net/apps/piwik/proguard/piwik.php\");</scri"+"pt>"); 44 } 45 //--> 46 </script> 47 <noscript> 48 <img src="sflogo.png" width="88" height="31" alt="SourceForge"> 49 </noscript> 50 51 </a> 52 53 <p> 54 <a href="http://www.luciad.com/" target="other"> 55 <img src="luciadlogo.png" width="88" height="24" alt="Luciad"></a> 56 <p> 57 <a href="http://www.javadocking.com/" target="other"> 58 <img src="sanawarelogo.png" width="88" height="24" alt="Sanaware"></a> 59 </center> 60 61 </body> 62 </html> 63