function apriFin(url, name, width, height){
 var settings="'left=150,top=10,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+width+",height="+height+"'";
 var MyNewWindow=window.open(url,name,settings);
}

function apriFin2(url, name, width, height){
 var settings="'left=150,top=10,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width="+width+",height="+height+"'";
 var MyNewWindow=window.open(url,name,settings);
}
