app = navigator.appName.charAt(0);

if ( (app == "M")  && (navigator.appVersion.indexOf("Win")) &&
 (navigator.appVersion.charAt(22)>=5) ) {
	var back = document.body.style.background
	tok2menu.style.background = back; 
	handle.style.background = back; 
	sys1.style.background = back;
	ad_vc.style.background = back;;
	textad_cell.style.background = back; 
	textad_table.style.background = back; 

	_D.styleSheets(document.styleSheets.length-1).addRule('#tok2menu tr', 'background :' +back); 
	_D.styleSheets(document.styleSheets.length-1).addRule('#tok2menu td', 'background :' +back);
	
	_D.styleSheets(document.styleSheets.length-1).addRule('#tok2menu a', 'background :' +back); 
	_D.styleSheets(document.styleSheets.length-1).addRule('#tok2menu a:visited', 'background :' +back); 
	_D.styleSheets(document.styleSheets.length-1).addRule('#tok2menu a:hover', 'background :' +back); 
	_D.styleSheets(document.styleSheets.length-1).addRule('#tok2menu .root', 'background :' +back); 

/*	
	if (document.body.style.background == world.style.color) {
		handle.style.border = "white";
		tok2link.style.color = "white";
		sys1.style.color = "white";
		ad_vc.style.color = "white";
		textad_cell.style.color = "white";
		textad_table.style.color = "white";
		world.style.color = "white"; 
		national.style.color = "white";
		sports.style.color = "white";
		weather.style.color = "white";
		info.style.color = "white";
		_D.styleSheets(document.styleSheets.length-1).addRule('#sys1 a'         , 'color: white');
		_D.styleSheets(document.styleSheets.length-1).addRule('#sys1 a:visited' , 'color: white');
		_D.styleSheets(document.styleSheets.length-1).addRule('#sys1 a:hover  ' , 'color: white');
}	
*/
	
}

