﻿<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0014)about:internet -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="book" content="ActionScript&nbsp;3.0&nbsp;Language&nbsp;and&nbsp;Components&nbsp;Reference"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="HTMLWindowCreateOptions,flash.html.HTMLWindowCreateOptions,ERROR_CANNOT_LOAD_READER,ERROR_INSTALLED_READER_NOT_FOUND,ERROR_INSTALLED_READER_TOO_OLD,ERROR_PREFERRED_READER_TOO_OLD,STATUS_OK,authenticate,cacheResponse,contentHeight,contentWidth,fullscreen,hasFocusableContent,height,height,historyLength,historyPosition,htmlHost,htmlLoader,isPost,loaded,locationBarVisible,location,manageCookies,menuBarVisible,navigateInSystemBrowser,originalUrl,paintsDefaultBackground,pdfCapability,placeLoadStringContentInApplicationSandbox,resizable,runtimeApplicationDomain,scrollBarsVisible,scrollH,scrollV,statusBarVisible,textEncodingFallback,textEncodingOverride,title,toolBarVisible,url,useCache,userAgent,width,width,windowRect,window,x,y"><title>flash.html.HTMLWindowCreateOptions (ActionScript 3.0)</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript">  
            <!--  
			    
				asdocTitle = 'HTMLWindowCreateOptions - ActionScript 3.0 Language and Components Reference';

				var baseRef = '../../';

				window.onload = configPage;
			      
			    -->  
            </script>
<script language="javascript" type="text/javascript"><!--
function submitValue(){
var searchStr=document.getElementById('search-livedocs').value;
window.location="../../search.html"+"###"+searchStr;
}
--></script><script type="text/javascript">
		scrollToNameAnchor();
	</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">ActionScript 3.0 Language and Components Reference</td><td class="titleTableSearch" align="center"><form class="searchForm" method="get" action="../../search.html" onsubmit="submitValue();"><input class="hidden" name="loc" value="" type="hidden"><input class="hidden" name="termPrefix" value="" type="hidden"><input class="hidden" name="term" value="" type="hidden"><input class="hidden" name="area" value="" type="hidden"><input id="search-livedocs" name="search_text" value="" title="" type="text"> <input type="button" name="action" value="Search" onclick="submitValue()"></form></td><td class="titleTableTopNav" align="right"><a href="../../../../Flash/10.0_Welcome/index.html">Home</a>&nbsp;|&nbsp;<a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../language-elements.html">Language Elements</a>&nbsp;| <a href="../../all-index-Symbols.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a href="../../appendixes.html">Appendixes</a>&nbsp;|&nbsp;<a href="../../conventions.html">Conventions</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?flash/html/HTMLWindowCreateOptions.html&amp;flash/html/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">HTMLWindowCreateOptions</td><td class="titleTableSubNav" id="subNav" align="right" colspan="2"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#effectSummary">Effects</a>&nbsp;| <a href="#constantSummary">Constants</a>&nbsp;| <a href="#includeExamplesSummary">Examples</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
                
                    
                

				<!--

				
				    
				

					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("HTMLWindowCreateOptions"); titleBar_setSubNav(false,true,false	,false,false,false,true,false,false	,false,false,false,false,false);}

				    
				        
				    
				-->
                
                    
                
			</script><div class="MainContent"><div class="annotation">(AIR only)</div><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">flash.html</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  HTMLWindowCreateOptions</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">HTMLWindowCreateOptions  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../Object.html">Object</a></td></tr></table><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p></p>
        This class defines the options that can be specified when JavaScript running
  in an HTMLLoader object tries to create a new HTML window by calling the
        <code>window.open()</code>
        method.
        <p>
          This class defines the properties and methods that correspond to options in the
          <code>features</code>
          parameter passed to the
          <code>window.open()</code>
          method in JavaScript.
        </p>
        
               <p>
          For example, JavaScript in an HTML document (in an HTMLLoader object)
  can include the following call to
          <code>window.open()</code>
          , in which
  the
          <code>features</code>
          parameter (the third parameter) lists a number
  of options:
        </p>
        
               <div class="listing"><pre>window.open("http://www.adobe.com", "AdobeWindow", "scrollbars=1,menubar=1,location=0,status=0")</pre></div>
        
               <p>
          You use the HTMLWindowCreateOptions class in overriding the
          <code>createWindow()</code>
          method of a subclass of the 
  HTMLHost class. The HTMLLoader object passes an HTMLWindowCreateOptions object 
  as the
          <code>windowCreateOptions</code>
          parameter of the
          <code>createWindow()</code>
          method of the HTMLHost object.
        </p>
        
            <p></p><p><span class="classHeaderTableLabel">See also</span></p><div class="seeAlso"><a href="HTMLHost.html#createWindow()" target="">HTMLHost#createWindow()</a></div><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th>Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../Object.html#constructor" class="signatureLink">constructor</a> : <a href="../../Object.html">Object</a><div class="summaryTableDescription">A reference to the class object or constructor function for a given object instance.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#fullscreen" class="signatureLink">fullscreen</a> : <a href="../../Boolean.html">Boolean</a> = false<div class="summaryTableDescription">Specifies whether the window should be full screen.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#height" class="signatureLink">height</a> : <a href="../../Number.html">Number</a> = NaN<div class="summaryTableDescription">Specifies the desired initial height of the new window.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#locationBarVisible" class="signatureLink">locationBarVisible</a> : <a href="../../Boolean.html">Boolean</a> = false<div class="summaryTableDescription">Whether a location bar should be displayed.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#menuBarVisible" class="signatureLink">menuBarVisible</a> : <a href="../../Boolean.html">Boolean</a> = false<div class="summaryTableDescription">Specifies whether a menu bar should be displayed.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../Object.html#prototype" class="signatureLink">prototype</a> : <a href="../../Object.html">Object</a><div class="summaryTableDescription">[static] A reference to the prototype object of a class or function object.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#resizable" class="signatureLink">resizable</a> : <a href="../../Boolean.html">Boolean</a> = false<div class="summaryTableDescription">Specifies whether the window should be resizable.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#scrollBarsVisible" class="signatureLink">scrollBarsVisible</a> : <a href="../../Boolean.html">Boolean</a> = true<div class="summaryTableDescription">Specifies whether scrollbars should be displayed.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#statusBarVisible" class="signatureLink">statusBarVisible</a> : <a href="../../Boolean.html">Boolean</a> = false<div class="summaryTableDescription">Specifies whether a status bar should be displayed.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#toolBarVisible" class="signatureLink">toolBarVisible</a> : <a href="../../Boolean.html">Boolean</a> = false<div class="summaryTableDescription">Specifies whether a toolbar bar should be displayed.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#width" class="signatureLink">width</a> : <a href="../../Number.html">Number</a> = NaN<div class="summaryTableDescription">Specifies the desired initial width of the new window.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#x" class="signatureLink">x</a> : <a href="../../Number.html">Number</a> = NaN<div class="summaryTableDescription">Specifies the desired initial x position of the new window on the screen.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="#y" class="signatureLink">y</a> : <a href="../../Number.html">Number</a> = NaN<div class="summaryTableDescription">Specifies the desired initial y position of the new window on the screen.</div></td><td class="summaryTableOwnerCol">HTMLWindowCreateOptions</td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedMethod" id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th>Defined By</th></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#hasOwnProperty()" class="signatureLink">hasOwnProperty</a>(name:<a href="../../String.html">String</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Indicates whether an object has a specified property defined.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#isPrototypeOf()" class="signatureLink">isPrototypeOf</a>(theClass:<a href="../../Object.html">Object</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Indicates whether an instance of the Object class is in the prototype chain of the object specified 
  as the parameter.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#propertyIsEnumerable()" class="signatureLink">propertyIsEnumerable</a>(name:<a href="../../String.html">String</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Indicates whether the specified property exists and is enumerable.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#setPropertyIsEnumerable()" class="signatureLink">setPropertyIsEnumerable</a>(name:<a href="../../String.html">String</a>, isEnum:<a href="../../Boolean.html">Boolean</a> = true):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Sets the availability of a dynamic property for loop operations.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#toString()" class="signatureLink">toString</a>():<a href="../../String.html">String</a></div><div class="summaryTableDescription">Returns the string representation of the specified object.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#valueOf()" class="signatureLink">valueOf</a>():<a href="../../Object.html">Object</a></div><div class="summaryTableDescription">Returns the primitive value of the specified object.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr></table></div><script language="javascript" type="text/javascript"><!--
                      showHideInherited();
                      --></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="fullscreen"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;fullscreen</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>public var fullscreen:<a href="../../Boolean.html">Boolean</a> = false</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Specifies whether the window should be full screen. This property is set to
          <code>true</code>
          if the
          <code>features</code>
          string of the JavaScript call to the
          <code>window.open()</code>
          method includes
          <code>"fullscreen"</code>
          ,
          <code>"fullscreen=1"</code>
          , or
          <code>"fullscreen=y"</code>
          .
        </p></div><a name="propertyDetail"></a><a name="height"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;height</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var height:<a href="../../Number.html">Number</a> = NaN</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Specifies the desired initial height of the new window. This is set to the
          <code>height</code>
          value 
   in the
          <code>features</code>
          string of the JavaScript call to the
          <code>window.open()</code>
          method. If the value is
          <code>NaN</code>
          , the default when no
          <code>height</code>
          value is 
   specified in the
          <code>features</code>
          string, then a default window height is used.
        </p></div><a name="propertyDetail"></a><a name="locationBarVisible"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;locationBarVisible</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var locationBarVisible:<a href="../../Boolean.html">Boolean</a> = false</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Whether a location bar should be displayed. This property is set to
          <code>true</code>
          if the
          <code>features</code>
          string of the JavaScript call to the
          <code>window.open()</code>
          method includes
          <code>"location"</code>
          ,
          <code>"location=1"</code>
          , or
          <code>"location=y"</code>
          .
        </p></div><a name="propertyDetail"></a><a name="menuBarVisible"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;menuBarVisible</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var menuBarVisible:<a href="../../Boolean.html">Boolean</a> = false</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Specifies whether a menu bar should be displayed. This property is set to
          <code>true</code>
          if the
          <code>features</code>
          string of the JavaScript call to the
          <code>window.open()</code>
          method includes
          <code>"menubar"</code>
          ,
          <code>"menubar=1"</code>
          , or
          <code>"menubar=y"</code>
          .
        </p></div><a name="propertyDetail"></a><a name="resizable"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;resizable</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var resizable:<a href="../../Boolean.html">Boolean</a> = false</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Specifies whether the window should be resizable. This property is set to
          <code>true</code>
          if the
          <code>features</code>
          string of the JavaScript call to the
          <code>window.open()</code>
          method includes
          <code>"resizable"</code>
          ,
          <code>"resizable=1"</code>
          , or
          <code>"resizable=y"</code>
          .
        </p></div><a name="propertyDetail"></a><a name="scrollBarsVisible"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;scrollBarsVisible</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var scrollBarsVisible:<a href="../../Boolean.html">Boolean</a> = true</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Specifies whether scrollbars should be displayed. This property is set to
          <code>true</code>
          if the
          <code>features</code>
          string of JavaScript call to the
          <code>window.open()</code>
          method includes
          <code>"scrollbars"</code>
          ,
          <code>"scrollbars=1"</code>
          , or
          <code>"scrollbars=y"</code>
          .
        </p></div><a name="propertyDetail"></a><a name="statusBarVisible"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;statusBarVisible</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var statusBarVisible:<a href="../../Boolean.html">Boolean</a> = false</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Specifies whether a status bar should be displayed. This property is set to
          <code>true</code>
          if the
          <code>features</code>
          string of the JavaScript call to the
          <code>window.open()</code>
          method includes
          <code>"status"</code>
          ,
          <code>"status=1"</code>
          , or
          <code>"status=y"</code>
          .
        </p></div><a name="propertyDetail"></a><a name="toolBarVisible"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;toolBarVisible</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var toolBarVisible:<a href="../../Boolean.html">Boolean</a> = false</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Specifies whether a toolbar bar should be displayed. This property is set to
          <code>true</code>
          if the
          <code>features</code>
          string of the JavaScript call to the
          <code>window.open()</code>
          method includes
          <code>"toolbar"</code>
          ,
          <code>"toolbar=1"</code>
          , or
          <code>"toolbar=y"</code>
          .
        </p></div><a name="propertyDetail"></a><a name="width"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;width</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var width:<a href="../../Number.html">Number</a> = NaN</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Specifies the desired initial width of the new window. This is set to the
          <code>width</code>
          value 
   in the
          <code>features</code>
          string of the JavaScript call to the
          <code>window.open()</code>
          method. If the value is
          <code>NaN</code>
          , the default when no
          <code>width</code>
          value is 
   specified in the
          <code>features</code>
          string, then a default window width is used.
        </p></div><a name="propertyDetail"></a><a name="x"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;x</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var x:<a href="../../Number.html">Number</a> = NaN</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Specifies the desired initial
          <i>x</i>
          position of the new window on the screen. This is set to the 
   value specified for
          <code>left</code>
          or
          <code>screenX</code>
          in the
          <code>features</code>
          string of the JavaScript call to the
          <code>window.open()</code>
          method. If the value 
   is
          <code>NaN</code>
          , the default when no
          <code>left</code>
          or
          <code>screenX</code>
          value is 
   specified in the
          <code>features</code>
          string, then a default window
          <i>x</i>
          position is used.
        </p></div><a name="propertyDetail"></a><a name="y"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;y</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>public var y:<a href="../../Number.html">Number</a> = NaN</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0</td></tr></table><p></p><p></p><p>
          Specifies the desired initial
          <i>y</i>
          position of the new window on the screen. This is set to the 
   value specified for
          <code>top</code>
          or
          <code>screenY</code>
          in the
          <code>features</code>
          string of the JavaScript call to the
          <code>window.open()</code>
          method. If the value is
          <code>NaN</code>
          , the default when no
          <code>left</code>
          or
          <code>screenX</code>
          value is specified 
   in the
          <code>features</code>
          string, then a default window
          <i>x</i>
          position is used.
        </p></div><br/><br/><hr><br/><p></p><center class="copyright"> &copy; 2004-2008 Adobe Systems Incorporated. All rights reserved. <br/>Thu Oct 30 2008, 07:08 PM -07:00  </center><div style="display:none">HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions HTMLWindowCreateOptions </div><div style="display:none">flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions flash.html.HTMLWindowCreateOptions </div></div></body></html><!-- &copy; 2004-2008 Adobe Systems Incorporated. All rights reserved. <br/>Thu Oct 30 2008, 07:08 PM -07:00  -->
