if (!document.layers&&!document.all&&!document.getElementById)
event="test"
function showtip(current,e,text){

if (document.all||document.getElementById){
thetitle=text.split('<br>')
if (thetitle.length>1){
thetitles=''
for (i=0;i<thetitle.length;i++)
thetitles+=thetitle[i]
current.title=thetitles
}
else
current.title=text
}

else if (document.layers){
document.tooltip.document.write('<layer bgColor="white" style="border:1px solid black;font-size:12px;">'+text+'</layer>')
document.tooltip.document.close()
document.tooltip.left=e.pageX+5
document.tooltip.top=e.pageY+5
document.tooltip.visibility="show"
}
}
function hidetip(){
if (document.layers)
document.tooltip.visibility="hidden"
}

function go(){
 	box = document.tool.tools;
 	destination = box.options[box.selectedIndex].value;
 	if (destination) location.href = destination;
}
function grahpgo(){
 	box = document.graph.graphtool;
 	destination = box.options[box.selectedIndex].value;
 	if (destination) location.href = destination;
}


function OpenWin(url){
wndParam = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=300';
 newWnd = window.open(url,'BLMTDesc',wndParam); 
 newWnd.focus();
}
function OpenWin1(url){
wndParam = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=500,height=250';
 newWnd = window.open(url,'BLMTSample',wndParam); 
 newWnd.focus();
}
 
function OpenWin2(url){
  wndParam2 = 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1';
  newWnd = window.open(url,'Desc2',wndParam2);
  newWnd.focus();
}





