﻿function newWindow(url, w, h){
    aWindow=window.open(url,'Popup',"toolbar=no,scrollbars=yes,status=no,resizable=yes,menubar=no,width="+w+",height="+h+"");
}
