Sindbad~EG File Manager

Current Path : /usr/local/share/doc/giflib/gifstandard/
Upload File :
Current File : /usr/local/share/doc/giflib/gifstandard/gif89a.js

function ToggleVis(number) {
	// toggle visibility of a single chapter
	id = "p" + number;
	c = document.getElementById(id).className;
	c = (c == "" ? "hiddenparagraph" : "");
	document.getElementById(id).className = c;
}

function SetEveryVis(status) {
	// set visibility of every chapter
	c = (status == 0 ? "hiddenparagraph" : "");
	for(i = 0; i <= 35; i++) {
		document.getElementById("p" + i).className = c;
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists