document.initfuncs = new Array()

function init() {
	for (var n = 0; n < document.initfuncs.length; n++)
		document.initfuncs[n]()
}
