// ----- CMO Site Map ------

// Module: cmomap.js	version 1.3

// Date 9.7.2001

// Author Rod Fletcher

// This script is Copyright ©1999 - 2008 Rod and Sue Fletcher.


/* Maintenance ----------------
	
   Version 1.0 to 1.1 - 15.7.2002 Yachtmaster launch
   Version 1.1 to 1.2 - 11.1.2006 Combined download demo
   Version 1.2 to 1.3 - 27.5.2008 Browser compatibility
   
------------------------------- */		



var domType = location.search.substr(1);

if (domType == '') {
	location = '../../index.html';
}

hdr2 = new Image();
hdr2.src = '../images/sitemaphdr2.jpg';


function formatPage() {



	switch(domType) {

		case '0NN4+':


			break;



		case '1NN6+':

			changeNNStyleBySelector('.subhead6', 'backgroundColor', '#C5C5E7');
			

			break;


		case '1IE5+':

			changeIEStyleBySelector('.subhead6', 'backgroundColor', '#C5C5E7');
			
			if (screen.colorDepth > 16) {
				document.getElementById('hdr2').src = hdr2.src;

			}

			break;

	}
}


function downloadYmaDemo() {
	
	location = '../../demos/downloads/ymdemo.exe';

}

function downloadComDemo() {
	
	location = '../../demos/downloads/codemo.exe';

}
// END
