<!--
var version = parseInt (navigator.appVersion) ;
NS4 = (document.layers) ? true : false ;
IE4 = ((document.all) && (version >= 4)) ? true : false ;
ver4 = (NS4 || IE4) ? true : false ;

if (NS4)
	{
	origWidth = innerWidth;
	origHeight = innerHeight;
	}
function reDo()
	{
	if (innerWidth != origWidth || innerHeight != origHeight)
		location.reload();
	}
if (NS4)
	onresize = reDo;

var firstItem = 0 ;
var lastItem ;
if (NS4)
	lastItem = document.layers.length - 1 ;
if (IE4)
	lastItem = document.all.tags ("DIV").length - 1 ;

function onClicked (el) {}
function onExpandAll () {}
function onCollapseAll () {}

if (ver4)
  {
  with (document)
	{
	write("<STYLE TYPE='text/css'>");
	write (".SXLP0:hover {color:#0000FF;}") ;
	write (".SXLR:hover {color:#0000FF;}") ;
	write (".SXLP1:hover {color:#0000FF;}") ;
	write (".SXLC0:hover {color:#0000FF;}") ;
	write (".SXLP2:hover {color:#0000FF;}") ;
	write (".SXLC1:hover {color:#0000FF;}") ;
	write (".SXLP3:hover {color:#0000FF;}") ;
	write (".SXLC2:hover {color:#0000FF;}") ;
	write (".SXLP4:hover {color:#0000FF;}") ;
	write (".SXLC3:hover {color:#0000FF;}") ;
	write (".SXLP5:hover {color:#0000FF;}") ;
	write (".SXLC4:hover {color:#0000FF;}") ;
	if (NS4)
		{
		write (".TP {position:relative}");
		leftpos = 10 ;
		toppos = 40 ;

		write (".below {left:"+leftpos+";position:absolute}") ;
		write (".im {vertical-align:top}") ;
		write (".SXLP0,.SXP0 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXP0 {left:"+leftpos+";position:absolute; visibility:hidden}") ;
		write (".SXLR,.SXR {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXR {left:"+leftpos+";position:absolute;top:"+toppos+";visibility:hidden}") ;
		write (".SXLP1,.SXP1 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXP1 {left:"+leftpos+";position:absolute; visibility:hidden}") ;
		write (".SXLC0,.SXC0 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXC0 {left:"+leftpos+";position:absolute;visibility:hidden}") ;
		write (".SXLP2,.SXP2 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXP2 {left:"+leftpos+";position:absolute; visibility:hidden}") ;
		write (".SXLC1,.SXC1 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXC1 {left:"+leftpos+";position:absolute;visibility:hidden}") ;
		write (".SXLP3,.SXP3 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXP3 {left:"+leftpos+";position:absolute; visibility:hidden}") ;
		write (".SXLC2,.SXC2 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXC2 {left:"+leftpos+";position:absolute;visibility:hidden}") ;
		write (".SXLP4,.SXP4 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXP4 {left:"+leftpos+";position:absolute; visibility:hidden}") ;
		write (".SXLC3,.SXC3 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXC3 {left:"+leftpos+";position:absolute;visibility:hidden}") ;
		write (".SXLP5,.SXP5 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXP5 {left:"+leftpos+";position:absolute; visibility:hidden}") ;
		write (".SXLC4,.SXC4 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:x-small; }") ;
		write (".SXC4 {left:"+leftpos+";position:absolute;visibility:hidden}") ;
		}
	  else
		{
		write (".tbl {width='100%'}") ;
		write (".SXLP0,.SXP0 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLR,.SXR {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLP1,.SXP1 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLC0,.SXC0 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLP2,.SXP2 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLC1,.SXC1 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLP3,.SXP3 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLC2,.SXC2 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLP4,.SXP4 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLC3,.SXC3 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLP5,.SXP5 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		write (".SXLC4,.SXC4 {color:Black; font-family:'Verdana','Tahoma','Arial'; font-size:xx-small; }") ;
		}

	write("</STYLE>");
	}
  }
//-->
