if (!window.list) {
var jumpth = '<span style="font-size: 8pt">'+
'<select name="thJUMP" size="1" STYLE="font-family: Verdana; background-color:#D3D3D3; font-size:8pt; color:#BFB8B8" onChange="window.location.href=this.options[this.options.selectedIndex].value">'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'</select></span>';

var jumpcc = '<span style="font-size: 8pt">'+
'<select name="ccJUMP" size="1" STYLE="font-family: Verdana; background-color:#D3D3D3; font-size:8pt; color:BFB8B8" onChange="window.location.href=this.options[this.options.selectedIndex].value">'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'<option value=""></option>'+
'</select></span>';

// TO ADD A HYPERLINK, THE FORMAT IS:          list[x]=new Array('text displayed' , 'url' , 'target' );
// TO ADD A NON-WORKING LINK, THE FORMAT IS:   list[x]=new Array('text displayed' , '' , '' );
// TO ADD A TITLEBAR, THE FORMAT IS:           list[x]=new Array('text displayed' , null, null );
// KEEP NUMERICAL ORDER. START WITH 1. DO NOT SKIP A NUMBER.

var list=[[],
// ['<b>boats</b>', null , null ],
// ['<b>boats</b>'       , '#'       , '' ],
// ['<b>boats</b>'    , '#'     , '' ],
// ['<b>boats</b>' , '#' , '' ],
['<b>Texas</b>' ,  null , null ],
['<b>Home</b>'     , 'http://pansar.voices-inc.com/'    , '_top' ],
['<b>About SAR</b>'      , 'http://pansar.voices-inc.com/about_search and Rescue.htm'        , '_top' ],
['<b>Memorials</b>' , 'http://pansar.voices-inc.com/memorials.htm' , '_top' ],
['<b>Members</b>'     , 'http://pansar.voices-inc.com/meet_the_team.htm'    , '_top' ],
['<b>Bi-Laws</b>' , 'http://pansar.voices-inc.com/BY-LAWS.htm'   , '_top' ],
['<b>Slide Show</b>' , 'http://pansar.voices-inc.com/SlideShow.htm'   , '_top' ],
['<b>About PANSAR</b>' , 'http://pansar.voices-inc.com/ABOUT PANSAR.htm'   , '_top' ],
['<b>Panhandle</b>', null , null ],
['<b>Yahoo Group</b>'     , 'http://health.groups.yahoo.com/group/pansartexas/'    , '_top' ],
['<b>Emergency Contact</b>'        , 'http://pansar.voices-inc.com/EMERG CONTACT.htm' , '_top' ],
['<b>Guest Book</b>'     , 'http://pansar.voices-inc.com/Guest Book.htm' , '_top' ],
['<b>Education</b>'          , 'http://pansar.voices-inc.com/EDUCATION.htm' , '_top' ],
['<b>Links</b>' , 'http://pansar.voices-inc.com/links.htm' , '_top' ],
['<b>Req. Agencies</b>' , 'http://pansar.voices-inc.com/requesting_agencies.htm' , '_top' ],
['<b>Donations</b>'      , 'http://pansar.voices-inc.com/contact us.htm' , '_blank' ],
['<b>Calendar</b>'       , 'http://pansar.voices-inc.com/calendar.htm' , '_top' ],
['<b>Kids Page</b>'            , 'http://pansar.voices-inc.com/KIDS PAGE.htm' , '_top' ],
['<b>Search & Rescue</b>' ,  null , null ],
//[ jumpcc   , '' , '' ],
//[ jumpth   , '' , '' ],
//['<b>Scroll page down 10 pixels</b>' , 'javascript:scrollBy(0,10)', ''],
//['<b>Scroll page up 10 pixels</b>' , 'javascript:scrollBy(0,-10)', '' ],
//['<b>Set Menu Stationary</b>' , '#" onclick="follow=false"', '' ],
//['<b>Set Menu Dynamic</b>' , '#" onclick="follow=true"', '' ],
['&nbsp;' , null , null ]
]
}

// VARIOUS SETTINGS/COLORS/TEXT STYLES
var linktextcolor="#191970";                   // FONT COLOR OF THE LINKS
var linktexthovercolor="#191970";               // HOVER COLOR OF LINKS
var linktextsize=3;                         // FONT SIZE OF THE LINKS (1 TO 6)
var linktextface="Arial";                   // FONT FACE OF THE LINKS
var linkbgcolor="#BFB8B8";                  // BACKGROUND COLOR OF THE LINK BARS
var linkhoverbgcolor="#F0F8FF";             // BACKGROUND COLOR OF THE LINK BARS AS USER HOVERS OVER THEM
var cellheight=20;                          // HEIGHT OF LINK BARS IN PIXELS (MIN=20).
var bartextcolor="Black";                   // FONT COLOR OF THE "MENU" BAR AND ANY TITLEBARS
var bartextsize=3;                          // FONT SIZE OF THE MENU/TITLE BARS
var bartextface="Arial";                    // FONT FACE OF THE MENU/TITLE BARS
var barbgcolor="#D3D3D3";                   // BACKGROUND COLOR OF THE MENU/TITLE BARS
var bordercolor="#000000";                  // BORDER COLOR SURROUNDING ALL BARS
var barwidth=20;                            // WIDTH OF THE "MENU" BAR (SET WIDE ENOUGH SO LINKTEXT DOESN'T WRAP)
var follow=true;                            // true=MENU FOLLOWS PAGE SCROLL, false=MENU IS STATIONARY
var menuwidth=160;                          // WIDTH OF TEXT LINK BARS
var yoffset=50;                             // OFFSET FROM TOP OF THE PAGE


//*********DO NOT EDIT BEYOND THIS POINT**********//
var smenu, pagedone=false, id, loff=1;
linktextsize=Math.max(Math.min(linktextsize,6),1);
if(linktextsize>6)linktextsize=6; if(linktextsize<1)linktextsize=1;
if((linktextsize*5+10)>cellheight)cellheight=Math.max(20,(linktextsize*5+10));
var btbl='<table cellpadding="0" cellspacing="0" border="0"  width="'+menuwidth+'"><tr><td valign="center" width="'+menuwidth+'" height="'+cellheight+'" ';
var NS4=(navigator.appName.indexOf("Netscape")>=0 && parseFloat(navigator.appVersion) >= 4 && parseFloat(navigator.appVersion) < 5)? true : false;
var IE4=(document.all)? true : false;
var NS6=(parseFloat(navigator.appVersion) >= 5 && navigator.appName.indexOf("Netscape")>=0 )? true: false;
var txt=(NS4)?'<layer name="smenu" bgcolor="'+bordercolor+'" top="0" left="0" onmouseover="showmenu(true)" width="'+(menuwidth+barwidth+3)+'" visibility="hide" onmouseout="showmenu(false)">' : '<div id="smenu" style="width:'+(menuwidth+barwidth+3)+'; position:absolute; left:0px; top:0px; background-color:'+bordercolor+'; visibility:hidden" onmouseover="showmenu(true)" onmouseout="showmenu(false)">';
txt+='<table cellpadding="0" cellspacing="0" border="0" bgcolor="'+bordercolor+'" width="'+(menuwidth+barwidth+3)+'">';
for(i=1;i<list.length;i++){
if(list[i][1]!=null){
txt+='<tr><td width="'+menuwidth+'" height="'+cellheight+'">';
txt+=(NS4)?'<ilayer>' : '<div style="position:relative; width:'+menuwidth+'px; height:'+cellheight+'px;">';
txt+=(NS4)?'<layer name="h'+(i-loff)+'" height="'+cellheight+'" visibility="hide" bgcolor="'+linkhoverbgcolor+'">'+btbl+' bgcolor="'+linkhoverbgcolor+'"><font color="'+linktexthovercolor+'" size="'+linktextsize+'" face="'+linktextface+'">&nbsp;'+list[i][0]+'</font></td></tr></table></layer>' : '<div id="h'+i+'" style="position:absolute; top:0px; left:0px; width:'+menuwidth+'px; height:'+cellheight+'px; background-color:'+linkhoverbgcolor+';">'+btbl+' bgcolor="'+linkhoverbgcolor+'"><font color="'+linktexthovercolor+'" size="'+linktextsize+'" face="'+linktextface+'">&nbsp;'+list[i][0]+'</font></td></tr></table></div>';
txt+=(NS4)?'<layer name="n'+(i-loff)+'" height="'+cellheight+'" bgcolor="'+linkbgcolor+'">'+btbl+' bgcolor="'+linkbgcolor+'"><font color="'+linktextcolor+'" size="'+linktextsize+'" face="'+linktextface+'">&nbsp;'+list[i][0]+'</font></td></tr></table></layer>' : '<div id="n'+i+'" style="position:absolute; top:0px; left:0px; width:'+menuwidth+'px; height:'+cellheight+'px; background-color:'+linkbgcolor+';">'+btbl+' bgcolor="'+linkbgcolor+'"><font color="'+linktextcolor+'" size="'+linktextsize+'" face="'+linktextface+'">&nbsp;'+list[i][0]+'</font></td></tr></table></div>';
txt+=(NS4)?'<layer height="'+cellheight+'" onmouseover="hoverlayer(\'h\',\'n\','+(i-loff)+')" onmouseout="hoverlayer(\'n\',\'h\','+(i-loff)+')">' : '<div style="position:absolute; top:0px; left:0px; width:'+menuwidth+'px; height:'+cellheight+'px;" onmouseover="hoverlayer(\'h\',\'n\','+i+')" onmouseout="hoverlayer(\'n\',\'h\','+i+')">'+btbl+'>';
txt+='<a href="'+list[i][1]+'" target="'+list[i][2]+'"><img src="http://www.sawadee.com/R24/sidemenu.gif" width="'+menuwidth+'" height="'+cellheight+'" border="0"></a>';
txt+=(NS4)?'</layer></ilayer></td>' : '</td></tr></table></div></div></td>';
}else{
txt+='<tr height="'+cellheight+'"><td width="'+menuwidth+'" bgcolor="'+barbgcolor+'" height="'+cellheight+'" valign="center"><font color="'+bartextcolor+'" size="'+bartextsize+'" face="'+bartextface+'">'+list[i][0]+'</font></td>';
loff+=1;
}
if(i==1)txt+='<td rowspan="'+(list.length-1)+'" bgcolor="'+barbgcolor+'" width="'+barwidth+'" height="'+cellheight+'" align="center"><font color="'+bartextcolor+'" size="'+bartextsize+'" face="'+bartextface+'"><b>M<br>E<br>N<br>U</b></font></td>';
txt+='</tr>';
}
txt+='</table>';
txt+=(NS4)?'</layer>' : '</div>';
document.write(txt);

function hoverlayer(h,n,num){
if(NS6){
document.getElementById(h+num).style.visibility="visible";
document.getElementById(n+num).style.visibility="hidden";
}
if(IE4){
document.all[h+num].style.visibility="visible";
document.all[n+num].style.visibility="hidden";
}
if(NS4){
smenu.document.layers[num].document.layers[h+num].visibility="show";
smenu.document.layers[num].document.layers[n+num].visibility="hide";
}}
function init(){
if(NS4){
smenu=document.smenu;
movexto(-menuwidth-2);
smenu.visibility="show";
}
else if(IE4){
smenu=document.all.smenu;
movexto(-menuwidth-2);
smenu.style.visibility="visible";
}
else if(NS6){
smenu=document.getElementById('smenu');
movexto(-menuwidth-2);
smenu.style.visibility="visible";
}
pagedone=true;
setInterval('movemenu()', 75);
}
function movemenu(){
if(follow){
var y=(NS4)?smenu.top:parseInt(smenu.style.top);
var sy=(IE4||IE5)?document.body.scrollTop:window.pageYOffset;
moveyto(((sy-y+yoffset)/3+3)+y);
}}
function showmenu(toshow){
if(pagedone){
if(toshow){
clearTimeout(id);
movexto(0);
}else id=setTimeout('movexto(-menuwidth-2)',200);
}}
function movexto(x){
if(NS4)smenu.left=x;
if(IE4||NS6)smenu.style.left=x+'px';
}
function moveyto(y){
if(NS4)smenu.top=y;
if(IE4||NS6)smenu.style.top=y+'px';
}
if(NS4)window.onresize=new Function("history.go(0)");
window.onload=init;
