function navSwap(vNavID,vState) {
 document.images["nav"+vNavID].src = "images/nav"+vNavID+vState+".jpg";
}

function newWindow(url) {
 var tmpBorder=50;
 var tmpWidth=screen.availWidth-(tmpBorder*2);
 var tmpHeight=screen.availHeight-(tmpBorder*2);
 window.open(url,'eDisclosureDocuments','statusbar=0,status=0,toolbar=0,location=0,menubar=1,directories=0,resizable=1,scrollbars=1,top=5,left='+tmpBorder+',width='+tmpWidth+',height='+tmpHeight);
}
