/* ******************************************************** */
/* Text Resize Panel                                        */
/* Original: abc.net.au/enoughrope                          */
/* Library Version: blueprintweb.com.au                     */
/* Free use if this header is maintained ...                */
/* ******************************************************** */
/*  Stylesheets and library script required for operation.  */
/*    Use in conjunction with <noscript> alternative ...    */
/* ******************************************************** */
outStr = '';
outStr ='<table align="right" cellpadding="0" cellspacing="0" border="0">';
outStr +='<tr>';
outStr +='<td class="textPanel" colspan="6" height="1"><img src="images/blank1.gif" height="1" width="50" alt="" border=0" /></td>';
outStr +='</tr>';
outStr +='<tr>';
outStr +='<td class="textPanel_L"><img src="images/blank1.gif" height="17" width="10"></td> ';
outStr +='<td class="textPanel">Text Size:&nbsp;</td>';
outStr +='<td class="textPanel">&nbsp;<a href="#" onclick="setActiveStyleSheet(\'smallFont\');return false;"><img src="images/icons/text_sml.gif" align="bottom" border="0" alt="Reduce the size of the text on the page to the smallest available" onmouseover="window.status=this.alt;return true;" onmouseout="window.status=\'\';return true;"></a>&nbsp;</td>';
outStr +='<td class="textPanel">&nbsp;<a href="#" onclick="setActiveStyleSheet(\'Default\');return false;"><img src="images/icons/text_med.gif" align="bottom" border="0" alt="Change the size of the text on the page to the middle size available" onmouseover="window.status=this.alt;return true;" onmouseout="window.status=\'\';return true;"></a>&nbsp;</td>';
outStr +='<td class="textPanel">&nbsp;<a href="#" onclick="setActiveStyleSheet(\'bigFont\');return false;"><img src="images/icons/text_big.gif" align="bottom" border="0" alt="Increase the size of the text on the page to the largest available" onmouseover="window.status=this.alt;return true;" onmouseout="window.status=\'\';return true;"></a></td>';
outStr +='<td class="textPanel_R"><img src="images/blank1.gif" height="17" width="10"></td>';
outStr +='</tr>';
outStr +='</table>';

document.writeln(outStr);
