function hidestatus(){
window.status='';
return true
}
var message="";
function clickIE(){
if(document.all){
(message)
return false
}
}
function clickNS(e){
if(document.layers||(document.getElementById&&!document.all)){
if(e.which==2||e.which==3){(message);return false}
}
}
if(document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS
}else{
document.onmouseup=clickNS;
document.oncontextmenu=clickIE
}
document.oncontextmenu=new Function("return false")

function doNada(){
parent.content.focus()
}
function loadOff(){
document.getElementById('load').style.visibility='hidden'
}
function min(){
top.window.blur()
}
function doNada(){
parent.content.focus()
}
var win=null;
var origIns='<table height=100%><tr valign=center><td><img src=/images/body/win_ins.gif align=left width=240 height=36></td></table>';
function helpIns(str){
if(document.all||document.getElementById){
var el=(document.all)?document.all['ins']:document.getElementById('ins');
el.innerHTML=(str=='')?origIns:str
}
}
var origOut='<table height=100%><tr valign=center><td><img src=/images/body/win_out.gif align=left width=240 height=36></td></table>';
function helpOut(str){
if(document.all||document.getElementById){
var el=(document.all)?document.all['out']:document.getElementById('out');
el.innerHTML=(str=='')?origOut:str
}
}
var origPdf='<table height=100%><tr valign=center><td><img src=/images/body/win_pdf.gif align=left width=240 height=36></td></table>';
function helpPdf(str){
if(document.all||document.getElementById){
var el=(document.all)?document.all['pdf']:document.getElementById('pdf');
el.innerHTML=(str=='')?origPdf:str
}
}
var messText=['You have reached an alternate link...','For more Info touch the Help Button.','Your Freedom Source: www.pacinlaw.org'];
var loopmsg=1;
var typeSpeed=40;
var lineDelay=1500;
var charCnt=0;
var lineCnt=0;
var linectr,loopctr,charctr;
var currtxta='';
var txtID=0;
var currID=null;
function doMess(ta){
currID=(document.all)?document.all('box'):document.getElementById('box');currID.innerHTML='';clearTimeout(txtID);currtxta=ta;currLoopn=0;currLinen=0;currCharn=0;lineCnt=ta.length-1;charCnt=ta[0].length;typeText()
}
function typeText(){
var tmpt=currtxta[currLinen].substring(Math.max(0,currCharn-1),currCharn);if(tmpt=="¶")tmpt='<br>';tmpt=currID.innerHTML.substring(0,currID.innerHTML.length-1)+tmpt;currID.innerHTML=tmpt+((currCharn<currtxta[currLinen].length)?'.':'');currCharn++;
if(currCharn>charCnt){currCharn=0;currLinen++;if(currLinen<=lineCnt){charCnt=currtxta[currLinen].length;txtID=setTimeout('currID.innerHTML="";typeText()',lineDelay)}else{currLoopn++;if(currLoopn<=loopmsg-1){currCharn=0;currLinen=0;txtID=setTimeout('typeText()',lineDelay)
}
}
}
else txtID=setTimeout('typeText()',typeSpeed)
}
function clsWin(){
if(confirm("Are you sure you want to Close this Window?"))top.window.close()
}