1 <!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//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 //--> 42 </script> 43 <noscript> 44 <img src="sflogo.png" width="88" height="31" alt="SourceForge" /> 45 </noscript> 46 47 </a> 48 49 <p> 50 <a href="http://www.saikoa.com/" target="_top"> 51 <img src="saikoalogo.png" width="88" height="19" alt="Saikoa" /></a> 52 </center> 53 54 <script type="text/javascript"> 55 base = "http://sourceforge.net/apps/piwik/proguard/"; 56 if (document.location.hostname == "proguard.sourceforge.net") 57 document.write(unescape("%3Cscript src='"+base+"piwik.js' type='text/javascript'%3E%3C/script%3E")); 58 </script><script type="text/javascript"> 59 if (document.location.hostname == "proguard.sourceforge.net") 60 piwik_log('', 1, base+"piwik.php"); 61 </script> 62 63 </body> 64 </html> 65