
// JavaScript Document oldal mnubol1
function setAttributeOnload(object, attribute, val) {if(window.addEventListener) {window.addEventListener("load",function(){ object[attribute] = val; }, false);} else {window.attachEvent('onload', function(){ object[attribute] = val; });}}



// JavaScript Document oldal mnubol2
 String.prototype.endsWith = function(s) {return this.match( s + '$');};var animateEv = "";function startAnimate(id, p, curr, dest, ev) {animateEv = ev;animate(id, p, curr, dest, ev);}function animate(id, p, curr, dest, ev) {if (animateEv == ev) {var animateStep = 10;var e = document.getElementById(id);if (e != null) {var n = curr; if (e.style[p] != "") {n = parseInt(e.style[p]);}if (n < dest) {n = n + animateStep;if (n > dest) {n = dest;}} else {n = n - animateStep;if (n < dest) {n = dest;}}e.style[p] = n + "px";if (n != dest) {setTimeout("animate('" + id + "', '" + p + "', " + n + ", " + dest + ", '" + ev + "')", 10);}}}} 
 
// JavaScript Document oldal mnubol2 addthis
 var addthis_config = {"data_track_clickback":true};
