

// For all top level pages

// Need to exclude Mac: somehow the top != self statement is causing abnormal

// behavior in Mac

if (navigator.userAgent.indexOf("Mac")==-1)

{

	if (top != self)

		top.location = self.location;

} 





var tabnum;





var tabnumber= new Array(10);

tabnumber[tabnum] ="tab" + tabnum;



if (tabnumber[tabnum] == "tab"+tabnum)

 {

document.write ("<style><!--.tab"+tabnum+"{BACKGROUND-COLOR:#000066}--><\/STYLE>");

}





var subnum;





var subnumber= new Array(10);

subnumber[subnum] ="subnav" + subnum;



if (subnumber[subnum] == "subnav"+subnum)

{

document.write ("<style><!--.subnav"+subnum+"{COLOR: #FFCC00;FONT-WEIGHT: bold; TEXT-DECORATION: none;}--><\/STYLE>");

}



var leftnum;





var leftnumber= new Array(10);

leftnumber[leftnum] ="leftnav" + leftnum;



if (leftnumber[leftnum] == "leftnav"+leftnum)

 {

document.write ("<style><!--#leftnav"+leftnum+"{COLOR:#ff6600}--><\/STYLE>");

}

