public GitHub_CustomO2 buildGui(Panel topPanel, bool onlyAddIe)
    	{  			    		
    		if (onlyAddIe.isFalse())
    		{
				Ribbon = topPanel.add_Ribbon_Above(); 
				Ribbon.title("Git Hub API");								  
				  
				add_Tab_GitHub_Website();
				add_Tab_GitHub_Setup();
				 
				var customO2 = Ribbon.add_Tab("Custom O2");
				customO2.add_RibbonGroup("Group") 
						.add_RibbonButton_Script("IE Automation","ascx_IE_ScriptExecution.cs");	 		 
							
				//ribbon.add_Tab_BrowserAutomation();
				Ribbon.add_Tab_MiscTools();
			}
			configureIE();
			IE = topPanel.add_IE();	
			return this;
    	}