// General pop-up window function.

function generalPopup (all) {
generalWin = window.open(all, 'general', "status=1,menubar=1,resizable=1,toolbar=1,location=1,scrollbars=1,width=700,height=400,left=0,top=0");
generalWin.focus()
}

