function start() {
  /* initMenus(); */
  alphaBackgrounds();
  SimpleSwapSetup();
}
window.onload = start;

function clearDefault(el) {
			if (el.defaultValue==el.value) el.value = ""
		}
