Module.add({id:"Maps",title:"Map Search",renderContent:function(w,section){w("<form class='section-padding section-form' action='http://maps.google.com/' method='GET' target='"+A.targetWindowName+"' autocomplete='on'>","<div width=100%>","<table cellspacing='2px' style='width:100%'>","<tr><th style='text-align:left;'>Address:</th></tr>","<tr>","<td style='width:100%;'><input style='width:100%;' name=q id='Maps.Address' /></td>","<td>&nbsp;</td>","<td><input class=inputButtonWide type=submit value='Go' /></td>","</tr>","</table>","</div>","</form>")}});