Adding and removing 'gui.button's

I’m currently making a GUI pause menu using GUI.button’s.

However I can only seem to get them into the game at the start however I want to be able to add and delete buttons as players navigate the menu system.

Anyone know how this could be done?

Thanks

Then i would suggest you to use GUITexture or moving meshes for your buttons and use OnMouseDown to detect mouse press.