<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   aimTV.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

****************************************************************************
-->



	<script id="aimtv" language="jscript" href="box://imApp/content/bl/aimTV.js"/>
    <hbox id="aimTVModule" focusMode="defer" s:vAlign="center" s:flex="1">
        <vbox s:hAlign="center" s:flex="1">
            <hbox s:height="150" s:width="150">
	
                <splashImage collapsed="false" id="splash" s:position="fixed" s:top="20" s:left="0" s:right="0"
                    tabIndex="80" on:command="LoadCategories()">
                </splashImage>

                <aimTvCombobox collapsed="true"  id="categoryDropdown" s:position="fixed" s:left="0" s:right="0" s:top="0" 
                    tabIndex="81" s:height="14" on:command="onSelectCategory();">
                </aimTvCombobox>
    
                <box collapsed="true" id="loading" s:position="fixed" s:top="60" s:left="0" s:right="0">
                    <box s:fill="url(#img.poweredby)" s:width="100" s:height="59" s:marginLeft="10" />
                    <box id="parentAnim">
                        <text s:position="fixed" s:top="45" s:fontSize="9" s:left="0" value="&splash.loading;" /> 
                        <box s:fill="url(#img.waiting)" s:width="40" s:height="40" />
                    </box>
                </box>
	
    	        <box collapsed="true" id="browserParent" s:position="fixed" s:top="15" s:left="1"
	                s:bottom="1" s:right="1" s:orient="vertical" s:flex="1">
                </box>
	
                <box collapsed="true" id="stationListBox" s:position="fixed" s:top="15" s:left="0" 
                    s:right="0" s:orient="vertical" s:bottom="1">
                    <aimTvListBox id="stationList" on:command="onSelectClip()" tabIndex="83">
                        <reaction event="keyPress" keyCode="SPACE" action="onSelectClip()"/>
                        <reaction event="keyPress" keyCode="ENTER" action="onSelectClip()"/>
                    </aimTvListBox>
                </box>
            </hbox>
        </vbox>
    </hbox>

