<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   aolHelpBox.box

****************************************************************************
   C O P Y R I G H T   A N D   C O N F I D E N T I A L I T Y   N O T I C E
****************************************************************************

//      Copyright (c) 2006 AOL LLC.  All rights reserved.
//      This software contains valuable confidential and proprietary
//      information of AOL LLC. and is subject to applicable
//      licensing agreements.  Unauthorized reproduction, transmission or
//      distribution of this file and its contents is a violation of
//      applicable laws.
//
//            A O L   C O N F I D E N T I A L

****************************************************************************
-->


<?boxely version="1.0"?>



<?import href="box://aimToolkit/content/aolHelpBox/aolHelpBoxLibrary.box"?>

<aolHelpBox xmlns="http://www.aol.com/boxely/box.xsd"
            xmlns:s="http://www.aol.com/boxely/style.xsd"
            xmlns:on="http://www.aol.com/boxely/reaction.xsd"
            value="" id="helpBox" floating="true"
            s:minHeight="50" s:minWidth="200" on:presented="onPresented();">

    <code id="main" language="jscript" src="box://aimToolkit/content/aolHelpBox/aolHelpBox.js"/>
    <reaction event="close" action="onClose();"/>

</aolHelpBox>
