function t1(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#cccccc';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l1_inact.gif')";
	 obj.style.color='#ffffff';
}

function t1o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#ffffff';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l1_inact.gif')";
	 obj.style.color='#000000';
}

function t2(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#ffffff';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l2_act.gif')";
	 obj.style.color='#ff00cc';
}

function t2o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#bbbbbb';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l2_act.gif')";
	 obj.style.color='#000000';
}

function t3(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#ffffff';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l3_inact.gif')";
	 obj.style.color='#ffffff';
}

function t3o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#888888';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l3_inact.gif')";
	 obj.style.color='#cccccc';
}

function t4(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#D0D0D0';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l4_rollover.gif')";
	 obj.style.color='#000000';
}

function t4o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#5E5E5E';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l4_inact.gif')";
	 obj.style.color='#cccccc';
}

function t5(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#CECECE';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l5_act.gif')";
	 obj.style.color='#ffffff';
}

function t5o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#dddddd';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l5_inact.gif')";
	 obj.style.color='#000000';
}

function t6(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#F5F5F5';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l6_rollover.gif')";
	 obj.style.color='#CFB0B0';
}

function t6o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#EAEAEA';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l6_inact.gif')";
	 obj.style.color='#909090';
}

function t7(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#ffffff';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l7_rollover.gif')";
	 obj.style.color='#CFB0B0';
}

function t7o(e) {
	 obj = getObj(e);
	 obj.style.backgroundColor='#ffffff';
	 obj.style.backgroundImage="URL('_skin/crazy pattern extended/l7_inact.gif')";
	 obj.style.color='#909090';
}

