function cmfTarifShange(t) {	if(t.isMenu) {		$(t).html('<div id="more"></div>');		$('#contentFull2').hide();		t.isMenu = false;	} else {        $(t).html('<div id="more2"></div>');		$('#contentFull2').show();		t.isMenu = true;	}}function cmfPhoneOver(t) {	t.id="vybortable2";	$('.right > form > input', t).attr('src', './images/pay.gif');}function cmfPhoneOut(t) {	t.id="vybortable";	$('.right > form > input', t).attr('src', './images/pay2.gif');}
