$(document).ready(function(){$('.pageActions a.fontUp, .pageActions a.fontDown').click(function(){var ourText=new Array("#content.noImage .contentLeft h1","#content.noImage .contentLeft h2","#content.noImage .contentLeft h3","#content.noImage .contentLeft h4","#content.noImage .contentLeft h5","#content.noImage .contentLeft p","#content.noImage .contentLeft td","#content.noImage .contentLeft blockquote","#content.noImage .contentLeft blockquote *","#content.noImage .contentLeft li","#content.noImage .contentLeft #offerDetails .offerDetailsIn .odRowLeft","#content.noImage .contentLeft #offerDetails .offerDetailsIn .odRowRight","#content.noImage .contentLeft #offerIntro .offerIntroIn .woShortDesc a","#content.noImage .contentLeft .cvSendInfo .cvSendInfoIn","#offerDuties p strong");if($(this).hasClass('fontUp')){for(i=0;i<=ourText.length-1;i++){var currFontSize=$(ourText[i]).css('fontSize');var finalNum=parseFloat(currFontSize,10)+3;$(ourText[i]).css('fontSize',finalNum+"px")}}else if($(this).hasClass('fontDown')){for(i=0;i<=ourText.length-1;i++){var currFontSize=$(ourText[i]).css('fontSize');var finalNum=parseFloat(currFontSize,10)-3;$(ourText[i]).css('fontSize',finalNum+"px")}}Cufon.refresh()})});
