﻿function Main_enlarge()
{
    
        document.getElementById('wrapper').style.height = (document.documentElement.clientHeight + 100) + 'px';
}

function PopupOdeme(url)
{           
window.open(url, 'newwindow', 'height=500, width=500, top =, left =, resizable=0,status=0,scrollbars=1, menubar=0, toolbar = 0, fullscreen=0');     
}