function initLoad(iMins){
	
	if(iMins==0) document.getElementById('noaccess').style.display = 'block'; //Account page
	
	getElementsByClassName("container", 'div', 'block');	//Load all the corners
	getElementsByClassName("container", 'div', 'block-sml');//Load all the options
}