// JavaScript Document
var i = 1;
while(i <= layercount)
	{
		setopacity(document.getElementById('panel'+i),0);
		i++;
	}
		fadeIn(1);






