var showTab=false;
$(document).ready(function(){
   	$('#btnge').click(function() {
  		$('#googleearth').val('true');
  		return true;
  	});  	
   	$('#btnsubmit').click(function() {
  		$('#googleearth').val('');
  		return true;
  	});  

});


