The function looks fine, so you need to be absolutely sure that it is being called. Replace it with this function and click the button again...
Code:
function map_start()
{
error("Button Clicked!!!");
//level_load("Level.wmb");
//wait(1);
}


Now if you click it, you should get a message box pop up. If it doesnt then the function isnt being called properly.