function start() {
	//document.getElementById("preload").style.display = "none";
	//openedPage = document.getElementById("menu1");
	//openPage("news.php", "menu1");	
	//news();
	//dockX();
	externalLinks("content");
	anchorsTooltip("navbar", "a");
	anchorsTooltip("infobar", "a");
	anchorsTooltip("extra", "a");
}

window.onload = start;