/**
 * Your JavaScript-Code was crunched by
 * www.seo-ranking-tools.de
 * Tools for SEO's and Webmaster!
 * last edit 2009-09-15
 */

function changeFontSize(inc){var p=document.getElementsByTagName('p');for(n=0;n<p.length;n++){if(p[n].style.fontSize){var size=parseInt(p[n].style.fontSize.replace("px",""));}else{var size=12;}p[n].style.fontSize=size+inc+'px';}}