function showNews(nid){
newWindow = window.open("fullnews.php?n="+nid,"subWind","scrollbars,left=100,top=100,height=300,width=400");
newWindow.focus( );
}

var parWindow=1;