<!-- Start

if (!document.layers)
document.write('<div id="divStayTopLeft" style="position:absolute">')
document.write('<layer id="divStayTopLeft">');
document.write('<a href="welcome.htm" class="menu"><IMG height=20 src="images/home.gif" width=150></a>');
document.write('<a href="introduction.htm" class="menu"><IMG height=20 src="images/introduction.gif" width=150></a>');
document.write('<a href="ctzn_charter.htm" class="menu"><IMG height=20 src="images/ctzn_chtr.gif" width=150></a>');
document.write('<a href="wc_rules.htm" class="menu"><IMG height=20 src="images/wc_rules.gif" width=150></a>');
document.write('<a href="w_tariff.htm" class="menu"><IMG height=20 src="images/w_tariff.gif" width=150></a>');
document.write('<a href="phed_org.htm" class="menu"><IMG height=20 src="images/p_org.gif" width=150></a>');
document.write('<a href="wc_tech.htm" class="menu"><IMG height=20 src="images/wc_tech.gif" width=150></a>');
document.write('<a href="tsc.htm" class="menu"><IMG height=20 src="images/tsc.gif" width=150></a>');
document.write('<a href="nivida.asp" class="menu"><IMG height=20 src="images/nivida.gif" width=150></a>');
document.write('<a href="rti.htm" class="menu"><IMG height=20 src="images/rti.gif" width=150></a>');
document.write('<a href="contact.htm" class="menu"><IMG height=20 src="images/contacts.gif" width=150></a>');
document.write('</layer>');

if (!document.layers)
document.write('</div>')

var verticalpos="fromtop"

function JSFX_FloatTopDiv()
{
var startX = 17,
startY = 133;
var ns = (navigator.appName.indexOf("Netscape") != -1);
var d = document;
function ml(id)
{
var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x;this.style.top=y;};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function()
{
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : document.body.scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("divStayTopLeft");
stayTopLeft();
}
JSFX_FloatTopDiv();

//  End -->