	for (m=0; m<buttonNames.length; m++) {
	
document.writeln("<STYLE TYPE=\"text/css\">");
document.writeln("#Z"+buttonNames[m]+" { position:absolute;");
document.writeln(" left:-116px;top:0;width:116px;height:188px;z-index:"+(m*100)+";}");

document.writeln("#Z"+buttonNames[m]+"2 { position:absolute;");
document.writeln(" left:-116px;top:0;width:116px;height:188px;z-index:"+(10000+(m*100))+";}");

document.writeln("#Z"+buttonNames[m]+"3 { position:absolute;");
document.writeln(" left:-116px;top:0;width:116px;height:188px;z-index:"+((m*100)+10)+";}");
document.writeln("</STYLE> ");

	}

