Create bgcolor="#FFFFFF">

create.lib
(Requires kernel.lib)

Create:This function creates a new DIV on the screen.
create("divname","properties","inner HTML")
create("divname","properties","inner HTML","Nested Div")

Remove:This function removes a DIV from the page. In IE, the DIV will just be placed off screen so be carefull about trying to destroy and recreate a DIV with the same name!
div("name").remove()