function popUp (id){ 
window.open ("popup.php?id=" +id ,"_blank" ,"width=800,height=700" );
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}