
function ShowCoverage(url) 
{
 url = "http://www.dataquickdirect.com/" + url;

 helpwin = window.open(url, 'Geodata', 'width=400,height=600,scrollbars=yes');
}