
function positionMe(a){
    //document.body.style.background='transparent';
    //a.style.bgcolor = 'red';
    
    x = document.body.clientWidth;
    y = document.body.clientHeight;

    a.style.top =(x/8);
    a.style.left=(y/4);
    
    a.style.height=1200;
}

function showUpsell(){
    document.getElementById('Ik').style.display='inline';
    //document.getElementById('Ik').style.allowTransparency="true";
}
