MsgBox "Welcome to a sampling of Intel's World Wide Web site using Microsoft's Internet Explorer 3.0 browser technology. The particular link you've chosen is not activated on this CD, though you can check it out live on the World Wide Web at http://www.intel.com. Please try another link."
end sub
Sub HotFlash_MouseDown(Button, Shift, X, Y)
MsgBox "Welcome to a sampling of Intel's World Wide Web site using Microsoft's Internet Explorer 3.0 browser technology. The particular link you've chosen is not activated on this CD, though you can check it out live on the World Wide Web at http://www.intel.com. Please try another link."
end sub
Sub HotUSB_MouseDown(Button, Shift, X, Y)
MsgBox "Welcome to a sampling of Intel's World Wide Web site using Microsoft's Internet Explorer 3.0 browser technology. The particular link you've chosen is not activated on this CD, though you can check it out live on the World Wide Web at http://www.intel.com. Please try another link."
end sub
Sub HotMedia_MouseDown(Button, Shift, X, Y)
MsgBox "Welcome to a sampling of Intel's World Wide Web site using Microsoft's Internet Explorer 3.0 browser technology. The particular link you've chosen is not activated on this CD, though you can check it out live on the World Wide Web at http://www.intel.com. Please try another link."
end sub
Sub HotFlash_MouseExit()
LabelFlash.Visible = False
ImageFlash.SpecialEffect = 0
window.t=1000
end sub
Sub HotFlash_MouseEnter()
LabelFlash.Visible = True
window.t=0
ImageFlash.SpecialEffect = 1
ImageDevTools.SpecialEffect = 0
ImageUSB.SpecialEffect = 0
ImageMedia.SpecialEffect = 0
end sub
Sub HotUSB_MouseExit()
LabelUSB.Visible = False
ImageUSB.SpecialEffect = 0
window.t=1000
end sub
Sub HotUSB_MouseEnter()
LabelUSB.Visible = True
window.t=0
ImageMedia.SpecialEffect = 0
ImageUSB.SpecialEffect = 1
ImageFlash.SpecialEffect = 0
ImageDevTools.SpecialEffect = 0
end sub
Sub HotDevTools_MouseEnter()
LabelDevTools.Visible = True
window.t=0
ImageDevTools.SpecialEffect = 1
ImageFlash.SpecialEffect = 0
ImageUSB.SpecialEffect = 0
ImageMedia.SpecialEffect = 0
end sub
Sub HotDevTools_MouseExit()
LabelDevTools.Visible = False
ImageDevTools.SpecialEffect = 0
window.t=1000
end sub
Sub HotMedia_MouseEnter()
LabelMedia.Visible = True
ImageMedia.SpecialEffect = 1
ImageDevTools.SpecialEffect = 0
ImageFlash.SpecialEffect = 0
ImageUSB.SpecialEffect = 0
window.t=0
end sub
Sub HotMedia_MouseExit()
LabelMedia.Visible = False
window.t=1000
ImageMedia.SpecialEffect = 0
end sub
Sub layout_OnLoad
layout.drawbuffer=140000
window.rt "1"
window.ch "1"
end sub
Sub search_MouseDown(Button, Shift, X, Y)
MsgBox "Welcome to a sampling of Intel's World Wide Web site using Microsoft's Internet Explorer 3.0 browser technology. The particular link you've chosen is not activated on this CD, though you can check it out live on the World Wide Web at http://www.intel.com. Please try another link."
end sub
Sub intelhome_MouseDown(Button, Shift, X, Y)
Window.location.href = "../index.htm"
end sub
Sub contents_MouseDown(Button, Shift, X, Y)
MsgBox "Welcome to a sampling of Intel's World Wide Web site using Microsoft's Internet Explorer 3.0 browser technology. The particular link you've chosen is not activated on this CD, though you can check it out live on the World Wide Web at http://www.intel.com. Please try another link."
end sub
Sub feedback_MouseDown(Button, Shift, X, Y)
MsgBox "Welcome to a sampling of Intel's World Wide Web site using Microsoft's Internet Explorer 3.0 browser technology. The particular link you've chosen is not activated on this CD, though you can check it out live on the World Wide Web at http://www.intel.com. Please try another link."
end sub
Sub support_MouseDown(Button, Shift, X, Y)
MsgBox "Welcome to a sampling of Intel's World Wide Web site using Microsoft's Internet Explorer 3.0 browser technology. The particular link you've chosen is not activated on this CD, though you can check it out live on the World Wide Web at http://www.intel.com. Please try another link."