<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"></meta>
<title>The PHP Layers Menu - Templates</title>
<link rel="StyleSheet" href="../layersmenu.css" type="text/css"></link>
</head>
<body>

<pre>
This is a vertical menu template.
This comment does not appear on the resulting page.

The external table is needed to obtain a good formatting on Opera 6
and to workaround problems for browsers that otherwise do not understand
the "nowrap", i.e. IE5.
You can safely remove it if you do not have to support Opera 6 and IE5,
or if you will provide a "compatibility" menu version for them.
--
</pre>

<!-- BEGIN template -->
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td nowrap="nowrap">
<!-- BEGIN vertical_menu_box -->
<div id="{menu_name}" class="verbar" onmouseover="clearLMTO();" onmouseout="setLMTO();">
<!-- BEGIN vertical_menu_cell -->
<div id="{refid}" class="item">
<a href="{href}"{onmouseover}{title}{target}><img
align="top" src="{imgwww}{transparent}" width="1" height="16" border="0"
alt="" /><!-- BEGIN cell_icon --><img
align="top" src="{imgwww}{iconsrc}" width="{iconwidth}" height="{iconheight}" border="0"
alt="{iconalt}" />&nbsp;<!-- END cell_icon -->{text}<!-- BEGIN cell_arrow -->&nbsp;<img
class="fwdarr" src="{imgwww}{arrowsrc}" width="{arrowwidth}" height="{arrowheight}"
border="0" alt=">>" /><!-- END cell_arrow -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
</div>
<!-- END vertical_menu_cell -->
</div>
<!-- END vertical_menu_box -->
</td>
</tr>
</table>
<!-- END template -->

</body>
</html>