function popup(file, w, h) {

window.open (file, '_blank', 'scrollbars=yes, height=' + h + ', width =' + w);
return false;

}