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

        function displayWrap(){
            var el = document.getElementById('wrap');
            el.style.display = 'block';
        }

