/* <------ Digitise Default JavaScript v1.0 STARTS ------> */

// This function opens a pop-up window from the parent window with options. Feel free to alter the values.
function openWindow(url) {
  popupWin = window.open(url, 'popup', 'toolbar,scrollbars,resizable,width=650,height=400,left=30,top=30');
}

/* <------ Digitise Default JavaScript v1.0 ENDS ------> */