function getStations() {
	lines = $F("lines");

	tmp = "";
	for (i=0; i<lines.length; i++) {
		tmp = tmp + "&lines[]=" + lines[i];
	}

	new Ajax.Updater("stations", "/php/get_stations.php?"+tmp, {method:"get", parameters:"cache="+(new Date()).getTime()});
}


function getStations_office() {
	lines = $F("lines");

	tmp = "";
	for (i=0; i<lines.length; i++) {
		tmp = tmp + "&lines[]=" + lines[i];
	}

	new Ajax.Updater("stations", "/php/get_stations_office.php?"+tmp, {method:"get", parameters:"cache="+(new Date()).getTime()});
}


function getStations_store() {
	lines = $F("lines");

	tmp = "";
	for (i=0; i<lines.length; i++) {
		tmp = tmp + "&lines[]=" + lines[i];
	}

	new Ajax.Updater("stations", "/php/get_stations_store.php?"+tmp, {method:"get", parameters:"cache="+(new Date()).getTime()});
}
