function MyTarget( obj )
{
	if ( ! window.focus ) { return( true ); }
	var url = "";
	if ( typeof( obj ) == "string" ) { url = obj; }
	else { url = obj.href; }
	window.open( url );
	return( false );
}

// DO_NOT_REMOVE_THIS_LINE - EDIT_FROM_HERE


