function init()
{
	startDropDowns();
	startWinResizer();
	startFloorplan();
}
window.onload = init;