<!--
function wNews(id){
 var news = window.open( "/news/?id="+id, "F1News", "scrollbars, width=500, height=400");
 return false;
}
//-->
