?>
/spacer.gif" ></a>
				<?php 
}
?>
			</div>
			<div id="menu">	
				<div id="top_menu_list" style="width:<?php 
echo $menu_width;
?>
;">
				<!-- top menu start -->
				<?php 
//$temp = Openbiz\Openbiz::getObject('menu.widget.MainTabMenu')->render();
//unset($temp);
echo Openbiz\Openbiz::getObject('menu.widget.MainTabMenu')->render();
?>
				<!-- top menu end -->	
				</div>
			</div>
			<div  class="arrow_right">
				<?php 
if ($this->_tpl_vars['menu_count'] > 5) {
    ?>
				<a onmouseover="top_menu_move_direction='right';top_menu_move();top_menu_play=true;" 
					onmouseout="top_menu_play=false;"				
				 href="javascript:;"><img height="29" width="10" src="<?php 
    echo $this->_tpl_vars['image_url'];
    ?>
/spacer.gif" ></a>
				<?php 
<?php

/* Smarty version 2.6.10, created on 2014-12-08 09:50:01
   compiled from system_left_panel.tpl.html */
if ($this->_tpl_vars['left_menu']) {
    $left_menu = $this->_tpl_vars['left_menu'];
} else {
    $left_menu = "menu.widget.ApplicationMenu";
}
$obj = Openbiz\Openbiz::getObject($left_menu);
$left_menu_content = $obj->render();
//$left_menu_content = $left_menu;
$this->assign('system_left_menu_content', $left_menu_content);
?>

	<?php 
if ($this->_tpl_vars['system_left_top_content']) {
    echo $this->_tpl_vars['system_left_top_content'];
}
?>

	<!-- left menu block start -->
	<div class="content_block">
		<div class="header"></div>
		<div class="content" >								
			<?php 
echo $this->_tpl_vars['system_left_menu_content'];
?>

		</div>
		<div class="footer"></div>						
echo $this->_tpl_vars['image_url'];
?>
/spacer.gif" style="width:18px;" /></td>
					<td valign="top" id="left_panel">
						<?php 
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'system_left_panel.tpl.html', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
					</td>
					<td valign="top" id="right_panel">
						<!-- notification block start -->
						<div id="notification">
						<?php 
echo Openbiz\Openbiz::getObject('notification.widget.NotificationWidgetForm')->render();
?>
						</div>
						<!-- notification block start -->
					
						<!-- right block start -->
						<?php 
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'system_right_panel.tpl.html', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
						<!-- right block end -->
					</td>
				</tr>
			  </table>