ÿþ<html dir="ltr" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv="Content-Language" content="en-us"> <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <link rel="File-List" href="Contact_Us.asp_files/filelist.xml"> <title>Home</title> <!--[if !mso]> <style> v\:* { behavior: url(#default#VML) } o\:* { behavior: url(#default#VML) } .shape { behavior: url(#default#VML) } </style> <![endif]--><!--[if gte mso 9]> <xml><o:shapedefaults v:ext="edit" spidmax="1027"/> </xml><![endif]--> </head> <script language="JavaScript"> //Analog clock script- By Kurt (kurt.grigg@virgin.net) //Script featured on Dynamic Drive //Visit http://www.dynamicdrive.com for this script and more fCol='444444'; //face colour. sCol='FF0000'; //seconds colour. mCol='444444'; //minutes colour. hCol='444444'; //hours colour. Ybase=30; //Clock height. Xbase=30; //Clock width. H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); NS4=(document.layers); NS6=(document.getElementById&&!document.all); IE4=(document.all); Ypos=0; Xpos=0; dots=12; Split=360/dots; if (NS6){ for (i=1; i < dots+1; i++){ document.write('<div id="n6Digits'+i+'" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial;font-size:10px;color:#'+fCol+';text-align:center;padding-top:10px">'+i+'</div>'); } for (i=0; i < M.length; i++){ document.write('<div id="Ny'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+mCol+'"></div>'); } for (i=0; i < H.length; i++){ document.write('<div id="Nz'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+hCol+'"></div>'); } for (i=0; i < S.length; i++){ document.write('<div id="Nx'+i+'" style="position:absolute;top:0px;left:0px;width:2px;height:2px;font-size:2px;background:#'+sCol+'"></div>'); } } if (NS4){ dgts='1 2 3 4 5 6 7 8 9 10 11 12'; dgts=dgts.split(' ') for (i=0; i < dots; i++){ document.write('<layer name=nsDigits'+i+' top=0 left=0 height=30 width=30><center><font face=Arial size=1 color='+fCol+'>'+dgts[i]+'</font></center></layer>'); } for (i=0; i < M.length; i++){ document.write('<layer name=ny'+i+' top=0 left=0 bgcolor='+mCol+' clip="0,0,2,2"></layer>'); } for (i=0; i < H.length; i++){ document.write('<layer name=nz'+i+' top=0 left=0 bgcolor='+hCol+' clip="0,0,2,2"></layer>'); } for (i=0; i < S.length; i++){ document.write('<layer name=nx'+i+' top=0 left=0 bgcolor='+sCol+' clip="0,0,2,2"></layer>'); } } if (IE4){ document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=1; i < dots+1; i++){ document.write('<div id="ieDigits" style="position:absolute;top:0px;left:0px;width:30px;height:30px;font-family:Arial;font-size:10px;color:'+fCol+';text-align:center;padding-top:10px">'+i+'</div>'); } document.write('</div></div>') document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < M.length; i++){ document.write('<div id=y style="position:absolute;width:2px;height:2px;font-size:2px;background:'+mCol+'"></div>'); } document.write('</div></div>') document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < H.length; i++){ document.write('<div id=z style="position:absolute;width:2px;height:2px;font-size:2px;background:'+hCol+'"></div>'); } document.write('</div></div>') document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < S.length; i++){ document.write('<div id=x style="position:absolute;width:2px;height:2px;font-size:2px;background:'+sCol+'"></div>'); } document.write('</div></div>') } function clock(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.57 + Math.PI * hr/6 + Math.PI*parseInt(time.getMinutes())/360; if (NS6){ Ypos=window.pageYOffset+window.innerHeight-Ybase-25; Xpos=window.pageXOffset+window.innerWidth-Xbase-30; for (i=1; i < dots+1; i++){ document.getElementById("n6Digits"+i).style.top=Ypos-15+Ybase*Math.sin(-1.56 +i *Split*Math.PI/180) document.getElementById("n6Digits"+i).style.left=Xpos-15+Xbase*Math.cos(-1.56 +i*Split*Math.PI/180) } for (i=0; i < S.length; i++){ document.getElementById("Nx"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(sec); document.getElementById("Nx"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(sec); } for (i=0; i < M.length; i++){ document.getElementById("Ny"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(min); document.getElementById("Ny"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(min); } for (i=0; i < H.length; i++){ document.getElementById("Nz"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(hrs); document.getElementById("Nz"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(hrs); } } if (NS4){ Ypos=window.pageYOffset+window.innerHeight-Ybase-20; Xpos=window.pageXOffset+window.innerWidth-Xbase-30; for (i=0; i < dots; ++i){ document.layers["nsDigits"+i].top=Ypos-5+Ybase*Math.sin(-1.045 +i*Split*Math.PI/180) document.layers["nsDigits"+i].left=Xpos-15+Xbase*Math.cos(-1.045 +i*Split*Math.PI/180) } for (i=0; i < S.length; i++){ document.layers["nx"+i].top=Ypos+i*Ybase/4.1*Math.sin(sec); document.layers["nx"+i].left=Xpos+i*Xbase/4.1*Math.cos(sec); } for (i=0; i < M.length; i++){ document.layers["ny"+i].top=Ypos+i*Ybase/4.1*Math.sin(min); document.layers["ny"+i].left=Xpos+i*Xbase/4.1*Math.cos(min); } for (i=0; i < H.length; i++){ document.layers["nz"+i].top=Ypos+i*Ybase/4.1*Math.sin(hrs); document.layers["nz"+i].left=Xpos+i*Xbase/4.1*Math.cos(hrs); } } if (IE4){ Ypos=document.body.scrollTop+window.document.body.clientHeight-Ybase-20; Xpos=document.body.scrollLeft+window.document.body.clientWidth-Xbase-20; for (i=0; i < dots; ++i){ ieDigits[i].style.pixelTop=Ypos-15+Ybase*Math.sin(-1.045 +i *Split*Math.PI/180) ieDigits[i].style.pixelLeft=Xpos-15+Xbase*Math.cos(-1.045 +i *Split*Math.PI/180) } for (i=0; i < S.length; i++){ x[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(sec); x[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(sec); } for (i=0; i < M.length; i++){ y[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(min); y[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(min); } for (i=0; i < H.length; i++){ z[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(hrs); z[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(hrs); } } setTimeout('clock()',100); } clock(); //--> </script> <body topmargin="0" leftmargin="0" background="00022.jpg" link="#000000"> <table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="1000" id="AutoNumber1" height="231" cellpadding="0"> <tr> <td width="1000" colspan="2" height="125" align="left" valign="top"> <img border="0" src="strech%20sym%20modfy.gif" width="1000" height="133"></td> </tr> <tr> <td width="1000" colspan="2" height="9"> <img border="0" src="line.jpg" width="1000" height="13"></td> </tr> <tr> <td width="42" height="352" valign="middle"> <table border="0" cellspacing="0" id="AutoNumber4" width="1" height="352" cellpadding="0"> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <b> <font color="#FFFF00">&nbsp; </font> <a target="_top" style="text-decoration: none" href="index.htm"> <font color="#FFFF00">Home</font></a></b></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"><b><font color="#FFFF00" size="2">&nbsp;&nbsp; </font> <font color="#FFFF00">Restec</font></b></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <b><font color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a target="_top" href="Mission.htm" style="text-decoration: none"><font color="#FFFFFF"> About Us</font></a></font></b></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <font color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font> <a target="_top" style="text-decoration: none; font-weight:700" href="staff.htm"> <font color="#FFFFFF">Staff</font></a></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <font color="#FFFFFF">&nbsp;&nbsp; &gt;&gt;</font><a target="_top" style="text-decoration: none; font-weight:700" href="Contact_Us.asp.htm"><font color="#FFFFFF">Contact Us</font></a></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p align="left" dir="ltr"><font color="#FFFF00"><b> &nbsp; Services</b></font></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <b> <font color="#FFFFFF"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a target="_top" href="Agencies.htm" style="text-decoration: none"> <font color="#FFFFFF">Agencies</font></a></font></b></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <font color="#FFFFFF"><span style="font-weight:700"> <a target="_top" style="text-decoration: none" href="Contracts.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#FFFFFF">Contracts</font></a></span></font></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <font size="2" color="#FFFFFF"> <b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </b></font><font color="#FFFFFF"><span style="font-weight: 700"> &nbsp;</span><span style="text-decoration: none; font-weight: 700"><a target="_top" style="text-decoration: none; font-weight:700" href="Lab%20systems.htm"><font color="#FFFFFF">Lab Systems </font></a></span></font></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p align="left" dir="ltr"> <font color="#FFFF00"><b>&nbsp; PVT R&amp;D</b></font></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <b> <font color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp; </font> <a target="_top" href="PVT%20software.htm" style="text-decoration: none"> <font color="#FFFFFF">&nbsp;&nbsp;PVT Software</font></a></b></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <font color="#FFFFFF"> <span style="font-weight: 700">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<a href="Publications.htm" style="text-decoration: none"><font color="#FFFFFF">PVT Publications</font></a></span></font></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p align="left" dir="ltr"> <b><font color="#FFFF00">&nbsp; Partners</font></b></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <b> <font color="#FFFFFF"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a target="_top" style="text-decoration: none" href="Clients.htm"><font color="#FFFFFF"> Clients</font></a></font></b></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <b> <font color="#FFFFFF"> <a target="_top" style="text-decoration: none" href="Companies.htm">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#FFFFFF">Companies</font></a></font></b></th> </tr> <tr> <th width="147" align="left" bgcolor="#000000" height="22" nowrap style="border-style: none; border-width: medium; " background="but1.gif" dir="ltr"> <p dir="ltr"> <font color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font> <a target="_top" style="text-decoration: none; font-weight:700" href="Experts.asp.htm"> <font color="#FFFFFF">Experts</font></a></th> </tr> </table> </td> <td width="1060" height="352" valign="top"> <table border="1" cellspacing="1" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="873" id="AutoNumber3" height="290"> <tr> <th width="10" align="left" height="83" nowrap style="border-style: none; border-width: medium; " valign="top" dir="ltr" rowspan="3"> &nbsp;</th> <td width="649" height="51" style="border-style: none; border-width: medium"> <p align="left" dir="ltr"><font face="Garamond Premr Pro Smbd" size="7"><i><b>&nbsp;</b></i></font><b><i><font face="Garamond Premr Pro Smbd" size="7">Contact Us</font></i></b></p> </td> <td width="94" height="279" rowspan="3" style="border-style: none; border-width: medium" valign="middle">&nbsp;</td> </tr> <tr> <td width="649" height="20" style="border-style: none; border-width: medium"> <hr color="#000000" dir="ltr"> </td> </tr> <tr> <td width="649" height="208" style="border-style: none; border-width: medium" valign="top"> <table border="1" cellspacing="1" width="112%" id="AutoNumber7" height="220" style="border-width: 0"> <tr> <td width="52%" height="215" style="border-style: none; border-width: medium" valign="top"> <p class="subtitle" align="left" style="margin: 5.0pt .1in"><b> <span style="font-size: 14.0pt; color: blue">Our office is located at:</span></b></p> <p class="subtitle" style="margin-top:5.0pt;margin-right:.1in;margin-bottom:5.0pt; margin-left:.1in" align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Alhotaibi Building, 1st Floor<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 15th Street, Saihat<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Eastern Province<br> &nbsp;&nbsp; &nbsp;&nbsp; Saudi Arabia</p> <p class="subtitle" style="margin-top:5.0pt;margin-right:.1in;margin-bottom:5.0pt; margin-left:.1in" align="left"><b><span style="font-size:14.0pt;color:blue"> Working hours:&nbsp; </span></b></p> <p class="subtitle" style="margin-top:0in;margin-right:.1in;margin-bottom:0in; margin-left:.1in;margin-bottom:.0001pt" align="left">7:00 a.m. - 4:00 p.m., Saturday through Wednesday</p> <p class="subtitle" style="margin-top:0in;margin-right:.1in;margin-bottom:0in; margin-left:.1in;margin-bottom:.0001pt" align="left">7:00 a.m. - 1:00 p.m., Thursday </p> <p align="left">&nbsp;&nbsp;<span style="font-size: 14.0pt; color: blue"> Local time is equal to GMT + 3 hours.</span></td> <td width="48%" height="215" style="border-style: none; border-width: medium" dir="ltr" valign="top"> <table border="1" cellspacing="1" width="290" id="AutoNumber8" style="border-width: 0" height="224"> <tr> <td style="border-style: none; border-width: medium; " width="284" height="17" dir="ltr" colspan="3"> <p align="left" dir="ltr"><b><font color="#0000FF">&nbsp;You can reach us by :&nbsp;</font></b></td> </tr> <tr> <td style="border-style: none; border-width: medium; " align="right" width="284" height="13" dir="ltr" colspan="3"> <p align="left" dir="ltr"><span style="font-size: 9pt">&nbsp;</span></td> </tr> <tr> <td style="border-style: none; border-width: medium; " align="right" width="284" height="17" dir="ltr" colspan="3"> <p align="left"> &nbsp;<font color="#0000FF"><b> Phone&nbsp; :</b>&nbsp; </font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;+966-3-850 8506</td> </tr> <tr> <td style="border-style: none; border-width: medium; " align="right" width="284" height="17" dir="ltr" colspan="3"> <p align="left"><b><font color="#0000FF">&nbsp; Fax&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp;</font></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;+966-3-850 8507</td> </tr> <tr> <td style="border-style: none; border-width: medium; " align="right" width="284" height="8" dir="ltr" colspan="3"> </td> </tr> <tr> <td style="border-style: none; border-width: medium; " align="right" width="68" height="17" dir="ltr"> <p align="left">&nbsp;&nbsp;<font color="#0000FF"><b>E-Mail:</b></font></td> <td style="border-style:none; border-width:medium; " align="right" width="54" height="17" dir="ltr"> <p align="left">&nbsp;<font color="#800000"><b>General:&nbsp; </b></font></td> <td style="border-style: none; border-width: medium; " width="156" height="17" dir="ltr"> &nbsp;<a href="mailto: info@restec.biz">info@restec.biz </a> </td> </tr> <tr> <td style="border-style: none; border-width: medium; " align="right" width="68" height="17" dir="ltr"> <p align="left"></td> <td style="border-style:none; border-width:medium; " align="right" width="54" height="17" dir="ltr"> <p align="left"><font color="#800000"><b>&nbsp;Sales:</b></font></td> <td style="border-style: none; border-width: medium; " width="156" height="17" dir="ltr"> &nbsp;<a href="mailto: sales@restec.biz">sales@restec.biz</a></td> </tr> <tr> <td style="border-style: none; border-width: medium; " align="right" width="284" height="1" dir="ltr" colspan="3"> </td> </tr> <tr> <td style="border-style: none; border-width: medium; " align="right" width="125" height="8" dir="ltr" colspan="2"> </td> <td style="border-style: none; border-width: medium; " width="156" height="8" dir="ltr"> </td> </tr> <tr> <td style="border-style: none; border-width: medium; " align="right" width="125" height="62" dir="ltr" colspan="2"> <p class="SubTitle" align="left" dir="ltr">&nbsp;<font color="#0000FF"><b>Mailing Address:</b></font></p> <p>&nbsp;</td> <td style="border-style: none; border-width: medium; " width="156" height="62" dir="ltr"> &nbsp;Reservoir Technologies<BR>&nbsp;P.O. BOX 1820<BR>&nbsp;Saihat 31972<BR>&nbsp;Saudi Arabia</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td width="1000" height="51" valign="top" colspan="2"> <table border="1" cellspacing="1" width="103%" id="AutoNumber5" height="1" style="border-width: 0"> <tr> <td width="16%" height="1" style="border-style: none; border-width: medium"> </td> <td width="106%" height="1" style="border-style: none; border-width: medium" colspan="4"> <table border="1" cellspacing="1" width="101%" id="AutoNumber6" style="border-width: 0"> <tr> <td width="75%" style="border-style: none; border-width: medium"> <hr color="#000000" dir="ltr"> </td> <td width="8%" style="border-style: none; border-width: medium">&nbsp;</td> <td width="18%" style="border-style: none; border-width: medium">&nbsp;</td> </tr> </table> </td> </tr> <tr> <td width="16%" height="1" style="border-style: none; border-width: medium"> </td> <td width="3%" height="1" style="border-style: none; border-width: medium"> </td> <td width="7%" height="1" style="border-style: none; border-width: medium"><span dir="LTR"><b><font size="2"> <img border="0" src="small%20rest.gif" align="left" width="50" height="40"></font></b></span></td> <td width="29%" height="1" style="border-style: none; border-width: medium"><span dir="LTR"><b><font size="2">© 2000-2008&nbsp;&nbsp; Reservoir Technologies.</font></b></span><span dir="ltr"><b><font size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.restec.com">www.restec.com</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.restec.biz">www.restec.biz</a> </font></b></span></td> <td width="114%" height="1" style="border-style: none; border-width: medium"> </td> <td width="25%" height="1" style="border-style: none; border-width: medium"> </td> </tr> </table> </td> </tr> </table> <p>&nbsp;</p> <p><!--[if gte vml 1]><v:shapetype id="_x0000_t202" coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe"> <v:stroke joinstyle="miter"/> <v:path gradientshapeok="t" o:connecttype="rect"/> </v:shapetype><v:shape id="_x0000_s1025" type="#_x0000_t202" alt="" style='position:absolute; left:282pt;top:168.75pt;width:111.75pt;height:111pt;z-index:1' filled="f" stroked="f"> <v:textbox inset=",,,.6pt"> <table cellspacing="0" cellpadding="0" width="100%" height="100%"> <tr> <td align="center"><a href="Location.pdf"> <span style="text-decoration: none"> <img border="0" src="untitled.JPG" width="94" height="95">&nbsp;&nbsp; </span></a> <font size="2">Click here to see the direction map</font></td> </tr> </table> </v:textbox> </v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout;position: absolute;z-index:1;left:376px;top:225px;width:153px;height:152px'><img width=153 height=152 src="Contact_Us.asp_files/image001.gif" v:shapes="_x0000_s1025"></span><![endif]></p> </body> </html>