
collapse = new CollapseMenu(20,20,160,10)
collapse.openStyle = 'slide'
collapse.build()

function init() {setTimeout('init1()', 100)}

function init1() {
	collapse.activate()
	
	// set the height of the document based on the height of the menu
	if (is.ns) document.height = collapse.lyr.y + collapse.h
}

writeCSS(collapse.css)
