function openhaber(haberno)
{
windowFeatures = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=145,top=300,left=145";
url="fon_haber_detay.asp?HNO="+haberno;
haberwindow = window.open(url,'HaberAyrıntısı',windowFeatures);
haberwindow.focus();
}