/*
function abOnLoad
*/

// ==================================================

function abOnLoad()	{

	for ( i = 0 ; i < document.links.length ; i++ ) {
		document.links[i].target = 'content' ;
		} ;
	vAvailHeight = screen.availHeight - 200 ;
	if ( window.innerHeight ) { vAvailHeight = window.innerHeight ; } ;
	if ( document.body.clientHeight ) { vAvailHeight = document.body.clientHeight ; } ;
	if ( document.documentElement.clientHeight ) { vAvailHeight = document.documentElement.clientHeight ; } ;
	document.getElementById ( 'iframe1' ).style.height = String ( vAvailHeight - 210 ) + 'px' ;
	} ;	// function abOnLoad()