function lyteboxLinks(){
	links=document.getElementsByTagName("a");
	for(x=0;x<links.length;x++){
		links[x].style.visibility = "visible";
	}
}
