<!--
function over(img,ref) { document.images[img].src = ref; } 
function out(img,ref)  { document.images[img].src = ref; } 

//a1=new Image; a1.src="i/1i.gif"; 
//a2=new Image; a2.src="i/1a.gif";
//a3=new Image; a3.src="i/2i.gif"; 
//a4=new Image; a4.src="i/2a.gif";
//a5=new Image; a5.src="i/3i.gif"; 
//a6=new Image; a6.src="i/3a.gif";
//a7=new Image; a7.src="i/4i.gif"; 
//a8=new Image; a8.src="i/4a.gif";
//a9=new Image; a9.src="i/5i.gif"; 
//a10=new Image; a10.src="i/5a.gif";
//a11=new Image; a11.src="i/6i.gif"; 
//a12=new Image; a12.src="i/6a.gif";
//a13=new Image; a13.src="i/7i.gif"; 
//a14=new Image; a14.src="i/7a.gif";
//a15=new Image; a15.src="i/upr.gif"; 
//a16=new Image; a16.src="i/upr_act.gif";
a17=new Image; a17.src="i/fl_bg.gif";
a18=new Image; a18.src="i/ul_bg.gif";
//-->

function toggle_show(id) 
{
    document.getElementById(id).style.display = document.getElementById(id).style.display == 'none' ? 'block' : 'none';
}

function change_font(f_id)
{
	document.getElementById(f_id).className = document.getElementById(f_id).className == 'txtFAQQuestionActive' ? 'txtFAQQuestion' : 'txtFAQQuestionActive';
}