var txt1="All prophets are welcome to our new Stax server.";
var txt=new Array('Overview of the game concept, history of the world.', "Download Prophets' Song goodies, wallpapers, screensavers.","Display home page in french or german.","What is happening around The Prophets' Song. Does not include news from Stax.","The forums, where you can meet other players, talk about the game, role play, flame.", "The community website. Links to sites about the game.","Display advertisements in-game, or donate money to improve servers.","Send bug reports, comments, suggestions, and ask us questions.","The team behind the game, and some legal notices.");

function GetObject(Name) {
	if (document.getElementById) {	return document.getElementById(Name).style;	}
	else if (document.all) { 		return document.all[Name].style;			}
	else if (document.layers) {		return document.layers[Name];				}
}


function Over(sec) {
	eval("document.o" + sec + ".src=\"images/1_o" + sec + "f.png\"");
	if (document.all) {
		text.innerHTML=txt[sec-1];
	}
}

function Out(sec) {
	eval("document.o" + sec + ".src=\"images/1_o" + sec + ".png\"");
	if (document.all) {
		text.innerHTML=txt1;
	}
}

function Pic(obj, file) {
	eval("document." + obj + ".src=\"images/" + file + "\"");
}
