// JavaScript Document

function faqFIX(idTabs){    var parent = document.getElementById(idTabs);    var children = parent.childNodes;    for (var i = 0; i < children.length; i++)         if (children[i].tagName == "LI") {            children[i].onclick = function(){                this.className += ' choose';            }        // children[i].onmouseout = function() {this.className = this.className.replace(' choose', '');}        }}
function MTO(id) {	parent.location.href = "mailto:"+id+"@pracowniapepe.pl";	}
