function duyurupopup()
{
    var ac=0;    
    width =300;
    height =300;
    var left=(screen.width-width)/4;
    var top=(screen.height-height)/4;
    
    if(ac == 1)
    {
    url = 'tebrik.html';
    win = window.open(url,'tebrik',"height="+height+",width="+width+",status=yes,resizable=no,toolbar=no,menubar=no,location=no,scrollbars=no,left="+left+",top="+top);
    }
}
duyurupopup()
function duyurupopup2()
{
    var ac=0;    
    width =500;
    height =300;
    var left=(screen.width-width)/1.5;
    var top=(screen.height-height)/4;
    
    if(ac == 1)
    {
    url = 'tasinma.html';
    win = window.open(url,'tasinma',"height="+height+",width="+width+",status=yes,resizable=no,toolbar=no,menubar=no,location=no,scrollbars=no,left="+left+",top="+top);
    }
}

function duyuruhizmetbina()
{
    var ac=1;    
    width =500;
    height =400;
    var left=(screen.width-width)/1.5;
    var top=(screen.height-height)/4;
    
    if(ac == 1)
    {
    url = 'hizmetbinamiz.jsp';
    win = window.open(url,'hizmetbinamiz',"height="+height+",width="+width+",status=yes,resizable=no,toolbar=no,menubar=no,location=no,scrollbars=no,left="+left+",top="+top);
     
    }
}


function popupwind()
{
       width = 820;
       height= 620;
       var left=(screen.width-width)/6;
       var top=(screen.height-height)/6;
    
       url = 'http://destek.uni-yaz.com';
       win = window.open(url,'uni_destek',"height=620,width=820,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,left="+left+",top="+top);
    
}


