bplist00 _WebMainResource_WebSubresources_WebSubframeArchives _WebResourceFrameName_WebResourceTextEncodingName_WebResourceData^WebResourceURL_WebResourceMIMETypeWSITEURLUUTF-8O\HPP International Architect _1http://www.hppinternational.com/pages/1/index.htmYtext/html _WebResourceResponseObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_>http://www.hppinternational.com/pages/1/index_files/master.css./01X$classesZ$classname12UNSURLXNSObject#ACK 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesXtext/css_Apache/2.2.3 (Red Hat)T1713_Fri, 13 Aug 2010 06:35:47 GMT_"334daf6-6b1-cd824e00"_Wed, 15 Oct 2008 19:33:12 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  LQZehnw'5@FOhmg OH1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: arial } H2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: arial } H3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: black; FONT-STYLE: italic; FONT-FAMILY: arial } H6 { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial } BODY { FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif } TD { FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif } P { FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif } A:link { FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: blue; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif } A:hover { FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: navy; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif } A:visited { FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #3d99f5; FONT-STYLE: normal; FONT-FAMILY: Arial, Verdana, sans-serif } A.cndark:link { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: none } A.cndark:visited { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: none } A.cndark:hover { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #404040; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: none } A.cndark:active { FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Arial; TEXT-DECORATION: none } _>http://www.hppinternational.com/pages/1/index_files/master.cssXtext/css Obplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_;http://www.hppinternational.com/pages/1/index_files/user.js./01X$classesZ$classname12UNSURLXNSObject#AC' 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30Ubytes_application/x-javascript_Apache/2.2.3 (Red Hat)T5117_Fri, 13 Aug 2010 06:35:47 GMT_"334dafe-13fd-ce396900"_Wed, 15 Oct 2008 19:33:24 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  INWbekt}$2=C^w| "g0O// ---------------------------------------------- // This function dynamically generates flash file // parameters. // ----------------------------------------------- function viewFlash(src, w, h, loop, play) { var width = parseInt(w); var height = parseInt(h); //alert('adWidth = '+width+ '\n Height = '+height); eval("win = window.open('','Flash', 'toolbar=0,scrollbars=0,location=0,status=0,resizable=1,menubar=0,width="+width+",height="+height+"');"); win.document.writeln(''); win.document.writeln('Flash Movie'); win.document.writeln(''); // for IE users use tag objectTag = ''); win.document.writeln(''); win.document.writeln(''); win.document.writeln(''); // for Netscape users use tag win.document.writeln(''); win.document.writeln(''); win.document.writeln(''); } // ---------------------------------------------- // This function dynamically generates a chat // pop-up. (ASV) // ----------------------------------------------- function viewChat(instance_id, url) { props = 'toolbar=0,scrollbars=0,location=0,status=0,resizable=1,menubar=0,width=584,height=410'; win = window.open('','Chat',props); win.document.writeln(''); win.document.writeln('Chat Room'); win.document.writeln(''); win.document.writeln(''); win.document.writeln(''); win.document.writeln(''); win.document.writeln(''); win.document.writeln(''); } //---------------------------------------------------- // Create a new pop up window for a given URL and type //---------------------------------------------------- function popUp(URL, type) { switch(type) { case "guestbook": width = 675; height = 500; break; case "forum": width = 675; height = 500; break; default: width = 550; height = 580; } var token = URL.indexOf('?') > -1 ? '&' : '?'; uniqueId = genUniqueId(); URL=URL+genUniqueParam(token); var leftPosition = (screen.width - width - 20) / 2; var topPosition = (screen.height - height) / 4; //open centered eval("win = window.open(URL, '"+type+"', 'toolbar=0,scrollbars=1,location=0,status=1,resizable=1,menubar=0,width="+width+",height="+height+",left="+leftPosition+",top="+topPosition+"');"); if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } // ---------------------- // Generate Unique Id // ---------------------- function genUniqueId() { day = new Date(); return day.getTime(); } // ------------------------------------------------- // Generate Unique parameter to be appended to the URL // This will allow us to realod the HTML from the server // ------------------------------------------------- function genUniqueParam(parameter) { return parameter+'unique_id='+genUniqueId(); } // // Display the target image for this thumbnail // function displayThumb(src, width, height, title) { var winWidth = 650; var winHeight = 510; eval("win = window.open('','Thumb', 'toolbar=0,scrollbars=1,location=0,status=0,resizable=1,menubar=0,width="+winWidth+",height="+winHeight+"');"); // clear the content of the document win.document.open(); win.document.writeln(''); if(null != title && title != "") { win.document.writeln('' + title + ''); } else { win.document.writeln('Thumbnail Image'); } win.document.writeln(''); win.document.writeln('
'); if (width == 0) { win.document.writeln(''); } else if (height == 0) { win.document.writeln(''); } else { win.document.writeln(''); } if(null != title && title != "") { win.document.writeln(''); } win.document.writeln('
'+title+'
'); win.document.writeln(''); } _;http://www.hppinternational.com/pages/1/index_files/user.js_application/x-javascript Obplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver #)*0"1234U$null  !"V$classR$3R$8R$5R$6R$4R$7R$2R$9R$0R$1   $%&'(WNS.base[NS.relative_+http://www.hppinternational.com/favicon.ico+,-.X$classesZ$classname./UNSURLXNSObject#A>\image/x-iconP#+,566/]NSURLResponse)27:PRdpv%039BKXYbgj7x@_+http://www.hppinternational.com/favicon.ico\image/x-icon!-3Ym}"& # $%_'-->O

 

_?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesXtext/css_Apache/2.2.3 (Red Hat)T1713_Fri, 13 Aug 2010 06:35:48 GMT_"281a2f8-6b1-cb8ac3c0"_Wed, 15 Oct 2008 19:32:39 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  W\epsy"'2@KQZsx g+_Ihttp://www.hppinternational.com/pages/1/index_files/frbg_files/master.css +,O)bplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Fhttp://www.hppinternational.com/pages/1/index_files/frbg_files/user.js./01X$classesZ$classname12UNSURLXNSObject#AD@S] 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30Ubytes_application/x-javascript_Apache/2.2.3 (Red Hat)T5117_Fri, 13 Aug 2010 06:35:48 GMT_"281a2f9-13fd-cba94840"_Wed, 15 Oct 2008 19:32:41 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  TYbmpv $/=HNi -g;_Fhttp://www.hppinternational.com/pages/1/index_files/frbg_files/user.js.0 / $%_'-->12 () +,48 5 67VheaderO
_;http://www.hppinternational.com/pages/1/index_files/top.htm9?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesXtext/css_Apache/2.2.3 (Red Hat)T1713_Fri, 13 Aug 2010 06:35:48 GMT_"294c243-6b1-cce9b780"_Wed, 15 Oct 2008 19:33:02 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPYrwg*_Hhttp://www.hppinternational.com/pages/1/index_files/top_files/master.css =>O(bplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Ehttp://www.hppinternational.com/pages/1/index_files/top_files/user.js./01X$classesZ$classname12UNSURLXNSObject#ADc 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30Ubytes_application/x-javascript_Apache/2.2.3 (Red Hat)T5117_Fri, 13 Aug 2010 06:35:48 GMT_"294c249-13fd-cd730bc0"_Wed, 15 Oct 2008 19:33:11 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  SXalou~ #.<GMh ,g:_Ehttp://www.hppinternational.com/pages/1/index_files/top_files/user.js @ABCObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/top_files/top-01.gif./01X$classesZ$classname12UNSURLXNSObject#AD& 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S269_Fri, 13 Aug 2010 06:35:48 GMT_"294c246-10d-cd26c080"_Wed, 15 Oct 2008 19:33:06 GMT./_``a2_NSMutableDictionary\NSDictionary ./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZswg*O GIF89amRa}!,m䄏ڋ޼H扦ʶ L ĢL*̦ JԪjܮ Nv)(8HXhx6IYi *:JZxZd +;K[k{ Ȫ˂ ,m~F>O_j0;_Hhttp://www.hppinternational.com/pages/1/index_files/top_files/top-01.gifYimage/gif EFGHObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Ihttp://www.hppinternational.com/pages/1/index_files/top_files/company.jpg./01X$classesZ$classname12UNSURLXNSObject#AD 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesZimage/jpeg_Apache/2.2.3 (Red Hat)U11275_Fri, 13 Aug 2010 06:35:48 GMT_"281a30b-2c0b-cccb3300"_Wed, 15 Oct 2008 19:33:00 GMT./_``a2_NSMutableDictionary\NSDictionary, ./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  W\epsy"'2@KQ\u{  !g/O, JFIFCC/"   N{~t)[E mRHE mRHE mRHE mRHE mRHE mRH8nL^&tSseN]-46bϝ6|)+SY~6[#+MjG>VJzY-NK YӲG]]MHbzU͵}qFYrgߗŜ3^^ЙptB5Ö6.v|YU ٧CӶx"Y45TVAlUG`ja\afy*5!0P167A`ߝ[~uoέտ:Vߝ[~uoέտ:Vߝ[~uoέտ:Vߝ[~uoέտ:Vߝ[~uoέտ:Vߝ[~uoέտ:Vߝ o0sAgػnkyUB-\OHo1 CeYs=<:Y!{Œ)d2ɯ8r ͆+/×'LX}J(\fc'0#Hj)޸n'Lixc×3x. 2A V2YL=`ղI&Xc rv08f|qqf\QAO]$m;q~$FeH 97>6_R;wFD1?ub9?HISl{άd֋=`FI"LIq3s ?#Wg2[]Ɯ~l$2$ѓʗmV ŠLW:_XًaVt%[^vS-j0Hi\z]-ܨ5ZJNb)]cb}J=>MR{^Np<#M #vlSn/#8o¶2 ڿ T_KzBn8$o*.Msyyy^Gyy^Gy5Sa 6!1R"ABQaq2r 3b#C?# bef:Y&Vcbef:Y&Vcbef:Y&Vcbef:Y&Vcbef:Y&Vcbef:Y&Vcc?Tl12f}؄W: JLr̐ZݭږpKPHy%A(Գ0BOHgAQ X \igZO` T_*ikdZLކ +1!nFq^S+ÇFebHxcX3%2b{q^, L'(Tk\3ŏ6(H;uL?ʘ[)tWq𸍎ꊔB!f^&jҠ"E= Ab}(QF4#sJ@TR Z ƏB /h^~;}EI9^fh *76ݶ,tI вL RQ_^M۠1OU7G1gKnp7U>lq Z˟1G*f^kbV>K\y.dѕ]E=h"E:RR囔J:8!1"AQR2#3BaqCs $Sѡ? 4>j'P 1Bt/h н'BP 1Bt/h н'BP 1Bt/h н'BP 1Bt/h н'BP 1Bt/h н'BP 1Bt/h н'BP 1C+Ϩhґ1s+rN +o7\zD!ΓyqdPqkV!^AKi]&ih\%bRJ4T<:8 FjJpƕhQ$9OHmj-Pqv էe򤇙Z/{OS8XE vz@t)*~#˸f--1Yu>uchJ2Fсo"Ehl*Zk!16\(R"6;% k(ކ^9b"@V=UH=J .9c3 JFغ0m;hv6/ґ/j"R6]Eٲ2yt@g[x2TX )IUb9`"72A HM[FFh-@ xЭ>rH?k!H6.X\4SmBeCcd]M泜fG)g"ymEZE*ʙ߄ o=\#gPdl=,щ%Ζ$f9_cC~6ŵd*lT[ݼ cS!jE 7H" <,3$Ω3.3aEo0mka2(%B]lΛ',P*/ĉt6a2)jd&tk垃<,:gi[ո''pay-9P%r}Xr<:l k9 ryÄ˔ы>fv,nec/>{[@ !5"1#2Av$034QBPRabcw?N9\T5jUKXܔ>luYoqz[n}nk-7>^{ϭ׭eֲsuYoqz[n}nk-7>^{ϭ׭eֲsuYoqz[n}nk-7>^{ϭ׭eֲsuYoqz[n}nk-7>^{ϭ׭eֲsuYoqz[n}nk-7>^{ϭ׭eֲsuYoqz[n}nk-7>^{ϭ׭eֲsuYoqـӿ(0w%zd2Rd׬w]\k`_åoXz,eL27iRuW-B} 8e<$$Y-=5F$8E]bctRch^s9/"XcÜ5z#: *WX?(5]le*ީIkJ~ɂEwM;"fGJÎM1ܦ/cO 궦1`3e==B>ఱCel2&7|,WͤZs5Yk{5Y2uPUr͑7ۋ<+ʔM?iQ?ú&$J#&=2]x gǔ7=~oYL+ݘٲPP&Jm{wpšF4{ C?R͍7I|?^#S*G_Wnw;U1{{ҤYyH&M F" &cx7v&9@XSr>q31z֡v";ɫUn8 *U: K|<@`IdSE9LW9Z+&׉%O>`O 1 k"AOp\?9/-~mӵV͊O-wQ`XI,rq$C1qMkcuK"6 `8˿?ߢZ X =܌WgŸ&@cHgWoY.``ThhS?m[N{y7uXk#nbxWK^~_Vm/?3tM[Y Sbb;L>؃ҙ% J+ X- i_)hQ$ %uiX8Qa,10xQVС9,"X {,jW+01: AE83-.JK֣H(\GլӯzӇ\1 Bg"y)ҭ]Ң:ˡ4tPIkcsXglqjϭy!x]pD ,!#{GQ&6x/%%ϜqY1%L]9un!4 /\)k8#%IL|5'uO -c+WZ*[mEMmFhӵ!XVmdbݺuT=ٶ}b.iN -܂- _SFcpI;wx/n;NזF:&TPV+ 990cXY,WG䓋cg*MПt'l24zy6uvf|8}b]}Y2ҩln NpcހwOpB#]6!ZMvcfn0W<}3j]@K00>P3ǍS3E)~O-D"z}R;",kT .Jd25i2 R4@լME !&͟fX rŹb\ng 3`8YlmkEX%0a"[:`?w4JjM7ӪK[(X]Wt&*Xس!,G#W-ݙJ03} ǧQӆŪuJ31&o;Էunեiz ¾6LDFCPdӷcaؽ;n5eʹ^d 30gn1 !Z2kUJlWuV̍ZզfRG';LӚ;vy|lՃqp #s"#sץzʞ7MX&eί4+zU_#$'ǔ ^*zO؛8ckOkwъV Zl-k@㬺jiN0\|iqɦq峼:^ΏE#E%k[w8%)\K6&ah0yVa*o"Nʗ=`P*Z4MmppUޱcqZh nje76:ffKsE}KnIBK"-R8VԷ:wZH{_vT/q1֘~qYf6*رs%>!]Xa_U$c Hvzpۘ5VΣQMZ!um&sdsP r u(:20-fB}%ٲki WC麕fתk_ V2DO>O#LtՓ)N]dbK qvr|6#9[ߺArXx?7.+@+mGWJő;7测vBa,gn8m2$|| ҒVƯ$`.p*ݍul~&&nYK骤0R㊑b[2cLLD[H! ^Uz.&#+n'yTKEy] уK{]NmEtp.a#C2e(jξ" -32ߒqުvd4jlo}Gpo(t9ݮ C7XӨ")Y {D~QW`;vվ&]Qv_\Ռ'e|/h)"ē(5xVeYǃ'65x&\%;ҷ(fEԡD3F M8YN?ң~µ;mCFB2e5>/1 zJdpa NS#nrJ6<̹U牤l"vB HB4Pa`~9Ő7O.p2 B1P02bLIu!)*ܥ4 Q֦gBsHՓ  .{\5lqFu=j oS!,3\ͥ{ύX臈Sǔ6cddۯ}6eᜏ=կ4`$CYaҚa Q+Zc-kzKp2*9~0X(OR3#8[Hu:LGsjw*RMa~BUhx̖>̺+Z۟ IHa/&EFHʞvՅWN:tӧN߹ \0 0 0 0 0 0 5ȵ^C0PRM[,Q4O A,#!1AQa q?)'zw ޼'zw ޼'zw ޼'zw ޼'zw ޼'zw ޼'zL3$\H `M ,0H2EhKfmK8v`t ݌(!v &;EB#32}PXLB@318@mDJjA ȉ]X ڄõvn 9_fM qMQ.ZMK#s#Af[!](*֧;( 8l53Yf C?ޖV G*U44a!W!;'U?ΰ>}Bx_,HLHPr&2->GrDBH͟Č napPPqFkBnQ@Db$Ed$rPR6f@ o2k̀(e9^y(œ7 -.OZj D .^ 8C5bD?Tu"!1AQaq ?$@yb;;3;3;3;3;3;3Y hi~RRʲ{ lP,b$*TUh[M-V}6#n !0PaIm+3KErCޕ`.Ť0LrB# n/avEw*0fQq8~&,F]"Bs\H(تi. D, UaP[jT C^Kh$8JEdHc,#h4B//rl |+HR4z߷;4<ϺP\ s\+-u/騏5iEn|䅢eK I)b]QvE@g&i"psk5I QJ݆4"h=0 iĺObf"nQ3*Mg]yucM9y? !0A1qPQ`a?&cǏ35C&^4S=PjDe L47 DFJ!E.$_Iu3}b4~R〚H[G=~]u$No+ ̂AV/1'@|f:>#(T 2 0- Pn1tR^s\'M a[qY,]% ;}8*b][+ {ChAG#~3HFr<\5@V[XL@6b!a7P6 7 EgD'Ϟ)SB+)ASW`z.mp>1ԺaHJ^퉕oW_1'ez|2O#θCU~m3j]6;d7dKǗGˆ w|} Y\nmGHle\C !ɵsABv걗=wؐ.h! G,hJ5-@A恿jիVZaUa_Ihttp://www.hppinternational.com/pages/1/index_files/top_files/company.jpgZimage/jpeg JKLCObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Ihttp://www.hppinternational.com/pages/1/index_files/top_files/motif02.gif./01X$classesZ$classname12UNSURLXNSObject#AD 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)T4804_Fri, 13 Aug 2010 06:35:48 GMT_"294c244-12c4-ccf8f9c0"_Wed, 15 Oct 2008 19:33:03 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  W\epsy"'2@KQ[ty g-OGIF89a/Ra}bqrVe)8TSb~4B[#/KZvkzCRnn}ZiN]y;IdTczFUqugn{fu=LhQ`|1>WXg*B]l@Nj#2NP_{}4C_pxqxHWshw1;L8Gb`oΞ-IȈV\hKQ]_gt[am!,/pH,d287ΨFZԕv՞E\\m^7*NvU yVb'.;>efe=ff==>;<'?m6: %%% " /"4(22(-,,3&& ) 555 T0^>Jp@XA4x B m: 0@ (IKNHi++Y8YB+\>Ck1ȞaA)6mt"TF  { PJWȒM۪2 @c6i/~H8pAB%J -_~ɖ&n̩ רϿfΖ6uj7LHPWA `T B:H`-+xq0@}!{am ~v&xcmKbX%Uٲ)nWmjgCL0GuGR,@M,0O pU $8m٦@ ` Y%2(HSG6RIP@A{('dg-`~yL 4 RT0A)m $P:'VPA E˙Xq 2\o@%(G/̢v#4t¤"u0p䑏%䒞d_*e~EZH&07c4a`QyoWB3 :֦0V)m֦a0O|_0Aj6`)ui|ڨZKZ 2:5<`XTq.7 Il)P':,j0du` 4$6 TLRI$'*Т-ڒzc:5؜ 0prV9x6È%nEO%6뱜rU=@#{;6;4$`{ysϯtej/З (gs 44Ĵ=l-<"f֖͊&,Aiw (Ў>`0#,{JxNҔoь_/DVb.s#C l럟&4G' )LXm!ӣO-Eޭ/1G%F/Q*zR\%m Gu3btʠ1&/8dj)x6] ⿝q@> Iq$jHHr܌ڔ4 h+ g@rHX0$,BdcVo~'j" @M@8P! B]`h^$5006y`]FbWE4Ir_#*ԓQM!%{⊙ @YtK(Sm4?c Ckc#c0d@^f,=@"E2+a U >=͖h PCBS~'QN`& PY`Q$$!1 2 qn/:XP.͋<%׸K&,^hGR(0*V&_iDvLZ`!6O AP/J m.͑ɸ1lYx( &s$1tʔ_M+9AάNc9+_N9Č4VtSuV @& @, tjy3(05x#8*:2T (XAV~}]Vl.lKB5QL ɇ,@7ӞjUVZl_ sȮ`8;e0RMh\2P_]22r2F6۴4! -B\6Hz'Cz42#ڛԘM@ & y\]dbF)5dlS'v1Vn T0a&UXZ׋ +K#]qe6P,lSqF":Lx_( C@MS-)J;yǽ{&- Y˖խtR4D͏%!w[b@B w%LЯc>$Y|fa GKeK[$&g`R@1`[os7S1ASE#I}Af֗ 5VE@ +pA~!GUqb5%?7 0dk1V` 2<| 7AW||D-q/2 ƃC #/ t#mv T4RH36i>אVf ę < ~Qhٚ&[a-?RZib);5"ޡ W24 01+4'B(jes0O/AE 8#0GY}5 qU`D4Zc bi\ѣuh-{h PrU 1F}sW.R` EHy|~'oH R4ޙVi5b= ! zWUrADY$ 4 j@ow`E s䈕9Хv=VfX#h8r$3z"um2R9D\Dބ314ؒ( "|xueZꌞ e0CuXIEtz,ՆU4&>d6>6t#HӐ (wd$w`Yw`DI6LhjZڔʥڭZȍz CGĪҢqu)&R0p,hz,+tz4QC3 Ps @Qs  0w-E{WՌj +fq<#K~]a?0+zvzg?i+6siFX @*Dg] ="Jlh'+CC>J!c!j>{< }X 0; `wsOhul&yM!ڕWȇLK܎!|U {[ X4׾Vp Rw1wIB͵ %{r<[!MVk-NQ+{F;w~tQ v˓:JP K`0I?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S380_Fri, 13 Aug 2010 06:35:48 GMT_"294c247-17c-cd454500"_Wed, 15 Oct 2008 19:33:08 GMT./_``a2_NSMutableDictionary\NSDictionary|./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZswg*O|GIF89am Ra}FSk#*6=H]/8H ;FZ .6FBNe @Lb,4CDPg!+ ) 9CW!'2N\w%+8$/'.;!,m  hlp,tmD, iH,Ȥrl:ШtJZجv4ݾxL=wn|Ns~+>vx}eY+k{5  T) jغܿ V|  H*\ȰÇ#JHŋ3jȱǏ ;_Hhttp://www.hppinternational.com/pages/1/index_files/top_files/top-04.gif RSTHObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/top_files/top-05.jpg./01X$classesZ$classname12UNSURLXNSObject#AD 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesZimage/jpeg_Apache/2.2.3 (Red Hat)T1425_Fri, 13 Aug 2010 06:35:48 GMT_"294c248-591-cd548740"_Wed, 15 Oct 2008 19:33:09 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JP[ty g,OJFIFddDuckyZAdobed"   !1#$A"Cq3D%5a2“4te6Bcd&1 ?I tl vO8tlJ׌ Msft)`f`I $*ctl+_PF\+ucB<ʭ0yK6LaN|ͻ%VWDqn Y\89Bsb"z^ x_\ZkBR|m^Fppr֢L\rR%WXܤYuyZ .*(y}ŪՔ_>`0ѭ+,c.|s>ы`f`I $*ctl+_PF\+ucB<ʭ0yK6LaN|ͻ%VWDqn Y\89Bsb"z^ x_\ZkBR|m^Fp u.9 *:Jb. Ae@~dn-*KszK_RT%'!5TC)RY ~s[_^Fp XM1qQJN/$&$Iۯ X!Uu|%Q^J]뮴4PN3tmht lb3?_Hhttp://www.hppinternational.com/pages/1/index_files/top_files/top-05.jpg VWXCObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/top_files/slogan.gif./01X$classesZ$classname12UNSURLXNSObject#AD{B 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S269_Fri, 13 Aug 2010 06:35:48 GMT_"294c245-10d-cd177e40"_Wed, 15 Oct 2008 19:33:05 GMT./_``a2_NSMutableDictionary\NSDictionary ./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZswg*O GIF89a"3,"̜ڋ޼!扦ʶ eL bgL*̦s|JԪjܮ0lNl 7s_8HX#h؁(YiHy JZ5j*J ;K#[r + _?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesXtext/css_Apache/2.2.3 (Red Hat)T1713_Fri, 13 Aug 2010 06:35:48 GMT_"281a2fe-6b1-cbf59380"_Wed, 15 Oct 2008 19:32:46 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  W\epsy"'2@KQZsx g+_Ihttp://www.hppinternational.com/pages/1/index_files/midl_files/master.css cdO)bplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Fhttp://www.hppinternational.com/pages/1/index_files/midl_files/user.js./01X$classesZ$classname12UNSURLXNSObject#AD^ 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30Ubytes_application/x-javascript_Apache/2.2.3 (Red Hat)T5117_Fri, 13 Aug 2010 06:35:48 GMT_"281a301-13fd-cc329c80"_Wed, 15 Oct 2008 19:32:50 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  TYbmpv $/=HNi -g;_Fhttp://www.hppinternational.com/pages/1/index_files/midl_files/user.js fghHObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Ihttp://www.hppinternational.com/pages/1/index_files/midl_files/midlbg.jpg./01X$classesZ$classname12UNSURLXNSObject#ADw 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesZimage/jpeg_Apache/2.2.3 (Red Hat)T1863_Fri, 13 Aug 2010 06:35:48 GMT_"281a2ff-747-cc04d5c0"_Wed, 15 Oct 2008 19:32:47 GMT./_``a2_NSMutableDictionary\NSDictionaryG./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  W\epsy"'2@KQ\uz g-OGJFIFHHPhotoshop 3.08BIMxHH(FG(HH(d'`8BIMHH8BIM x8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM@@8BIM8BIM0ICC_PROFILE ADBEmntrRGB XYZ  $acspAPPLnone-ADBE cprt$desc jwtptbkptrTRCgTRCbTRCrXYZgXYZbXYZ text(c) 2000 Adobe Systems Inc.descColorMatch RGBXYZ :XYZ curvcurvcurvXYZ E"XYZ R@XYZ #)Adobed@         s!1AQa"q2B#R3b$r%C4Scs5D'6Tdt& EFVU(eufv7GWgw8HXhx)9IYiy*:JZjzm!1AQa"q2#BRbr3$4CS%cs5DT &6E'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz ?qCYgq5_gW]v*UثWb]v*UثWb]v*Uثq?YgqJ&%*v*UثWb]v*UثWb]v*UثWb__Ihttp://www.hppinternational.com/pages/1/index_files/midl_files/midlbg.jpg jklHObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Jhttp://www.hppinternational.com/pages/1/index_files/midl_files/motif01.jpg./01X$classesZ$classname12UNSURLXNSObject#ADx 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesZimage/jpeg_Apache/2.2.3 (Red Hat)U10709_Fri, 13 Aug 2010 06:35:48 GMT_"281a300-29d5-cc235a40"_Wed, 15 Oct 2008 19:32:49 GMT./_``a2_NSMutableDictionary\NSDictionary)./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  X]fqtz#(3ALR]v| "g0O)JFIFHHPhotoshop 3.08BIMxHH(FG(HH(d'`8BIMHH8BIM x8BIM8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM@@8BIM8BIMAdobed@        s!1AQa"q2B#R3b$r%C4Scs5D'6Tdt& EFVU(eufv7GWgw8HXhx)9IYiy*:JZjzm!1AQa"q2#BRbr3$4CS%cs5DT &6E'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz ?⯣4r&* 4687ۃ4ާl ZM8~fM ͘UYښ׬UZ^qVsZ}$zi?dUUFO_H4E#LU~^c"W0qd&-}UZzPl, SU튪b_⯦6/D4C,k1gk x``M,!]cJ<LI=MJ!1Z'hi6Y?s$ ځ‘?R~Iׁ^G@oCgV(6@c6 Uۮo1T:bWb⯫C/uV].T Wq 7f9s|H]LJxyaݒG/HmgM0Y2mov̐[^kX4%w Dqƞ}essa X4>mcsvcgmW40+Gz{>MOδ  Xxb*jqS䄘CIjZw` @-wQy6P`پO=kEU.5(^LL՘N9 <::G#,=c&9zi5KvD(S$#ȆXz&2zzN' hzj:20 4{\S|蚟Z3Ҕ! _< h^\]KR"hݷ !/SCqф-,JRK}|gЄJ;w2_&^tzIgUT9UPҢLc,t6@ًBh*v*⯤4%'Eɵ^C>kzG"Ԭ7=S2߈T#"ns<[;ÍiƟdQD>(wڥP /SB#oJ3c1MoY03¡E}=ls Jui193+T#ѮV1wY#-ǪhSǎAA' #ɓڍ47-gQ) #'Ĕ#_yIysWuoEip,2)"ve03) ˾^|>lQ֦D?kJr3#Ն&LheXcce*a2Qi;=ۦI1Wb⯦|E4o4٢/\a>F;fU)Xm$70N=ϾC$ĺ-kvt9ElH7R,xΛ-28>r!>ϩ}?s͡\YYU$'Չ򽾜=I9f,Lja#y\y|n(ϥ%H؎mNɤ#lonXh '&؊Q!5U⯨uKy~^>2Wڟٔ7NI.{[Ym``Ii !-}H9iYafއ!=i[ qD$YEKcLfQ@~pq r1#@~WSK{sqq0L$2\x8*W2\Ia4kƬf}dͧbj f9vO8nrZfzSs+!lI"eLch*y}W%k2%&, !R5_ǚnf3G(  Pevױhm-qؼsapC͘RŴZ+_/r^N5>yS[ctV&"3Y'eO_E]BK]N/ `N+Z{W9>6n1wx4ŋޝgi$ı]vߘe,yk_F:uLߓ]eW.dցa[f^Gǀ]lG";~k,ڮy>ִ]>$/2\M@{3l/{xUyy)KKbc>2#&x@JPi 1*b"r. aJA﷧D5QP*=#LIL)skrbeڼ#v#ck&%ĺTWᴹYep!I;@F ~X4k"[+x$Q#EޛezDZGHּwn#K5m]hIH@usFD{O<êLldf ߑ 6`~ØOۏ?'&JmV,ژ=uQny'|+Cm'N^P$}YfWg{x*OL䖫,L WNeniH #lU?i3pGek4i𡐟Q)YbcBXX\y2 X&f % ߷l 'UoU򎙩ꗶQIiHq@ ;vF.0 u'}磨 2wsJY!d@UG3PR iN8!6dI=35}.~eIװ f葆Vp |W8idj5$ebGmr LA䶥YFҨT= ٦^O`GF'cs2CU2[hUhO J@L?Db*6խwV $mȧX6y<[_y0eX,;bFcvM>yt˃,Q/'yF;O*pJI:fKce#89szH"EH>5ÌSx#lbů|8:oB//7辿C#LOР](%!׈ ItZ,A.5 JNmHwOѾdhtYuFɺ*oH'/:9k:>wVU*¯z|;g(m$ONѯNɧgOvDe"ӊBj`qZwZ]RaaZ9R)~ZWy#okm%MFЬWe.O{HE%o'Y[774mGXp~Qz?gv81y.[U>9pM0\,% d@Pg0'^K-jVde> Gn)8Qr'ZHpeHh$$dx", ?6mK൙kMı*d"k_k,gV]yR,+"]ژA8Y΃^i6U28VO)0wpq 'TM7 G]) ^yݝ(0_-#"~_C@ydե)Z6A}W}QկgR_9wFRSR _<<:C3NIYfY’ qIEfPB8J"D ѓUho -RevKO{h)d\5j֏ư ,˚QKhV&-kV3{CC./I/uiqqH}ܼSY4*ˣB5rd$e=͔ YÌz7/~fEu;<Mnpj g#;W:]aiܻu=ܞw /X -NѩhG٦6ٷrwA$z +&AY#qѕ$oP{{Ċcmh<9`-d{8 F"5 ^\5ɓ "'/M*|v`k(?qɾ\#&um+}y˷: LGi-VbNƙG1w{WbAl4pт8M:o2H#fTg"Nw}[u~Ȓ-w6n X aذv##lĶ7[1L@Z\,,BhnF7UY 7M\YEV Oo$'xtk(;kHHV%aX2ܥ $'َ@+OvRoUkSLC5žYVZ<.j$QcuS\M fYini"tL- m79p*iS`QOBvW纤)=:j7Pr;䫉VѾ NI. WH+9ߖ(M:ɍIt;_(i߼ɨ**+FYf<({$5f0@'3kXzqw'rشH+nhj%r֩Kqƿ_r..Z-٭}snm[MVU.{emdVV5DzRiP-."M,FXB+,\4'GZcvı:uaZGL,΂;hQCoxRdكz׶B,./exȲ<uo,#Ai猏n9,h|)؜Ed1ad!,u{f`uP{~Ha[od6ݹ0G E@Бo4ȧ‚nO|S "^hkoqQqeXo*p@t{^EwM\LP{,?8 딘ihH;lŐMuga_ a],Ę[ ",7 uۨ# Poj]+Hڶ ,jF!M|02߈.MGQ6i'b Euބ BA Λ,揧wKnspc,T 0H9)7gC>Vb iXIfݐYxu "#y/N[[Q67 Xoc #zָSGiZ6gma,)SRѻϒ. Cv;H1:M%`xzV]۸K4 -oAcYr`jB'{dX#*R?h|CI)HO_-{ Qڊ2l[_'quW7S?巔VFhR7;4ɷ&<=PO҃)1mJbkfn(DŗGs`*ū7Ex .${T« J<6\ilLat$Ű%=)SצD;N;SGآ4!W0Qר}`P&Sx  d}@0UJU2Hv*wqVܷq+|Ii!KBWُ ķoqAkĩ^D!_Me5hO£s4HiY#T< 6$Oԕf=G

                                       Design Portfolio

                                       Architectural Services

                                       About HPP International Architect

                                       Contact Us

 

 

_=http://www.hppinternational.com/pages/1/index_files/page1.htmsvy tuObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Jhttp://www.hppinternational.com/pages/1/index_files/page1_files/master.css./01X$classesZ$classname12UNSURLXNSObject#ADY 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesXtext/css_Apache/2.2.3 (Red Hat)T1713_Fri, 13 Aug 2010 06:35:48 GMT_"281a304-6b1-cc606340"_Wed, 15 Oct 2008 19:32:53 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  X]fqtz#(3ALR[ty g,_Jhttp://www.hppinternational.com/pages/1/index_files/page1_files/master.css wxO*bplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Ghttp://www.hppinternational.com/pages/1/index_files/page1_files/user.js./01X$classesZ$classname12UNSURLXNSObject#ADnG$ 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30Ubytes_application/x-javascript_Apache/2.2.3 (Red Hat)T5117_Fri, 13 Aug 2010 06:35:48 GMT_"281a305-13fd-cc6fa580"_Wed, 15 Oct 2008 19:32:54 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  UZcnqw  %0>IOj.g<_Ghttp://www.hppinternational.com/pages/1/index_files/page1_files/user.js z{|CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Mhttp://www.hppinternational.com/pages/1/index_files/page1_files/203_logo2.gif./01X$classesZ$classname12UNSURLXNSObject#AD 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S935_Fri, 13 Aug 2010 06:35:48 GMT_"281a303-3a7-cc41dec0"_Wed, 15 Oct 2008 19:32:51 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  [`itw} !&+6DOU_x|  !g/OGIF89aPwww̻DDD!,PI8ͻ`(dihlp,tmx|pH,Ȥrl:ШtJ.``,KbÅ ﴶۀa~,z|a'tca\!YZvZÑYiȄšZ~Ywа qZ!2/:7? "WÇA߱ FTxAB NPK7(%Fɛ$ML!Ο*wTle F#gZ&;vL{:T,' "fҚ@5l*XO.zcQo:AO6V͇ ] |J㦰a-OsvLh')S0ق 3F}X Ikh:Eh Seqպ>\@q3ZPn r_[K wVw[ߏ{Azx Vi0Bt`~ZV ާxh  Q"AE"@ kY( I(&(VK0w8P#H>
_;http://www.hppinternational.com/pages/1/index_files/bot.htm Obplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/master.css./01X$classesZ$classname12UNSURLXNSObject#ADW| 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesXtext/css_Apache/2.2.3 (Red Hat)T1713_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a1f-6b1-cb4dbac0"_Wed, 15 Oct 2008 19:32:35 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPYrwg*_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/master.css O(bplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Ehttp://www.hppinternational.com/pages/1/index_files/bot_files/user.js./01X$classesZ$classname12UNSURLXNSObject#ADe 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30Ubytes_application/x-javascript_Apache/2.2.3 (Red Hat)T5117_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a21-13fd-cb6c3f40"_Wed, 15 Oct 2008 19:32:37 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  SXalou~ #.<GMh ,g:_Ehttp://www.hppinternational.com/pages/1/index_files/bot_files/user.js CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/spacer.gif./01X$classesZ$classname12UNSURLXNSObject#AD1 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)R43_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a20-2b-cb5cfd00"_Wed, 15 Oct 2008 19:32:36 GMT./_``a2_NSMutableDictionary\NSDictionary+./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZsvg'O+GIF89a!,D;_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/spacer.gif CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-01.gif./01X$classesZ$classname12UNSURLXNSObject#AD 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S163_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a11-a3-ca5996c0"_Wed, 15 Oct 2008 19:32:19 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZswg(OGIF89am !,m tڋ޼H扦*& LΛ ĢL*,` JԪ9ܮ OZNaՎF/HXhx8!h)'P;_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-01.gif CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-02.gif./01X$classesZ$classname12UNSURLXNSObject#AD1{ 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)R90_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a14-5a-ca875d80"_Wed, 15 Oct 2008 19:32:22 GMT./_``a2_NSMutableDictionary\NSDictionaryZ./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZsvg'OZGIF89aFSjRa}!,+kFZE@GA`5dɜcz^ u<  ;_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-02.gif CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Ehttp://www.hppinternational.com/pages/1/index_files/bot_files/01a.gif./01X$classesZ$classname12UNSURLXNSObject#AD 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S505_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a12-1f9-ca68d900"_Wed, 15 Oct 2008 19:32:20 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  SXalou~ #.<GMWptg'OGIF89abFSjP`pt~싓P`!)6Q]shs.9L ,b` dihl{p,tmxupl,pH0%g0,km M6 h0# A+L` 7n0]8p7jeFn2/fW!)ifexM @5J,Vj"uׯ5T @ٳhӪ]˶۷pʝKݻxu߿C!GDL200-HNV-UYYQYYQ-ZZX;_Ehttp://www.hppinternational.com/pages/1/index_files/bot_files/01a.gif CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-04.gif./01X$classesZ$classname12UNSURLXNSObject#AD 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S391_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a15-187-ca969fc0"_Wed, 15 Oct 2008 19:32:23 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZswg*OGIF89abFSjP`pt~P`!)6Q]s.9Lhs ,b` dihl{p,tmxupT Â%) sNp8.H ]㦀 A2Gbqu0n0m5Sdypdz|O^fRq0\cS1 vUqnO®Tс_G2pלO1kC H*\ȰÇ#JHC3jܸ1!GDL200-HNV-UYYQYYQ-ZZX;_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-04.gif CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-05.gif./01X$classesZ$classname12UNSURLXNSObject#AD9 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S384_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a17-180-cab52440"_Wed, 15 Oct 2008 19:32:25 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZswg*OGIF89abFSjP`pP`!)6hst~Q]s.9L ,b` dihl{p,tmxupTcɋH10 a@N9IB D4`A`m@&e߻  N |V VXzy3Jc |kN|3VKv |ZO}K V\z1 1hhdOG2 ̟˒gl  wC H*\ȰÇ]HHb!GDL200-HNV-UYYQYYQ-ZZX;_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-05.gif CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-06.gif./01X$classesZ$classname12UNSURLXNSObject#ADh 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S465_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a19-1d1-cae2eb00"_Wed, 15 Oct 2008 19:32:28 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZswg*OGIF89abFSjP`pt~P`!)6hs.9LQ]s ,b` dihl{p,tmxup\ &(ИF ơPC1-P ^_~:ghowlWUx N msNt\p xMr?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S435_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a1b-1b3-cb016f80"_Wed, 15 Oct 2008 19:32:30 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZswg*OGIF89abFSjP`pt~P`!)6Q]shs㖞.9L ,b` dihl{p,tmxupd(6G`@M pƌ18f[<Y6 (1X {Pr f 0d vumHki_h_T_zyoKnUTT[QCY0M}r`ScboGl_sUdTMNJDVvҺľٮݵnBV_,!3A.k"'J=LXȱ#~CbTPaɓ(S\ɲ˗0cʜI͛8sIӅϟ@ !GDL200-HNV-UYYQYYQ-ZZX;_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-07.gif CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-09.gif./01X$classesZ$classname12UNSURLXNSObject#ADH 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)R69_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a1d-45-cb1ff400"_Wed, 15 Oct 2008 19:32:32 GMT./_``a2_NSMutableDictionary\NSDictionaryE./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZsvg'OEGIF89a FSjRa}!, ڋf☔B;_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-09.gif CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-10.gif./01X$classesZ$classname12UNSURLXNSObject#ADL 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S118_Fri, 13 Aug 2010 06:35:48 GMT_"16c3a1e-76-cb3e7880"_Wed, 15 Oct 2008 19:32:34 GMT./_``a2_NSMutableDictionary\NSDictionaryv./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPZswg(OvGIF89am!,mMڋ޼H扦ʶ L ĢL*̦ JԪjܮ l);_Hhttp://www.hppinternational.com/pages/1/index_files/bot_files/bot-10.gif _'-->O

 

_;http://www.hppinternational.com/pages/1/index_files/rbg.htm Obplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Hhttp://www.hppinternational.com/pages/1/index_files/rbg_files/master.css./01X$classesZ$classname12UNSURLXNSObject#AD=[ 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesXtext/css_Apache/2.2.3 (Red Hat)T1713_Fri, 13 Aug 2010 06:35:48 GMT_"281a307-6b1-cc7ee7c0"_Wed, 15 Oct 2008 19:32:55 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  V[dorx !&1?JPYrwg*_Hhttp://www.hppinternational.com/pages/1/index_files/rbg_files/master.css O(bplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Ehttp://www.hppinternational.com/pages/1/index_files/rbg_files/user.js./01X$classesZ$classname12UNSURLXNSObject#ADF 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30Ubytes_application/x-javascript_Apache/2.2.3 (Red Hat)T5117_Fri, 13 Aug 2010 06:35:48 GMT_"281a309-13fd-ccacae80"_Wed, 15 Oct 2008 19:32:58 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  SXalou~ #.<GMh ,g:_Ehttp://www.hppinternational.com/pages/1/index_files/rbg_files/user.js CObplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Ehttp://www.hppinternational.com/pages/1/index_files/rbg_files/rbg.gif./01X$classesZ$classname12UNSURLXNSObject#ADs 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesYimage/gif_Apache/2.2.3 (Red Hat)S162_Fri, 13 Aug 2010 06:35:48 GMT_"281a308-a2-cc9d6c40"_Wed, 15 Oct 2008 19:32:57 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  SXalou~ #.<GMWptg%OGIF89a,)/4!,,yڋ޼!"H扦:"L&Ģ̦QB*Tjj6, l1 ?=7:hHX1h(9iW;_Ehttp://www.hppinternational.com/pages/1/index_files/rbg_files/rbg.gif TlogoO

_?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30UbytesXtext/css_Apache/2.2.3 (Red Hat)T1713_Fri, 13 Aug 2010 06:35:48 GMT_"281a2fb-6b1-cbb88a80"_Wed, 15 Oct 2008 19:32:42 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  W\epsy"'2@KQZsx g+_Ihttp://www.hppinternational.com/pages/1/index_files/logo_files/master.css O)bplist00 X$versionT$topY$archiverX$objects_WebResourceResponse_NSKeyedArchiver &,-345MNOPQRSTUVWXYZ[\]^bcU$null  !"#$%V$classR$3R$8S$10S$11R$5R$6R$4R$7R$2R$9R$0R$1 '()$+WNS.base[NS.relative_Fhttp://www.hppinternational.com/pages/1/index_files/logo_files/user.js./01X$classesZ$classname12UNSURLXNSObject#ADf 6789CWNS.keysZNS.objects:;<=>?@AB DEFGHIJ:L ZKeep-Alive]Accept-Ranges\Content-TypeVServer^Content-LengthTDateTEtagZConnection]Last-ModifiedZtimeout=30Ubytes_application/x-javascript_Apache/2.2.3 (Red Hat)T5117_Fri, 13 Aug 2010 06:35:48 GMT_"281a2fc-13fd-cbd70f00"_Wed, 15 Oct 2008 19:32:44 GMT./_``a2_NSMutableDictionary\NSDictionary./deef2_NSHTTPURLResponse]NSURLResponse)27:PRd  TYbmpv $/=HNi -g;_Fhttp://www.hppinternational.com/pages/1/index_files/logo_files/user.js!3ITk.blpy V*+ +%+.-8-9-g-t-}---////44L4U8888999999*91>>>?C$CoCxGGGLM"MmMwMQ}}~~/CLh3<Z:C_pD0y8Ac<ir *!!!!%&=&F*r**./ /U/^3x44i4r88939<=U?R??CEJEEIK>KKOQQQUWWW\\_\\`aFaaaacdd dh/hzhllmqqrr rrttBtEtNxkxx|}6