function setLink(num)	{	if (num == 0) {self.location="#"}	if (num == 1) {self.location="/asia/index.html"}	if (num == 2) {self.location="/middle-east/index.html"}	if (num == 3) {self.location="/america/index.html"}	}
