■<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=unicode" /> <link href="Settings.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="Localized.js"></script> <script type="text/javascript" src="Settings.js"></script> </head> <body onload="LoadSettings();" class="normal"> <label id="HotKeyText"></label> <br /> <label id="HotKeyText2"></label> <select id="HotKeyModifer2"></select> <label>+</label> <input maxlength="1" type="text" id="HotKey2" size ="4" class="edit" onkeyup="this.focus();this.select();" onclick="this.focus();this.select();"/> <br /> <label id="HotKeyText1"></label> <select id="HotKeyModifer1"></select> <label>+</label> <input maxlength="1" type="text" id="HotKey1" size ="4" class="edit" onkeyup="this.focus();this.select();" onclick="this.focus();this.select();"/> <br /><br /> <label id="MaxContentsText"></label> <select id="MaxContents"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="5">5</option> <option value="10">10</option> <option value="20">20</option> </select> <br /> <label id="FixedVisibleContentsText"></label> <select id="FixedVisibleContents"></select> <br /><br /> <input type="checkbox" id="UseGlass"/> <label id="UseGlassText" for="UseGlass"></label> <br /> <!-- <input type="checkbox" id="UseAnimation" disabled="1"/> <label id="UseAnimationText" for="UseAnimation"></label> <br /> <input type="checkbox" id="SaveToHarddrive" disabled="1"/> <label id="SaveToHarddriveText" for="SaveToHarddrive"></label> <br /> <input type="checkbox" id="IsDragField" disabled="1"/> <label id="IsDragFieldText" for="IsDragField"></label> <br /> --> <br /> <table cellspacing="0" cellpadding="0"> <tr> <td id="topLeft" nowrap></td> <td id="topMiddle"></td> <td id="topRight" nowrap></td> </tr> <tr id="buttonsRow"> <td id="buttonsLeft" nowrap></td> <td id="buttonsMiddle"> <table id="buttonTable" cellspacing="0" cellpadding="0"> <tr> <td id="buttonLeftCell"><a href="javascript:void(0)" id="buttonLeftAnchor" onkeydown="TipsBack()"><img id="buttonLeft" src="images/settings_left_rest.png" onmousedown="TipsBack()" onmouseenter="swapImage(this, 'hover')" onmouseleave="swapImage(this, 'rest')" onmousedown="swapImage(this, 'pressed')" onmouseup="swapImage(this, 'hover')" /></a></td> <td id="currentIndex">1</td> <td id="buttonRightCell"><a href="javascript:void(0)" id="buttonRightAnchor" onkeydown="TipsForward()"><img id="buttonRight" src="images/settings_right_rest.png" onmousedown="TipsForward()" onmouseenter="swapImage(this, 'hover')" onmouseleave="swapImage(this, 'rest')" onmousedown="swapImage(this, 'pressed')" onmouseup="swapImage(this, 'hover')" /></a></td> </tr> </table> </td> <td id="buttonsRight" nowrap></td> </tr> <tr id="dividerRow"> <td id="dividerLeft" nowrap></td> <td id="dividerMiddle"></td> <td id="dividerRight" nowrap></td> </tr> <tr id="settingsRow"> <td id="settingsLeft" nowrap></td> <td id="settingsMiddle"><label id="TipText" class="normal"></label></td> <td id="settingsRight" nowrap></td> </tr> <tr id="bottomRow"> <td id="bottomLeft" nowrap></td> <td id="bottomMiddle"></td> <td id="bottomRight" nowrap></td> </tr> </table> <center> <a id="Feedback" href="#" target="_blank">Feedback</a> &emsp;&emsp;&emsp;&emsp;&emsp; <a id="Website" href="#" target="_blank"></a> </center> </body> </html>