<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<HEAD>
<link href="../../../fields.css" rel="stylesheet" type="text/css">
<link href="../../../Styles/EffectBlind.css" rel="stylesheet" type="text/css" />
<SCRIPT LANGUAGE="javascript" SRC="EffectBlind.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="../../../Shared/Common/Scripts/effectsUtils.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="../../../Shared/Common/Scripts/AssetInfoClass.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="../../../Shared/MM/Scripts/setText.js"></SCRIPT>
<!-- Remove the following SCRIPT tag if you are modifying this file for your own use. -->
<SCRIPT SRC="../../../Shared/MM/Scripts/CMN/displayHelp.js"></SCRIPT>
<!-- End removal area. -->

<SCRIPT LANGUAGE="javascript">
// Copyright 2000-2006 Adobe Macromedia Software LLC and its licensors. All rights reserved.

//--------------- LOCALIZEABLE GLOBALS---------------

var MSG_SelectIDOfTarget = dw.loadString('Behaviors/Actions/Effects/EffectBlind/MSG_SelectIDOfTarget');
var MSG_NoValidTargetsAvailable = dw.loadString('Behaviors/Actions/Effects/EffectBlind/MSG_NoValidTargetsAvailable');
var MSG_ThisElement = dw.loadString('Behaviors/Actions/Effects/EffectBlind/MSG_ThisElement');
var MSG_SelectTargetOrCancel = dw.loadString('Behaviors/Actions/Effects/EffectBlind/MSG_SelectTargetOrCancel');
var MSG_BlindUpFrom = dw.loadString('Behaviors/Actions/Effects/EffectBlind/MSG_BlindUpFrom');
var MSG_BlindUpTo = dw.loadString('Behaviors/Actions/Effects/EffectBlind/MSG_BlindUpTo');
var MSG_BlindDownFrom = dw.loadString('Behaviors/Actions/Effects/EffectBlind/MSG_BlindDownFrom');
var MSG_BlindDownTo = dw.loadString('Behaviors/Actions/Effects/EffectBlind/MSG_BlindDownTo');
var MSG_NotAValidValue = dw.loadString('Behaviors/Actions/Effects/EffectBlind/MSG_NotAValidValue');

//--------------- END LOCALIZEABLE   ---------------
//---------------    END JAVASCRIPT    ---------------
</SCRIPT>
<TITLE><MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/title" /></TITLE>
</HEAD>
<BODY onLoad="initializeUI()">
  <FORM NAME="theForm">
    <DIV ALIGN="center">

    <TABLE BORDER=0 cellpadding="2" cellspacing="4">
      <TR>
        <TD VALIGN="baseline" nowrap> <div align="right"><MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/text/Target" /></div></TD>
        <TD VALIGN="baseline" nowrap class="cls_EffectBlind_td">
          <!--<INPUT NAME="pageEltObj" TYPE="TEXT" class="largeTField">-->

		  <SELECT NAME="pageEltObj" class="itemList">
            <OPTION><MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/option//loading" />
          </SELECT>		  </TD>
      </TR>
      <TR>
        <TD VALIGN="baseline" nowrap> <div align="right"><MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/text/Effect" /></div></TD>
        <TD VALIGN="baseline" nowrap>
          <INPUT NAME="durationObj" TYPE="TEXT" class="smallNumOrCharList" onBlur="checkDuration(0, this)" onFocus="storeValue(0, this)">
          <MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/text/milliseconds" /> </TD>
      </TR>
      <TR>
        <TD VALIGN="baseline" nowrap><div align="right"><MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/text/Effect_1" /></div></TD>
        <TD VALIGN="baseline" nowrap>
		  <SELECT NAME="effectTypeObj" class="width: 150px;" onChange="changeFromTo()">
            <OPTION value="blindUp"><MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/option/blindUp/Blind" /></OPTION>
            <OPTION value="blindDown"><MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/option/blindDown/Blind" /></OPTION>
          </SELECT>
        </TD>
      </TR>
      <TR>
        <TD VALIGN="baseline" nowrap> <div align="right" name="fromTxtObj"></div></TD>
        <TD VALIGN="baseline" nowrap>
          <INPUT NAME="fromObj" TYPE="TEXT" class="smallNumOrCharList" onBlur="checkFromToValue(1, this)" onFocus="storeValue(1, this)">
          <SELECT NAME="fromTypeObj" class="cls_EffectBlind_select_fromTypeObj">
            <OPTION value="%">%</OPTION>
            <OPTION value="px"><MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/option/px/pixels" /></OPTION>
          </SELECT>
		</TD>
      </TR>
      <TR>
        <TD VALIGN="baseline" nowrap> <div align="right" name="toTxtObj"></div></TD>
        <TD VALIGN="baseline" nowrap>
          <INPUT NAME="toObj" TYPE="TEXT" class="smallNumOrCharList" onBlur="checkFromToValue(2, this)" onFocus="storeValue(2, this)">
            <SELECT NAME="toTypeObj" class="cls_EffectBlind_select_toTypeObj">
            <OPTION value="%">%</OPTION>
            <OPTION value="px"><MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/option/px/pixels" /></OPTION>
          </SELECT>        </TD>
      </TR>
      <TR>
        <TD VALIGN="baseline" nowrap></TD>
        <TD VALIGN="baseline" nowrap><INPUT NAME="toggleObj" TYPE="checkbox"><MMString:loadString id="Behaviors/Actions/Effects/EffectBlind/checkbox/toggleObj/Toggle" /></TD>
      </TR>
    </TABLE>
    </DIV>
  </FORM>
</BODY></HTML>
