var currentLocation = document.location.href; if (document.forms[0].PageType.value == "article") { // email a friend document.write('Email a friend'); // print friendly if (currentLocation.indexOf('?open') == -1) { document.write('Print friendly'); } else { document.write('Print friendly'); } function resizeText (textsize){ document.getElementById('edDeskBody').className = "body" + textsize; // document.getElementById('intro').className = textsize + "intro"; // document.getElementById('author').className = textsize + "author" // document.getElementById('maincontent').className = textsize + "body" } document.write('Decrease text sizeIncrease text size'); }