﻿<!--		
			function cotype() {
						if ( document.cocheck.acradio[0].checked) {
						location.href = 'appsoltrad.html';
			}	
						if ( document.cocheck.acradio[1].checked) {
						location.href = 'appltdco.html';
			}
			}

			function hideTC() {
						if (document.accept.tcradio[0].checked) { 
						document.accept.tcradio[1].checked = true;
						activLink(false);
			}
						obj = document.getElementById('wrapper');
						obj.style.visibility = 'hidden';
						selectObj = document.getElementById('TCiframe');
						selectObj.style.visibility = 'hidden';
			}
			
			function showTC() {
						TCobj = document.getElementById('wrapper');
						TCobj.style.visibility = 'visible';
						selectObj = document.getElementById('TCiframe');
						selectObj.style.visibility = 'visible';
			} 
			
			
		

			function activLink(b) {
						var thisLink = document.getElementById('greyedout');
						thisLink.onclick = function() { return b }
						thisLink.className = (b == true) ? '' : 'disabled';
			}
			
			function check() {
						if (document.accept.tcradio[0].checked) {
						activLink(true);
	
			}
						if (document.accept.tcradio[1].checked) { 
						activLink(false);
			}
			}	
			
			
// -->