<!-- Original:  Avetis Avetisov -->

function h_Menu(name,alink,price,tip)
{
 this.name=name;
 this.alink=alink;
 this.price=price;
 this.tip=tip;
} 
 
article=new Array(8);

article[0]=new h_Menu("Intel Celeron M Processor based notebooks","celeronM","$ 622");
article[1]=new h_Menu("Intel Pentium Dual-Core Processor based notebooks","pentium_dc", "$ 635 - $ 1 045");
article[2]=new h_Menu("Intel Core 2 Duo Processor based notebooks","core_2_duo", "$ 724 - $ 2 890");
article[3]=new h_Menu("Intel Centrino VPro Technology based notebooks","centrinoVPRO", "$ 1 295 - $ 2 890");
article[4]=new h_Menu("AMD Turion 64 X2 Processor based notebooks","turion", "$ 850 - $ 1 355");
article[5]=new h_Menu("HP wide screen notebooks (15.4'' - 17'')","wide", "$ 622 - $ 2 890");
article[6]=new h_Menu("HP ultraportable notebooks (9.8'' - 12'')","ultrap", "$ 985 - $ 2 270");
article[7]=new h_Menu("HP mobile workstation","workstation","$ 2 270 - $ 2 890");


article[0].tip=new Array(3);
article[0].tip[0]="Based on an architecture designed specifically for mobile computing, the Intel® Celeron® M Processor delivers a balanced level of mobile processor technology and exceptional value for sleeker, lighter notebook designs.";
article[0].tip[1]="Other Key Features are mobile optimized architecture, low power technologies, streaming SIMD Extensions 2 and Micro FCPGA & FCBGA packaging technology (ULV parts only available in FCBGA)";
article[0].tip[2]="The Intel® Celeron® M processor and the ultra low voltage (ULV) Intel® Celeron® M processor are high-performance, low-power mobile processors with several microarchitectural enhancements over existing mobile Intel Celeron processors.";


article[1].tip=new Array(3);
article[1].tip[0]="The Intel Pentium dual-core processor is the newest addition to the Intel Pentium processor family. This dual-core processor delivers high-value performance for multitasking.";
article[1].tip[1]="The Intel Pentium dual-core processor delivers enhanced performance for everyday computing needs such as listening to digital music and editing digital photography and improved responsiveness with office applications.";
article[1].tip[2]="Intel® Smart Cache enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings.";


article[2].tip=new Array(3);
article[2].tip[0]="Based on revolutionary Intel® Core™ microarchitecture, the breakthrough Intel® Core™2 Duo processor family is designed to provide powerful energy-efficient performance so you can do more at once without slowing down.";
article[2].tip[1]="Intel® Centrino® Duo mobile technology has just gotten a mobility upgrade with the new Intel Core 2 Duo mobile processor.";
article[2].tip[2]="Its advanced capabilities provide twice the multitasking performance? while using 28 percent less power, so you get the benefit of a powerful dual-core PC plus all the benefits of mobility.";


article[3].tip=new Array(3);
article[3].tip[0]="With a laptop based on Intel® Centrino® with vPro™ technology, you'll experience all that plus longer-lasting battery life, and wireless connectivity that'll go wherever business may take you.";
article[3].tip[1]="Enabled by the built-in manageability features of Intel vPro technology, these laptops are equipped to protect your PC while in the office or on the go.";
article[3].tip[2]="With Intel Centrino with vPro technology, you'll enjoy 2x the multitasking performance — like running financial software or reviewing a multimedia presentation, all while anti-virus scans in the background.";


article[4].tip=new Array(3);
article[4].tip[0]="The most advanced family of dual-core processors made for mobility.";
article[4].tip[1]="Delivers true multi-tasking capabilities, long battery life and compatibility with the latest wireless and graphics technologies.";
article[4].tip[2]="AMD Turion™ 64 X2 dual-core mobile technology is the most advanced family of dual-core processors made for mobility - uniquely optimized to deliver better multi-tasking performance in thinner and lighter notebook designs.";


article[5].tip=new Array(3);
article[5].tip[0]="Sleek and stylish widescreen notebooks combining high performance processing and graphics capabilities, durability and reliability, with all day battery life (with optional travel battery) and enhanced security.";
article[5].tip[1]="Super-powered mobile computing designed to free power users from the confines of their desk.";
article[5].tip[2]="Dual core processors, widescreen displays, and discrete graphics deliver desktop-equivalent performance on the go.";



article[6].tip=new Array(3);
article[6].tip[0]="Lose more weight with HP's lightest notebook, starting at 1.29 kg  and the smallest form factor with a 12.1'' display.";
article[6].tip[1]="It gets more productivity, in the office or on the road, with secure wireless solutions and increased battery life.";
article[6].tip[2]="Based on the Intel Dual core processors, it delivers outstanding mobile performance and low power enhancements for sleeker, lighter notebook designs.";



article[7].tip=new Array(3);
article[7].tip[0]="Outstanding graphics and processing performance in a widescreen, lightweight mobile workstation which offers enhanced security and connectivity with all day battery life (with optional travel battery).";
article[7].tip[1]="Dual core processors, widescreen displays, and discrete graphics deliver desktop-equivalent performance on the go.";
article[7].tip[2]="The HP Compaq mobile workstations are designed for users who demand the power, graphics performance, and expandability of a workstation, yet require the mobility of a notebook.";



document.write('<div id="h_menu2" class="m1">');
document.write('<table border=0  bgcolor=#000000 cellpadding=0 cellspacing=1 width=31>');
document.write('<tr><td><table bgcolor=#C0C0C0 border=0 cellpadding=0 cellspacing=0 width=100%><tr><td rowspan="2" valign="middle"><a href="javascript:h_showmenu(false)" onfocus=this.blur()><img src="pic/globe.gif" border="0"></a></td><td valign="top"><a href="javascript:h_load(0)" onfocus=this.blur()><img src="pic/close.gif" border="0"></a></td></tr><tr><td valign="bottom"><a href="javascript:h_showmenu(false)" onfocus=this.blur()><img src="pic/arrow.gif" border="0"></a></td></tr></table></td></td></tr>');
document.write('</table>');
document.write('</div>');
document.write('<div id="h_menu" class="m2">');
document.write('<table border=0 cellpadding=0 cellspacing=0 width=400>');
document.write('<tr><td width="400" valign="top" bgcolor="#000000"><table bgcolor="#000000" border=0 cellpadding=0 cellspacing=1 width="100%"><tr bgcolor="#C0C0C0"><td height="2" align="right"><a href="javascript:h_showmenu(true)" onfocus=this.blur()><img src="pic/close.gif" border="0"></a></td></tr>');

for(i=0;i<8;i++){
 document.write('<tr bgcolor="#ffffff"><td>');
 document.write('<table cellpadding=0 cellspacing=0 border=0 width=100%><tr id="h_td'+(i+1)+'" onmouseover="h_mover(\'h_td' + (i+1) + '\',\'h_a' + (i+1) + '\',\'h_s' + (i+1) + '\',\'h_i' + (i+1) + '\')" onmouseout="h_mout(\'h_td' + (i+1) + '\',\'h_a' + (i+1) + '\',\'h_s' + (i+1) + '\',\'h_i' + (i+1) + '\')"  width="100%" class="Mnormal"><td height="17" valign="center">&nbsp;</td><td width=100%>');
 document.write('<a class="Mnormal" id="h_a' + (i+1) + '" href="#' + article[i].alink + '" onclick="h_showmenu(true)">' + article[i].name + '</a> <span class="small" id="h_s' + (i+1) + '">(<b>' + article[i].price + '</b>)</span></td><td width="20"><a href="#' + article[i].alink + '" onclick="h_showmenu(true)" onmouseover="h_showtip(1,' + i+ ')" onmouseout="h_showtip(0,' + i + ')" class="Mnormal"><img id="h_i' + (i+1) + '" src="pic/info.gif" border=0></a></td><td>&nbsp;</td></tr>');
 document.write('</table></td></tr>');}
 
document.write('</table></td></tr></table>');
document.write('</div>'); 

for(i=0;i<8;i++){
 document.write('<div class="toolTip" id="h_tip' + (i+1) + '">');
 document.write('<table cellpadding=0 cellspacing=1 border=0 bgcolor="#000000"><tr><td>');
 document.write('<table cellpadding=0 cellspacing=0 border=0 bgcolor="#ffffe1"><tr><td class="small">');
 for(j=0;j<3;j++)
  document.write('&nbsp;<img src="pic//info0.gif">&nbsp;' + article[i].tip[j] + '<br>');
  
 document.write('</td></tr></table>');
 document.write('</td></tr></table>');
 document.write('</div>');}
 

