// ----- CMO About Us ------

// Module: cmotc.js

// Date 9.7.2001

// Author Rod Fletcher

// This script is Copyright ©1999 - 2001 Rod and Sue Fletcher.




var domType = location.search.substr(1);

if (domType == '') {
	location = '../../index.html';
}


function formatPage() {
	
	switch(domType) {
		
		case '0NN4+':
			break;
			
			
		case '1NN6+':
					
			break;
			
			
		case '1IE5+':
			if (screen.colorDepth > 16) {
				changeIEStyleBySelector('#head2', 'visibility', 'visible');
			}
			
			break;
	}
}
			

// END
