var hint = new Array();
hint[0] = "[Home] - back to the Millennium Schools homepage";
hint[1] = "[Schools] - take a look at some Millennium Schools";
hint[2] = "[Members] - Log in to your Millennium Schools Account";
hint[3] = "[About] - information about the Millennium Schools project";
hint[4] = "[Contact] - get in touch with us at Millennium Schools";
hint[5] = "[How to...] - help on every aspect of Millennium Schools";

hint[6] = "[LEA] - Takes you to your LEA homepages";
hint[7] = "[Schools] - a list of all your schools and management functions";

hint[8] = "[Edit Page] - takes you into edit mode";
hint[9] = "[Styles] - edit the style of your pages";
hint[10] = "[Banner] - Alter the banner at the top of each page";

hint[11] = "[Copy] - Copy the current page to the clipboard";
hint[12] = "[Paste] - Paste from the clipboard to current page";
hint[13] = "[Clear] - Clear current Page";

hint[14] = "[Template] - Change current template";
hint[15] = "[Template] - Select this template";

hint[16] = "[Top] - Back to the top of the page";

function popup(num) {
	self.status=hint[num];
}
