

function loadMap(data_row){
/*
document.write('<script>function loadJSfile(filename){var fileref=document.createElement("script");fileref.setAttribute("type","text/javascript");fileref.setAttribute("src", filename);if (typeof fileref!="undefined"){document.getElementsByTagName("head")[0].appendChild(fileref);}}var filename;var womadded;function addWom(){if(womadded!=1){filename="http://www.neillock.co.uk/garmin/wom.js";loadJSfile(filename);womadded=1;}}</script><script>addWom();</script><script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAJ6FAgLP99FbEVEnAJ1EWbxT_ioFlG_htu7yNJstK-fwYAs8SERRDQlQquMiUgt_i1aqznLH8U3SMYg" type="text/javascript"></script><script src="http://www.neillock.co.uk/garmin/index2.php?garmindata_row='+data_row+'" type="text/javascript"></script><div style="background:url(http://neillock.co.uk/images/gmap_bg.png) no-repeat; padding-left:14px;padding-top:16px;height:535px; width:530px"><div id="map_'+data_row+'" style="width:500px;height:500px"></div><div style="float: right; padding-right: 48px; padding-top: 16px; font-size: 12px;"><a href="http://neillock.co.uk" style="color:black; display:none;">http://neillock.co.uk</a></div></div><script>load'+data_row+'();</script>');*/


document.write('<script src="http://www.neillock.co.uk/garmin/v0.2/garmin_map_generate.php?garmindata_row='+data_row+'" type="text/javascript"></script><div style="background:url(http://neillock.co.uk/images/gmap_bg.png) no-repeat; padding-left:14px;padding-top:16px;height:535px; width:530px"><div id="map_'+data_row+'" style="width:500px;height:500px"><div style=" height:100px;Color:white; font-weight:bold;">Loading Map Data...</div></div><div style="float: right; padding-right: 48px; padding-top: 16px; font-size: 12px;"><a href="http://neillock.co.uk" style="color:black; display:none;">http://neillock.co.uk</a></div></div><script>mapid='+data_row+';</script>');

}
