// JavaScript Document


function startJS(){
	createNav();
	NavListOpen();
	cycleBan();
	}

window.onload=startJS;
