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');
}

