
function openWindow(clocation,wNo,features){
   var wName;
   wName="win"+wNo;
   var scriptwin=window.open(clocation,wName,features);}
