// help window
function paintingWindow(whichOne) {
    paintWin = window.open(whichOne + '.html','help','width=700,height=500,left=100,top=100');
    paintWin.focus();
}
