<!--
document.writeln('<select name="Products_By_Company" onChange="Products_By_Company_jumpMenu(\'parent\',this,0)" name=Products_By_Company class="Products_By_Company_destinationformfield" style="width:199px; height:17px; font-family:tahoma; font-size:11px; color:#36578E " size="1">');
document.writeln('<option>Products By Company / Brand</option>');
document.writeln('<option value="http://www.laptopsdesktop.com/Hp.html">Hp</option>');
document.writeln('<option value="http://www.laptopsdesktop.com/Compaq.html">Compaq</option>');
document.writeln('<option value="http://www.laptopsdesktop.com/Lenovo.html">Lenovo</option>');
document.writeln('<option value="http://www.laptopsdesktop.com/Toshiba.html">Toshiba</option>');
document.writeln('<option value="http://www.laptopsdesktop.com/Acer.html">Acer</option>');
document.writeln('<option value="http://www.laptopsdesktop.com/Sony.html">Sony</option>');
document.writeln('<option value="http://www.laptopsdesktop.com/Dell.html">Dell</option>');
document.writeln('</select>');
//-->


