function blowup() {
	o = 'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,scrollbars=0,width='+w+',height='+h+'';
	bu = window.open('','',o);
	bu.document.write('<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR/xhtml1\/DTD\/xhtml1-transitional.dtd\"><html><head><title>'+t+'</title></head><body style=\"margin: 0; padding: 0;\" onblur=\"self.close()\" onclick=\"self.close()\"><img src=\"'+i+'\" width=\"'+w+'\" height=\"'+h+'\" alt=\"'+a+'\" /></body></html>');
	bu.document.close();
	bu.focus();
}