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