function NewsWindow(ZoomLink)
{
window.open(ZoomLink,'NewsWindow','left=3,top=3,width=500,height=540,toolbar=0,menubar=0,scrollbars=0,status=0,resizable=1');
}

