function apri(path,width,height) {
window.open(path,'','width='+width+',height='+height);
}

