

function show_news(nname)
{
   window.open(nname,'Info', 'menubar=0,location=0,status=0,toolbar=0,scrollbars=1,resizable=1,height=620,width=580');
}

