/**
 * common_main.js
 * Contains the Javascript that is common across all main pages; excludes PDA & stop simulator
 * (c) Copyright Mistral Internet 2003, All rights reserved.
 */

function open_cluster(naptan) {
	self.location.href='/web/cluster_list.asp?naptan='+naptan;
	self.focus();
}