<?xml version="1.0" encoding="ISO-8859-15"?>
<!-- edited with XML Spy v2.5 NT  - http://www.xmlspy.com -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xslc="http://xslcomponents.org/TR/WD-xslc">
	<xsl:import href="../../xslc.xsl"/>
	<xsl:import href="../../Common.xsl"/>
	<xsl:import href="../../Treeview.xsl"/>
	<xsl:template match="/">
		<xsl:apply-templates select="document"/>
	</xsl:template>
	<xsl:template match="document">
		<xsl:call-template name="xslc:Page">
			<xsl:with-param name="Title">Menu</xsl:with-param>
			<xsl:with-param name="ToolbarButtonsLeft">
				<ToolbarButton>
					<xsl:call-template name="ToolButtonRefresh"/>
				</ToolbarButton>
			</xsl:with-param>
			<xsl:with-param name="PageMargin">8</xsl:with-param>
			<xsl:with-param name="Head">
				<xsl:call-template name="xslc:TreeviewHeader"/>
				<script language="javascript">
					<![CDATA[function ShowStock() {
PartialUpdate('MainForm', 'TVShowMarque', 'PartialFrame', '', '', 'IDStockVO', '2', true);
}

window.onload=ShowStock;]]>
				</script>
			</xsl:with-param>
			<xsl:with-param name="ActivePageName">Menu1</xsl:with-param>
			<xsl:with-param name="Tabs">
				<Tab Name="Menu1">
					<a href="{/document/Aliases/ToolkitDLL}Menu1">
						<img align="absmiddle" border="0" src="{$XMLC_PictosPath}ico_service.gif"/> Menu1</a>
				</Tab>
			</xsl:with-param>
			<xsl:with-param name="DisplayTabs">0</xsl:with-param>
			<xsl:with-param name="Width">100%</xsl:with-param>
			<xsl:with-param name="Height">100%</xsl:with-param>
			<xsl:with-param name="Body">
				<iframe id="PartialFrame" name="PartialFrame" style="display: none;"/>
				<form name="MainForm" action="{/document/Aliases/bdVODLL}TVShowMarque" method="POST" target="PartialFrame">
					<input type="hidden" name="ContentID"/>
					<input type="hidden" name="XMLC_Fake"/>
					<input type="hidden" name="MARQUE_Name"/>
				</form>
				<xsl:call-template name="xslc:Treeview">
					<xsl:with-param name="Tree">
						<Item ID="IDStockVO" ModuleID="MARQUES" ImagePath="{$XMLC_PictosPath}button_Organization.gif" Caption="Stock VALAUTO" PartialUpdate="1" PartialForm="MainForm" PartialTarget="PartialFrame" PartialAction="{/document/Aliases/bdVODLL}TVShowMarque"/>
					</xsl:with-param>
				</xsl:call-template>
			</xsl:with-param>
		</xsl:call-template>
	</xsl:template>
</xsl:stylesheet>
