function LinkUp() {
var number = document.DropDown.DDlinks.selectedIndex;
zzz = document.DropDown.DDlinks.options[number].value; 
newwindow(zzz) }

function Jump() {
var jnumber = document.DropDown.DDlinks.selectedIndex;
jnumber2 = document.DropDown.DDlinks.options[jnumber].value;
jnumber3 = '#' + jnumber2;
window.location.href= jnumber3 }

function newwindow(where1) {
var where2='http://' + where1
window.open(where2, 'newwindow', config = 'height=600, width=750, resizable=yes, scrollbars=yes, menubar=0, status=yes, directories=no, location=yes,  left=0, top=0') }

function pdf0() {
	var loc1 = new String (self.location.pathname)	
	var loc2 = new String (self.location)
	part1 = loc1.split(".")
	var loc3 = part1[0]
	part2 = loc3.split("/")
	var loc4 = part2[part2.length-1]
	number = loc2.split("=")
	var loc3 = "pdf/" + loc4 + number[1] + ".pdf"
	window.open (loc3, 'pdf', config = 'height=500, width=800, resizable=no, scrollbars=no, menubar=0, status=yes, directories=no, location=yes,  left=0, top=0');}

function pdf(what) {
	var loc3 = "data/pdf/" + what
	window.open (loc3, 'pdf', config = 'height=500, width=800, resizable=no, scrollbars=no, menubar=0, status=yes, directories=no, location=no,  left=0, top=0');}

function popup(what) {
window.open (what, 'popup', config = 'height=500, width=600, resizable=yes, scrollbars=yes, menubar=0, status=yes, directories=no, location=no,  left=0, top=0') }

function bloomberg(ticker) {
var where = 
'http://quote.bloomberg.com/apps/quote?ticker=' + ticker
window.open (where, 'popup', config = 'height=600, width=700, resizable=yes, scrollbars=yes, menubar=0, status=yes, directories=no, location=no,  left=0, top=0') }

function disclaimer() {popup('disclaimer.asp') }

function usperson() {popup('usperson.asp') }

function investor() {popup('investor.asp') }


function toggle(what)
{
if ((what.style.display=="")||(what.style.display=="inline"))
            what.style.display="none";
        else 
            what.style.display="inline";
    }

function closes(what)
{what.style.display = "none"}

