1 function show_vc_details(vc) {
 
   4   var parm = centerParms(width, height) + ",width=" + width + ",height=" + height + ",status=yes,scrollbars=yes";
 
   5   var vc_id = document.getElementsByName(vc + "_id");
 
   7     vc_id = vc_id[0].value;
 
   9     "action=show_vc_details&" +
 
  10     "vc=" + escape(vc) + "&" +
 
  11     "vc_id=" + escape(vc_id)
 
  13   window.open(url, "_new_generic", parm);