/* 

Copyright 2004-2010 Terence M. Bandoian.  All rights reserved.

Terence M. Bandoian
P.O. Box 4074
Austin, Texas 78765
http://www.tmbsw.com
terence@tmbsw.com
(512)481-8628

*/

function fML( e ) { if ( e.parentNode.focus ) { e.parentNode.focus(); } return true; } function cML( e ) { return cMC( e.parentNode ); } function mIMC( e ) { e.mI = true; hMC( e ); return true; } function mOMC( e ) { e.mI = false; rMC( e ); return true; } function fMC( e ) { e.hF = true; hMC( e ); return true; } function bMC( e ) { e.hF = false; rMC( e ); return true; } function kMC( e ) { if ( window.event ) { if ( window.event.keyCode == 13 ) { return cMC( e ); } } return false; } function cMC( e ) { var a; if ( e.focus ) { e.focus(); } a = e.getElementsByTagName( 'A' ); if ( a.length > 0 ) { document.location.href = a[ 0 ].href; } return true; } mBg = new Image(); mBg.src = 'images/bar.gif'; hlMBg = new Image(); hlMBg.src = 'images/bar-hl.gif'; function hMC( e ) { e.style.backgroundImage = 'url(' + hlMBg.src + ')'; e.style.backgroundColor = '#ffdd00'; return true; } function rMC( e ) { if (( !e.mI ) && ( !e.hF )) { e.style.backgroundImage = ''; e.style.backgroundColor = ''; } return true; } var stA = new Array(); var stI = 0; var iId = null; function ss() { ts(); stA[ 0 ] = document.getElementById( 'st0' ); stA[ 1 ] = document.getElementById( 'st1' ); stA[ 2 ] = document.getElementById( 'st2' ); stA[ 3 ] = document.getElementById( 'st3' ); stA[ 4 ] = document.getElementById( 'st4' ); stA[ 5 ] = document.getElementById( 'st5' ); stA[ 6 ] = document.getElementById( 'st6' ); for ( stI = 0; stI < stA.length; stI++ ) { stA[ stI ].op = 0; } stI = 0; iId = setInterval( 'es()', 15 ); } function ts() { if ( iId ) { clearInterval( iId ); iId = null; } } function es() { if ( stI >= stA.length ) { ts(); return; } if ( stA[ stI ].op == 0 ) { stA[ stI ].style.display = 'block'; } stA[ stI ].op += 2; if ( stA[ stI ].op < 100 ) { stA[ stI ].style.filter = 'alpha(opacity=' + stA[ stI ].op + ')'; stA[ stI ].style.MozOpacity = '' + ( stA[ stI ].op / 100.0 ); stA[ stI ].style.opacity = '' + ( stA[ stI ].op / 100.0 ); } else { stA[ stI ].style.filter = 'alpha(opacity=100)'; stA[ stI ].style.MozOpacity = '1'; stA[ stI ].style.opacity = '1'; } if ( stI == stA.length - 1 ) { if ( stA[ stI ].pixelOffset > 0 ) { stA[ stI ].pixelOffset -= 1; stA[ stI ].style.top = ( stA[ stI ].pixelTop - stA[ stI ].pixelOffset ) + 'px'; } } if ( stA[ stI ].op >= 100 ) { ++stI; if ( stI == stA.length - 1 ) { stA[ stI ].pixelTop = parseInt( stA[ stI ].style.top ); stA[ stI ].pixelOffset = 25; stA[ stI ].style.top = ( stA[ stI ].pixelTop - stA[ stI ].pixelOffset ) + 'px'; } } } function oWfW() { if (( typeof( wfW ) == 'undefined' ) || ( wfW.closed )) { wfW = window.open( '', 'WebFormsWindow', 'top=0' + ',left=0' + ',width=680' + ',height=640' + ',directories=no' + ',location=no' + ',menubar=no' + ',resizable=yes' + ',scrollbars=yes' + ',status=yes' + ',toolbar=no' ); } wfW.focus(); return true; }

/* Copyright 2004-2010 Terence M. Bandoian.  All rights reserved. */