/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function EnableButton()
{
    document.getElementById("next").style.display="block";
}


