function windowOpen(servid,servname,url){
   var newWin;
  // alert("1111111");
   url=window.location.href;
   var targeturl = "/vms/download/nomiserv.do?actions=init&servname="+servname+"&servid="+servid+"&url="+url;
   newWin = window.open(targeturl,"","top=70,left=130,height=600, width=700,scrollbars=yes,toolbar=no,status=yes"); 
   newWin.focus();
   //alert("sdf");
}
