home *** CD-ROM | disk | FTP | other *** search
- '////////////////////////////////////////////////////////////////////////////////////////////
- '//
- '// PRODUCT: Norton Internet Security/Symantec Desktop Firewall
- '//
- '// NAME: Location-Wiz.vbs (VBScript file for Location-Wiz.htm)
- '//
- '// Copyright (c) 2003 by Symantec Corporation. All rights reserved.
- '//
- '////////////////////////////////////////////////////////////////////////////////////////////
-
-
- Function makeMsgBox(title,mess,icon,buts,defbut,mods)
- butVal = buts + (icon*16) + (defbut*256) + (mods*4096)
- makeMsgBox = MsgBox(mess,butVal,title)
- End Function
-