<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="MapQuest Driving Directions" description="Mapquest Driving Directions and Maps" title_url="http://www.mapquest.com" author="gWidgets" category="tools" category2="communication" author_email="phillip132@gmail.com" directory_title="MapQuest Driving Directions" screenshot="http://gwidgets.com/lig/images/mapquest_ss.png" thumbnail="http://gwidgets.com/lig/images/mapquest_tn.GIF" height="205" scrolling="true"/>
<UserPref name="startStreet" display_name="Start - Street"  required="false" default_value="" />
<UserPref name="startCity" display_name=" City" required="false" default_value="" />
<UserPref name="startState" display_name=" State" required="false" default_value="" />
<UserPref name="startZip" display_name=" Zip" required="false" default_value="" />
<UserPref name="endStreet" display_name="End - Street" required="false" default_value="" />
<UserPref name="endCity" display_name="City" required="false" default_value="" />
<UserPref name="endState" display_name="State" required="false" default_value="" />
<UserPref name="endZip" display_name="Zip" required="false" default_value="" />
<Content type="html">
<![CDATA[

<form id="searchbox" action="http://www.mapquest.com/directions/main.adp?go=1&do=nw&rmm=1&un=m&cl=EN&qq=&ct=NA&rsres=1&1y=US&1ffi=&1l=&1g=&1pl=&1v=&1n=&1pn=&1a=<?php $_GET['1a']; ?>&1c=<?php $_GET['1c']; ?>&1s=<?php $_GET['1s']; ?>&1z=<?php $_GET['1z']; ?>&2y=US&2ffi=&2l=&2g=&2pl=&2v=&2n=&2pn=&2a=<?php $_GET['2a']; ?>&2c=<?php $_GET['2c']; ?>&2s=<?php $_GET['2s']; ?>&2z=<?php $_GET['2z']; ?>&r=f" target="_blank" method="GET">
<input type="hidden" name="go" value="1" />
<input type="hidden" name="do" value="nw" />
<input type="hidden" name="rmm" value="1" />
<input type="hidden" name="un" value="m" />
<input type="hidden" name="cl" value="EN" />
<input type="hidden" name="qq" value="" />
<input type="hidden" name="ct" value="NA" />
<input type="hidden" name="rsres" value="1" />
<input type="hidden" name="1y" value="US" />
<input type="hidden" name="1ffi" value="" />
<input type="hidden" name="1l" value="" />
<input type="hidden" name="1g" value="" />
<input type="hidden" name="1pl" value="" />
<input type="hidden" name="1v" value="" />
<input type="hidden" name="1n" value="" />
<input type="hidden" name="1pn" value="" />
<input type="hidden" name="2y" value="US" />
<input type="hidden" name="2ffi" value="" />
<input type="hidden" name="2l" value="" />
<input type="hidden" name="2g" value="" />
<input type="hidden" name="2pl" value="" />
<input type="hidden" name="2v" value="" />
<input type="hidden" name="2n" value="" />
<input type="hidden" name="2pn" value="" />
<div id=login>
<table width="300" border="0">
  <tr>
    <td><img border="0" src="http://cdn.mapquest.com/mqsite/icon-dirs-start" width="32px" height="17px" alt="Start"/>
    <input id="1a" value="__UP_startStreet__" type="text" name="1a" size="27" /></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><input id="1c" value="__UP_startCity__" type="text" name="1c"  size="14"/>
    <input id="1s" value="__UP_startState__" type="text" name="1s"  size="2" maxlength="2"/>
    <input id="1z" value="__UP_startZip__" type="text" name="1z" size="5"/></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><img border="0" src="http://cdn.mapquest.com/mqsite/icon-dirs-end" width="32px" height="17px" alt="Start"/>
    <input id="2a" value="__UP_endStreet__" type="text" name="2a" size="27"/></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><input id="2c" value="__UP_endCity__" type="text" name="2c" size="14"/>
    <input id="2s" value="__UP_endState__" type="text" name="2s" size="2" maxlength="2"/>
    <input id="2z" value="__UP_endZip__" type="text" name="2z" size="5"/></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><input name="submit" type="submit" value="Get Directions"/></td>
    <td>&nbsp;</td>
  </tr>
</table></div>
</form>
<a href="http://www.tkqlhce.com/click-2239496-10381798" target="_top"></a><img src="http://www.awltovhc.com/image-2239496-10381798" width="1" height="1" border="0"/>

<script type="text/javascript">
(function() {
var f = document.getElementById('searchbox');
var q = document.getElementById('1a');
if (f && q) {

var n = navigator;
var l = location;
if (n.platform == 'Win32') {
q.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;';
}
var b = function() {
if (q.value == '') {
q.style.background = '#FFFFFF url(http://zytu.com/mapQuest/images/street.png) left no-repeat';
}
};
var f = function() {
q.style.background = '#ffffff';
};
q.onfocus = f;
q.onblur = b;
if (!/[&?]q=[^&]/.test(l.search)) {
b();
}
}

var j = document.getElementById('1c');
if (f && j) {

var n = navigator;
var l = location;
if (n.platform == 'Win32') {
j.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;';
}
var b = function() {
if (j.value == '') {
j.style.background = '#FFFFFF url(http://zytu.com/mapQuest/images/city.png) left no-repeat';
}
};
var f = function() {
j.style.background = '#ffffff';
};
j.onfocus = f;
j.onblur = b;
if (!/[&?]j=[^&]/.test(l.search)) {
b();
}
}

var k = document.getElementById('1s');
if (f && k) {

var n = navigator;
var l = location;
if (n.platform == 'Win32') {
k.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;';
}
var b = function() {
if (k.value == '') {
k.style.background = '#FFFFFF url(http://zytu.com/mapQuest/images/state.png) left no-repeat';
}
};
var f = function() {
k.style.background = '#ffffff';
};
k.onfocus = f;
k.onblur = b;
if (!/[&?]k=[^&]/.test(l.search)) {
b();
}
}

var m = document.getElementById('1z');
if (f && m) {

var n = navigator;
var l = location;
if (n.platform == 'Win32') {
m.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;';
}
var b = function() {
if (m.value == '') {
m.style.background = '#FFFFFF url(http://zytu.com/mapQuest/images/zip.png) left no-repeat';
}
};
var f = function() {
m.style.background = '#ffffff';
};
m.onfocus = f;
m.onblur = b;
if (!/[&?]m=[^&]/.test(l.search)) {
b();
}
}

var r = document.getElementById('2a');
if (f && r) {

var n = navigator;
var l = location;
if (n.platform == 'Win32') {
r.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;';
}
var b = function() {
if (r.value == '') {
r.style.background = '#FFFFCC url(http://zytu.com/mapQuest/images/street.png) left no-repeat';
}
};
var f = function() {
r.style.background = '#FFFFCC';
};
r.onfocus = f;
r.onblur = b;
if (!/[&?]r=[^&]/.test(l.search)) {
b();
}
}

var s = document.getElementById('2c');
if (f && s) {

var n = navigator;
var l = location;
if (n.platform == 'Win32') {
s.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;';
}
var b = function() {
if (s.value == '') {
s.style.background = '#FFFFCC url(http://zytu.com/mapQuest/images/city.png) left no-repeat';
}
};
var f = function() {
s.style.background = '#FFFFCC';
};
s.onfocus = f;
s.onblur = b;
if (!/[&?]s=[^&]/.test(l.search)) {
b();
}
}

var t = document.getElementById('2s');
if (f && t) {

var n = navigator;
var l = location;
if (n.platform == 'Win32') {
t.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;';
}
var b = function() {
if (t.value == '') {
t.style.background = '#FFFFCC url(http://zytu.com/mapQuest/images/state.png) left no-repeat';
}
};
var f = function() {
t.style.background = '#FFFFCC';
};
t.onfocus = f;
t.onblur = b;
if (!/[&?]t=[^&]/.test(l.search)) {
b();
}
}

var u = document.getElementById('2z');
if (f && u) {

var n = navigator;
var l = location;
if (n.platform == 'Win32') {
u.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;';
}
var b = function() {
if (u.value == '') {
u.style.background = '#FFFFCC url(http://zytu.com/mapQuest/images/zip.png) left no-repeat';
}
};
var f = function() {
u.style.background = '#FFFFCC';
};
u.onfocus = f;
u.onblur = b;
if (!/[&?]u=[^&]/.test(l.search)) {
b();
}
}

})();
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-6181819858622240";
/* og 300x250 */
google_ad_slot = "7302849649";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
 ]]>
</Content>
</Module>