if (NS4) {
	gotlayers = (document.layers.length == 3) ? 1 : 0;
}
if (IE4) {
	gotlayers = 1;
}

gotlayers = 1;

