


function startup() { // checks to see if the page has been opened out of the frameset - and sends to index page
	if (top.location == self.location) {
	document.location="http://www.nexus-uk.com"
	}
}