//
";
document.getElementById("editFile").innerHTML = html;
window.open("./inc/upload.php?us="+us+"&pwd="+pwd, "popup", "height=50, width=440, menubar='no', toolbar='no', location='no', status='no', scrollbars='yes'" );
}
function zoomto(v)
{
if (v!="Goto")
{
var coords = v.split(',');
map.setCenter(new GLatLng(coords[0], coords[1]),12);
var bounds = map.getBounds();
for(var i=0; i