?>
					</span>
					<textarea id="mm-description" name='description' style="width:100%; font-size: 11px"><?php 
echo $membership->getDescription();
?>
</textarea>
				</div>
				
				<div id="mm-paid-membership-settings" style="margin-top:5px; <?php 
if ($membership->isFree()) {
    echo "display:none;";
}
?>
">
					<?php 
$productsList = MM_HtmlUtils::getMembershipProducts($membership->getId(), $membership->getProductIds());
if (!empty($productsList)) {
    ?>
					<span style="font-size:11px;">
					Products<?php 
    echo MM_Utils::getInfoIcon("Paid membership levels can have multiple products associated with them which allows you to offer different pricing for the same membership. Select one or more products below to associate with this membership level.");
    ?>
					</span>
					<select id="mm-products[]"  multiple  style='width: 100%;' size='6' onchange='mmjs.filterRegistrationProducts()'>
						<?php 
    echo $productsList;
    ?>
					</select>
					<br/>
				
					<span style="font-size:11px">