function init(InitBlock) {
	
	if (arguments.length == 0) {
		InitBlock = '';
	}
	
	ShowHideInit(InitBlock);		
}
