<!-- Begin

var txc = '';

txc += '<p>';
txc += '<img border="0" src="'+picmenu+'" border="3" style="border-color: '+piccolor+'">';
txc += '<br>';
txc += '<p>';
txc += '<a href="javascript:ctr=0; lim=20; autoscramble()">';
txc += '<img border="0" src="'+picdir+'buttons/scrMini.gif" width="130" height="17">';
txc += '</a><br>';
txc += '<a href="javascript:ctr=0; lim=50; autoscramble()">';
txc += '<img border="0" src="'+picdir+'buttons/scrNormal.gif" width="130" height="17">';
txc += '</a><br>';
txc += '<a href="javascript:ctr=0; lim=200; autoscramble()">';
txc += '<img border="0" src="'+picdir+'buttons/scrSuper.gif" width="130" height="17">';
txc += '</a></p><p>';
txc += '<a href="javascript:history.go(0)">';
txc += '<img border="0" src="'+picdir+'buttons/scrReset.gif" width="130" height="17">';
txc += '</a><br>';
txc += '<a href="javascript:history.go(-1)">';
txc += '<img border="0" src="'+picdir+'buttons/scrMenu.gif" width="130" height="17">';
txc += '</a></p>';

document.write(txc);

// End
