function init(){
	if (document.getElementById){
		if (parent.sub2en3.length != 0) 
			if (parent.sub2en3.n3.strColor){		
				for(i=0;i<document.anchors.length;i++) document.anchors[i].className = 'rb';
				eval('document.getElementById(\''+parent.sub2en3.n3.strColor+'\').className="checked";');		
			}
		setTimeout('init()',1000);	
	}
}
