   idLayer="nada";
   doc = document;
   iex = doc.all;
   nsp = doc.layer;
   byI = doc.getElementById;
   function mostra(divId) {
   	qst="faq1";
	for(i=1;doc.getElementById(qst)!=null;i++){
	doc.getElementById(qst).style.display=='block'?doc.getElementById(qst).style.display='none':'';
	qst="faq"+i;
	}
	doc.getElementById(divId).style.display='block';
	i=1;
	}