' VB Script Document

'Detect if the plugin flash is installed
'just for IE
On error resume next
isFlash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash"))