Is there a way to make the BOLD text listed below in my script FLASH or BLINK in order to get the end user's attention? I don't want the end user's to click the OK button because it would terminate the script. Any suggestions?

=============================================

$CHOICE = MessageBox("Your PC is being updated with new software. This update should take approximately thirty (30) seconds." + chr(13) + chr(10) + chr(13) + chr(10) + "If you have questions, please contact your Administrator at Ext. 123. Thank you for your patience!" + chr(13) + chr(10) + chr(13) + chr(10) +"This window will close in 10 Seconds.,***DO NOT CLICK the OK button.***"Preparing Software Upgrade",0480,20)

[ 21 February 2002: Message edited by: StanDaMan ]