// Creates debug display.

if (popcap_debug)
{
	document.write('<br><br>');
	document.write('<textarea id="PopcapDebugBox" cols="80" rows="15" wrap="off">\n');
	document.write('</textarea><br>\n');
	document.write('<input type="button" value="Clear" onclick="javascript:PopcapDebugBox.value=\'\'">\n');
	document.write('<input type="button" value="ShowTag" onclick="javascript:PopcapDebug(popcap_tag)">\n');
}

