var BASEPATH = "/pai/";

function bookmark_location(location_id) {
	var URI = BASEPATH+'api_call.php?location_id='+location_id;
	window.open(URI,'WKS_API_CALL','depenent=yes,height=300,width=500,resizeable=no,toolbar=no');
}

function remove_location(location_id) {
	//var URI = BASEPATH+'api_call.php?location_id='+location_id+'&delete=1';
	var URI = 'api_call.php?location_id='+location_id+'&delete=1';
	window.open(URI,'WKS_API_CALL','depenent=yes,height=150,width=400,resizeable=no,toolbar=no');
}
