var winHandle = window.open('','','width=1,height=1,left=0,top=0,scrollbars=no');

if(winHandle)
     	document.write('<table style="width: 100%;"><tr><td><img src="resources/images/result_green75.jpg" alt="OK!" /></td><td><span style="font-weight: bold; color: green;">Results: OK, no blocker detected</span> - You do not appear to be running pop-up blocking software, or have configured your software to not block pop-up windows from this site.</td></tr></table>');
else
     	document.write('<table style="width: 100%;"><tr><td><img src="resources/images/result_red75.jpg" alt="OK!" /></td><td><span style="font-weight: bold; color: red;">Results: Pop-up Blocked</span> - You appear to be running pop-up blocking software. This may affect your ability 	to use the ShowCase application after the next update. Please read below for more information.</td></tr></table>');
	
winHandle.close();
