if(webbrowser1.CanGoBack) { webbrowser.GoBack(); }
if (webbrowser1.CanGoForward) { webbrowser1.GoForward(); }