/* document.write("<span onmousedown='return false'; oncontextmenu='return false;' ondragstart='return false';>");
document.onselectstart=new Function ('return false'); */

function sublinks(id) {
	for (i=1; i<=3; i++) {
	parent.document.getElementById('b'+i).style.color='#999999';
	}
	if (id=='b4') {id='b2'}
	parent.document.getElementById('a12').style.color='#FD8C29';
	parent.document.getElementById(id).style.color='#FD8C29';
}
