var _boxE, _cheE, _desE, _idxG, _linE, _metA, _metE;

_metA = [
	[ 26, 27, 23, 24, 'http://www.harderco.com/', '<strong>Harder + Company.</strong>&nbsp; Complex visual design.<br>Extensive content management.&nbsp; Coded by Hoo Logic.' ],
	[ 351, 27, 348, 24, 'http://projects.826valencia.org/', '<strong>826 Valencia.</strong>&nbsp; Custom calendar application.<br>Volunteer sign-ups.&nbsp; Admin tools.&nbsp; Coded by Hoo Logic.' ],
	[ 26, 147, 23, 144, 'http://www.realkana.com/', '<strong>Real Kana.</strong>&nbsp; Japanese language learning site.<br>10&nbsp;million page views.&nbsp; Coded by Hoo Logic.' ],
	[ 351, 147, 348, 144, 'http://www.provilla-inc.com/', '<strong>Provilla.</strong>&nbsp; Technology startup.&nbsp; Smart lead tracking.<br>User accounts.&nbsp; Downloads.&nbsp; Coded by Hoo Logic.' ],
	[ 26, 268, 23, 265, 'http://vencore.hoologic.com/', '<strong>Vencore Capital.</strong>&nbsp; Venture capital financing.<br>Scalable content management.&nbsp; Coded by Hoo Logic.' ],
	[ 351, 268, 348, 265, 'http://www.workproducts.com/', '<strong>WorkProducts.</strong>&nbsp; Technology startup.&nbsp; Partner portal.<br>Flexible content management.&nbsp; Coded by Hoo Logic.' ]
	];

function __cli() {
	if ( _cheE.checked ) {
		_boxE.style.height = '86px';
		_boxE.style.width = '290px';
		_desE.innerHTML = _metA[ _idxG ][ 5 ];
		_linE.href = _metA[ _idxG ][ 4 ];
		_metE.style.display = 'block';
		}
	else {
		_boxE.style.height = '20px';
		_boxE.style.width = '50px';
		_metE.style.display = 'none';
		}
	}

function __hid() {
	_cheE.checked = false;
	__cli();
	}

function __onl( _hom ) {
	var _i, _imaEA;

	_uacct = 'UA-277145-13';
	urchinTracker();
	if ( _hom ) {
		}
	else {
		_boxE = document.getElementById( 'box' );
		_cheE = document.getElementById( 'checkbox' );
		_desE = document.getElementById( 'desc' );
		_linE = document.getElementById( 'link' );
		_metE = document.getElementById( 'meta' );

		_cheE.onclick = __cli;

		_imaEA = document.getElementsByTagName( 'img' );
		for ( _i = 0; _i < _imaEA.length; _i++ ) {
			_imaEA[ _i ].idx = _i;
			_imaEA[ _i ].onmouseover = __sho;
			_imaEA[ _i ].style.left = _metA[ _i ][ 2 ] + 'px';
			_imaEA[ _i ].style.top = _metA[ _i ][ 3 ] + 'px';
			}
		}
	}

function __sho() {
	if ( this.idx != _idxG ) {
		_idxG = this.idx;
		__hid();
		_boxE.style.left = _metA[ _idxG ][ 0 ] + 'px';
		_boxE.style.top = _metA[ _idxG ][ 1 ] + 'px';
		_boxE.style.display = 'block';
		}
	}