Citation :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"/><title>Google Maps</title><style type="text/css">body {background-color: white;color: black;font-family: Arial;margin-top: 5px;margin-left: 8px;margin-right: 8px;margin-bottom: 0px;}table {border-collapse: collapse;}td {padding: 0;}img {border: 0;}a {color: #0000cc;}#header .logo {padding-right: 10px;}#header .form .menu {padding-bottom: 4px;padding-left: 2px;font-size: small;}#header .boxlabel {font-size: 70%;padding-top: 1px;padding-left: 1px;}a.selected {font-weight: bold;text-decoration: none;color: black;}#headertitle {border-top: 1px solid #ff9900;background-color: #ffeac0;margin-top: 5px;margin-bottom: 7px;width: 100%;}#headertitle td.title {font-size: large;font-weight: bold;padding-left: 3px;white-space: nowrap;}#headertitle td.toggle {font-size: small;text-align: right;padding-right: 3px;}#page {position: relative;width: 100%;height: 100%;}#map {position: static;border: 1px solid silver;margin-right: 16.85em;height: 100%;}form {margin: 0;}.help {font-size: x-small;vertical-align: top;white-space: nowrap;padding-left: 7px;}#directions_form td.reverse {padding-left: 2px;padding-right: 2px;vertical-align: middle;}.example {color: gray;}table.directions td, table.dirsummary td {font-size: small;border: 1px solid silver;padding: 3px;vertical-align: top;}table.directions {margin-bottom: 0.75em;}div.dirlegal {margin-bottom: 2em;font-size: 70%;color: #666666;}div.reverse {margin-top: 0.75em;margin-bottom: 5px;font-size: small;}table.directions td.num, table.dirsummary td.name {white-space: nowrap;background-color: #eeeeee;}table.directions td.num {text-align: right;}table.directions td.desc, table.dirsummary td.value {width: 100%;}table.directions td.desc, table.directions td.num {cursor: pointer;}table.directions td.dist {white-space: nowrap;text-align: right;}table.directions td.gap {text-align: center;border-left: none;border-right: none;padding: 0px;font-family: Arial Unicode MS, sans-serif;}div.gap {margin: -0.25em;overflow: visible;}#rhs {position: absolute;top: 0px;right: 0px;width: 16em;}#links {font-size: small;margin-bottom: 1em;}#links img {width: 16px;height: 16px;vertical-align: bottom;}.noselect {-moz-user-select: none;}v\:* {behavior:url(#default#VML);}#printheader {display: none;}</style><style type="text/css" media="screen">.noscreen {display: none;}</style><style type="text/css" media="print">.noprint {display: none;}body {margin: 0;}#screenheader, #stats, #bug, #links, #headertitle,td.form, div.infowindow {display: none;}#header {margin-bottom: 7mm;}#printheader {display: block;position: absolute;top: 0mm;left: 45mm;height: 20mm;width: 100%;color: silver;text-align: left;font-size: 12pt;}#page {position: relative;width: 100%;}#map {position: static;width: 100%;height: 140mm;overflow: hidden;}#rhs {position: static;margin-top: 5mm;margin-left: 10mm;width: 160mm;}#rhs #panel table td {text-align: top;}#rhs #panel table td div {display: inline;margin: 0px 5px 0px 0px;padding: 0px;text-decoration: none;font-size: 4mm;}a {text-decoration: none;color: inherit;}#rhs #panel table {width: 160mm;}#rhs #panel table td {border: none;}#rhs #panel table td.name {width: 30mm;}#rhs #panel table td.value {width: 130mm;}#rhs #panel div.reverse {display: none;}#rhs #panel table.directions {margin-top: 4mm;}</style><script type="text/javascript">//<![CDATA[
function _compat() {var a = navigator.userAgent.toLowerCase();return ((a.indexOf('msie') != -1 && a.indexOf('msie 4') == -1 &&a.indexOf('msie 5.0') == -1 && a.indexOf('msie 5.1') == -1 &&a.indexOf('msie 3') == -1 && a.indexOf('powerpc') == -1) ||(document.getElementById && window.XSLTProcessor &&window.XMLHttpRequest && a.indexOf('netscape6') == -1 &&a.indexOf('netscape/7.0') == -1));}var _forms = new Array('maps', 'local', 'directions');var _defaults = new Object();_defaults['maps'] = 'q';_defaults['local'] = 'what';_defaults['directions'] = 'start';function _form(name) {if (!_c) return true;for (var i = 0; i < _forms.length; i++) {var n = _forms[i];var t = document.getElementById(n);var f = document.getElementById(n + '_form');if (t) t.className = (n == name) ? 'selected' : null;if (f) f.style.display = (n == name) ? '' : 'none';}document.getElementById(_defaults[name]).focus();return false;}function _setPrintHeader(mode) {var t = '';if (!mode) {var q = document.getElementById('q').value;if (q) {t += '<b>Map</b>';t += '<br> for <em>' + q + '</em>';}} else if (mode == 'l') {var where = document.getElementById('where').value;var what = document.getElementById('what').value;t += '<b>Local Search</b>';t += '<br> for <em>' + what + '</em>';if (where && where != _wStr) {t += '<br> in <em>' + where + '</em>';}} else if (mode == 'd') {var start = document.getElementById('start').value;var end = document.getElementById('end').value;t += '<b>Driving directions<b>';t += '<br> from <em>' + start + '</em>';t += '<br> to <em>' + end + '</em>';}document.getElementById('printheader').innerHTML = t;}function _search(form) {var q = form.q.value;var mode = null;if (document.getElementById('local_form').style.display != 'none') {mode = 'l';if (form.what.value.length == 0) {form.what.focus();return;}if (form.where.value.length == 0 || form.where.value == _wStr) {q = form.what.value;} else {q = form.what.value + ' in ' + form.where.value;}} else if (document.getElementById('directions_form').style.display != 'none') {mode = 'd';if (form.start.value.length == 0) {form.start.focus();return;}if (form.end.value.length == 0) {form.end.focus();return;}q = 'from ' + form.start.value + ' to ' + form.end.value;}_m.search(q, document.getElementById('vp'), mode);_setPrintHeader(mode);}function _submit(form) {if (_c && _m) _search(form);return false;}function _load(xml, doc) {if (!_c) return;if (!_m) {window._pending = xml;return;}_m.loadXML(xml, doc);}function _fd() {var se = document.getElementById('start');var ee = document.getElementById('end');var s = se.value;se.value = ee.value;ee.value = s;}function _blur() {document.getElementById('q').blur();document.getElementById('what').blur();document.getElementById('where').blur();document.getElementById('start').blur();document.getElementById('end').blur();}var _wStr = 'the map area below';function _wfocus(w) {if (w.value == _wStr) {w.value = '';w.style.color = 'black';}}function _wblur(w) {if (w.value.length == 0 || w.value == _wStr) {w.value = _wStr;w.style.color = 'gray';}}function _email() {if (!_c || !_m) return;_m.email();}function _print() {if (!_c || !_m) return;_m.print();}function _checkLoad() {if (window._pending) _load(window._pending);window._pending = null;}function getDirectionsStart() {return document.getElementById('start');}function getDirectionsEnd() {return document.getElementById('end');}function directionsSearch(s, e, ds) {_form('directions');var se = getDirectionsStart();var ee = getDirectionsEnd();if (s) se.value = s;if (e) ee.value = e;if (ds) {_search(document.getElementById('form'));} else {if (s && !e) ee.select();else se.select();}}function search(q) {_form('maps');document.getElementById('q').value = q;_search(document.getElementById('form'));}function iwOnLoadTo() {var s = document.getElementById("infoStart" );var ia = s.getAttribute("a" );if (ia != getDirectionsStart().value) {s.value = getDirectionsStart().value;getDirectionsEnd().value = ia;}s.select();_pastebox(s);}function iwOnLoadFrom() {var e = document.getElementById("infoEnd" );var ia = e.getAttribute("a" );if (ia != getDirectionsEnd().value) {e.value = getDirectionsEnd().value;getDirectionsStart().value = ia;}e.select();_pastebox(e);}_m = null;_df = '';_tv = '.1';_fc = false;_c = _fc || _compat();window.document.vpage = '<?xml version="1.0"?><page><title></title><query></query><center lat="37.062500" lng="-95.677068"/><span lat="23.875000" lng="57.832528"/><overlay panelStyle="/mapfiles/homepanel.xsl"></overlay></page>';//]]></script></head><body onload="_checkLoad()"><table id="header"><tr><td class="logo"><a href="/maps"><img id="logo" src="http://www.google.com/mapfiles/maps_res_logo.gif" width="150" height="55" alt="Go to Google Maps Home"/></a></td><td class="form"><form id="form" action="/maps" method="get" onsubmit="return _submit(this)"><table><tr><td class="menu"><a href="/maps" class="selected" id="maps" onclick="return _form('maps')">Maps</a> <a href="/maps" id="local" onclick="return _form('local')">Local Search</a> <a href="/maps" id="directions" onclick="return _form('directions')">Directions</a> </td></tr><tr><td style="vertical-align: top"><table><tr><td><table id="maps_form"><tr><td><input tabindex="0" name="q" id="q" type="text" size="50" value=""/></td></tr><tr><td class="boxlabel"> </td></tr></table><table id="local_form" style="display:none"><tr><td><input tabindex="1" name="what" id="what" type="text" size="36" value=""/> </td><td><input tabindex="2" name="where" id="where" type="text" size="36" value="" onfocus="_wfocus(this)" onblur="_wblur(this)"/></td></tr><tr><td class="boxlabel">What <span class="example">e.g., cafes</span></td><td class="boxlabel">Where <span class="example">e.g., Poughkeepsie, NY</span></td></tr></table><table id="directions_form" style="display:none"><tr><td><input tabindex="3" name="start" id="start" type="text" size="36" value=""/></td><td class="reverse"><a href="javascript:void(0)" onclick="_fd()"><img src="http://www.google.com/mapfiles/ddirflip.gif" width="10" height="14" alt="Switch start and end address" title="Switch start and end address"/></a></td><td><input tabindex="4" name="end" id="end" type="text" size="36" value=""/></td></tr><tr><td class="boxlabel">Start address</td><td></td><td class="boxlabel">End address</td></tr></table></td><td style="vertical-align: top"> <input tabindex="5" name="btnG" id="btnG" type="submit" value="Search"/></td><td class="help"><div><a href="http://www.google.com/help/faq_maps.html">Help</a></div><div><a href="http://www.google.com/support/maps/bin/request.py" id="feedback">Send Feedback</a></div></td></tr></table></td></tr></table></form></td></tr></table><table id="headertitle"><tr><td class="title">Maps</td><td class="toggle"> </td></tr></table><div id="printheader"></div><script type="text/javascript">//<![CDATA[
if (_c) {_wblur(document.getElementById("where" ));document.getElementById("q" ).focus();document.write('<div id="loading">Loading...</div>');}//]]></script><script type="text/javascript">//<![CDATA[
if (_c) { document.write('<' + 'script src="http://www.google.com/mapfiles/maps.1.js" type="text/javascript"><' + '/script>');}//]]></script><script type="text/javascript">//<![CDATA[
if (_c) { _pastebox(document.getElementById('q'));_pastebox(document.getElementById('what'));_pastebox(document.getElementById('where'));_pastebox(document.getElementById('start'));_pastebox(document.getElementById('end'));document.getElementById('loading').style.display = 'none';document.write('<div id="page">');document.write('<div id="map"></div>');document.write('<div id="rhs"><div id="links"><a href="javascript:_print()"><img src="http://www.google.com/mapfiles/print_icon.gif" alt="Print"/></a> <a href="javascript:_print()">Print</a> <a href="javascript:_email()"><img src="http://www.google.com/mapfiles/email_icon.gif" alt="Email"/></a> <a href="javascript:_email()">Email</a> <img src="http://www.google.com/mapfiles/link_icon.gif" alt="Link to this page"> <a id="linktopage" href="">Link to this page</a></div><div id="metapanel"></div><div id="panel"></div></div>');document.write('</div>');_m = _app(document.getElementById('map'),document.getElementById('panel'),document.getElementById('metapanel'),document.getElementById('linktopage'),document.getElementById('feedback'));_m.loadMap();_m.initSafari();_m.map.onmousedown = function() {_blur();}} else {document.write('<p>Your browser is not supported by Google Maps just yet. We currently support the following browsers:</p><ul><li>IE 5.5+ (download: <a href="http://www.microsoft.com/windows/ie/downloads/default.asp">Windows</a> )</li><li>Firefox 0.8+ (download: <a href="http://www.mozilla.org/products/firefox/">Windows</a> <a href="http://www.mozilla.org/products/firefox/">Mac</a> <a href="http://www.mozilla.org/products/firefox/">Linux</a> )</li><li>Netscape 7.1+ (download: <a href="http://channels.netscape.com/ns/browsers/download.jsp">Windows</a> <a href="http://channels.netscape.com/ns/browsers/download.jsp">Mac</a> <a href="http://channels.netscape.com/ns/browsers/download.jsp">Linux</a> )</li><li>Mozilla 1.4+ (download: <a href="http://www.mozilla.org/products/mozilla1.x/">Windows</a> <a href="http://www.mozilla.org/products/mozilla1.x/">Mac</a> <a href="http://www.mozilla.org/products/mozilla1.x/">Linux</a> )</li></ul><p>We are working on supporting Safari. Regardless of your browser type, you must have JavaScript enabled to use Google Maps.</p><p>We recommend you download one of the browsers above, or you can try to <a href="/maps?fc=1">load Google Maps</a> in your current browser.</p>');}//]]></script><noscript><p>Your browser is not supported by Google Maps just yet. We currently support the following browsers:</p><ul><li>IE 5.5+ (download: <a href="http://www.microsoft.com/windows/ie/downloads/default.asp">Windows</a> )</li><li>Firefox 0.8+ (download: <a href="http://www.mozilla.org/products/firefox/">Windows</a> <a href="http://www.mozilla.org/products/firefox/">Mac</a> <a href="http://www.mozilla.org/products/firefox/">Linux</a> )</li><li>Netscape 7.1+ (download: <a href="http://channels.netscape.com/ns/browsers/download.jsp">Windows</a> <a href="http://channels.netscape.com/ns/browsers/download.jsp">Mac</a> <a href="http://channels.netscape.com/ns/browsers/download.jsp">Linux</a> )</li><li>Mozilla 1.4+ (download: <a href="http://www.mozilla.org/products/mozilla1.x/">Windows</a> <a href="http://www.mozilla.org/products/mozilla1.x/">Mac</a> <a href="http://www.mozilla.org/products/mozilla1.x/">Linux</a> )</li></ul><p>We are working on supporting Safari. Regardless of your browser type, you must have JavaScript enabled to use Google Maps.</p><p>We recommend you download one of the browsers above, or you can try to <a href="/maps?fc=1">load Google Maps</a> in your current browser.</p></noscript><img src="http://www.google.com/mapfiles/transparent.gif" style="display:none" alt=""/><iframe name="vp" id="vp" src="/mapfiles/home.html" style="display:none"></iframe></body></html>
|