// ----- CMO Yachtmaster demo ------

// Module: cmoymademo.js

// Date 15.7.2002	version 1.0

// Author Rod Fletcher

// This script is Copyright ©1999 - 2002 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
