<!DOCTYPE HTML SYSTEM "-//Adobe//DWExtension layout-engine 10.0//floater"> 
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<!--

 ADOBE CONFIDENTIAL
 ___________________

 Copyright 2011 Adobe Systems Incorporated
 All Rights Reserved.

 NOTICE:  All information contained herein is, and remains
 the property of Adobe Systems Incorporated and its suppliers,
 if any.  The intellectual and technical concepts contained
 herein are proprietary to Adobe Systems Incorporated and its
 suppliers and are protected by trade secret or copyright law.
 Dissemination of this information or reproduction of this material
 is strictly forbidden unless prior written permission is obtained
 from Adobe Systems Incorporated.

-->

<head>
<title>
<MMString:loadString id="bc/BCModulePanel/title" />
</title>

<!-- code from startup, moved in panel and inspector, to not overload startup -->
<script src="../Shared/BC/JS/bc_ui_utils.js" type="text/javascript"></script>
<script src="../Shared/BC/JS/bc_api.js" type="text/javascript"></script>
<script src="../Shared/BC/JS/bc_bindings.js" type="text/javascript"></script>
<script src="../Shared/BC/JS/bc_tokens.js" type="text/javascript"></script>
<script src="../Shared/BC/JS/json.js" type="text/javascript"></script>
<link href="BCModulePanel.css" rel="stylesheet" type="text/css" />
<link href="../Shared/BC/Images/PL_BusinessCatalyst_R.png" rel="panel icon" />
<script type="text/javascript" src="BCCommon.js"></script>
<script type="text/javascript" src="BCModulePanel.js"></script>
<script type="text/javascript" src="../Shared/Common/Scripts/dwscripts.js"></script>
<script type="text/javascript" src="../Reports/Reports.js"></script>
</head>
<body id="panel" onLoad="onLoad();" onHide="onHide();" onShow="onShow();" onResize="onResize();">
  <div id="loadingDiv" align="center">
  		<div id="loadingBgDiv"> </div>
		<div id="loadingDivText">
			<div id="loadingDivSwf" style="height:40px">
				<mm:browsercontrol id="bc_loading" style="height:70px; width:100%; background-color:#d6d6d6; display:none;" />
			</div>
		</div>
  </div>
  <div id="panelMainDiv">
  <div id="browserDiv">
    <mm:browsercontrol id="browser" style="backgroundColor:#d6d6d6" />
    <mm:browsercontrol id="toolbox_browser" style="backgroundColor:#d6d6d6; display:none" />
  </div>
  <div id="footerStuff">
		<div id="rightLinks"> 
			<table id="footerTable" cellpadding="0" cellspacing="0" border="0">
				<tr>
					<td id="siteNameContainer" height="100%" width="100%" nowrap="nowrap">
						<div id="siteName"></div>
						<img id="siteNameTooltip" alt="" src="" />
					</td>
					<td id="adminContainer" height="100%" nowrap>
						<a href="#" id="adminLink" onMouseDown="openAdmin();"><MMString:loadString id="bc/buttonText/admin" /></a>
					</td>
					<td id="logoutContainer" height="100%" nowrap>
						<a href="#" id="logInOut" onMouseDown="doLogInOrOut();"><MMString:loadString id="bc/buttonText/logout" /></a> 
					</td>
				</tr>
			</table>
		</div>
	<div id="emptyFooter"></div>
	<div id="sample"></div>
  </div>
  </div>
</body>
</html>
