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     "login=" + escape(document.getElementsByName("login")[0].value) + "&" +
 
  11     "password=" + escape(document.getElementsByName("password")[0].value) + "&" +
 
  12     "vc=" + escape(vc) + "&" +
 
  13     "vc_id=" + escape(vc_id)
 
  15   window.open(url, "_new_generic", parm);