home *** CD-ROM | disk | FTP | other *** search
Wrap
<HTML> <head> <style type="text/css"> body { color: #555753; background: #fff no-repeat bottom right; margin: 12px; font-style:normal; font-variant:normal; font-weight:normal; line-height:16pt; font-size:8pt; font-family:tahoma } p { font: 8pt/16pt tahoma; margin-top: 0px; text-align: justify; } h3 { font: bold 11pt tahoma; letter-spacing: 1px; margin-bottom: 0px; color: #7D775C; } h4 { font: italic 9pt tahoma; letter-spacing: 1px; margin-bottom: 0px; color: #7D775C; } a:link { font-weight: bold; text-decoration: none; color: #B7A5DF; } a:visited { font-weight: bold; text-decoration: none; color: #D4CDDC; } a:hover, a:active { text-decoration: underline; color: #9685BA; } /* specific divs */ #container { background: no-repeat top left; margin: 0px; padding-left:110px; padding-right:175px; padding-top:0px; padding-bottom:0px } #intro { min-width: 470px; } #pageHeader { margin-bottom: 20px; } /* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */ #pageHeader h1 { background: no-repeat top left; margin-top: 10px; width: 219px; height: 87px; float: left } #pageHeader h1 span { display:none } #pageHeader h2 { background: no-repeat top left; margin-top: 58px; margin-bottom: 40px; width: 200px; height: 18px; float: right } #pageHeader h2 span { display:none; } #quickSummary { clear:both; margin: 20px 20px 20px 10px; width: 160px; float: left; } #quickSummary p { font: italic 10pt/22pt tahoma; text-align:center; } #preamble { clear: right; padding: 0px 10px 0px 10px; } #supportingText { padding-left: 10px; margin-bottom: 40px; } #footer { text-align: center; } #footer a:link, #footer a:visited { margin-right: 20px; } #linkList { margin-left: 600px; position: absolute; top: 0px; right: 0px; } #linkList2 { background: url('paper-bg.jpg') repeat-y top left; padding: 10px; margin-top: 150px; width: 130px; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:verdana, sans-serif } #linkList h3.select { background: url('h3.gif') no-repeat top left; width: 97px; height: 16px; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:5px } #linkList h3.select span { display:none } #linkList h3.favorites { background: url('h4.gif') no-repeat top left; width: 60px; height: 18px; margin-left:0px; margin-right:0px; margin-top:25px; margin-bottom:5px } #linkList h3.favorites span { display:none } #linkList h3.archives { background: url('h5.gif') no-repeat top left; width:57px; height: 14px; margin-left:0px; margin-right:0px; margin-top:25px; margin-bottom:5px } #linkList h3.archives span { display:none } #linkList h3.resources { background: url('h6.gif') no-repeat top left; width:63px; height: 10px; margin-left:0px; margin-right:0px; margin-top:25px; margin-bottom:5px } #linkList h3.resources span { display:none } #linkList ul { margin: 0px; padding: 0px; } #linkList li { line-height: 2.5ex; list-style-type: none; background: url('cr1.gif') no-repeat top center; display: block; padding-top: 5px; margin-bottom: 5px } #linkList li a:link { color: #988F5E; } #linkList li a:visited { color: #B3AE94; } #extraDiv1 { background: url('cr2.gif') no-repeat top left; position: absolute; top: 40px; right: 0px; width: 148px; height: 110px } </style> </head> <BODY ID="CANTDialog" BGCOLOR="white"> <CENTER> <h3>Welcome to FireANT for Windows!</h3> </CENTER> <CENTER> </CENTER> <CENTER>We strongly recommend you have the latest versions of the following media players installed:</CENTER> <ul> <script language="VBscript"> If Not DetectQuickTimeActiveXControl() Then document.write("<li><a href='http://www.apple.com/quicktime/download/win.html' target='qt'>Apple QuickTime Player</a></li>") Else document.write("<li>Apple QuickTime Player (appears to be installed)</li>") End If If Not DetectActiveXControl("ShockwaveFlash.ShockwaveFlash.1") Then document.write("<li><a href='http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' target='swf'>Macromedia Shockwave Flash Player</a></li>") Else document.write("<li>Macromedia Shockwave Flash Player (appears to be installed)</li>") End If If Not DetectActiveXControl("rmocx.RealPlayer G2 Control.1") Then document.write("<li><a href='http://forms.real.com/netzip/getrde601.html?h=software-dl.real.com&r=074e2cd98bb64466c221&f=windows/RealPlayer10-5GOLD_bb.exe&p=RealOne+Player&oem=dlrhap_bb&tagtype=ie&type=dlrhap_bb' target='rp'>Real Player</a></li>") Else document.write("<li>Real Player (appears to be installed)</li>") End If 'this next function will detect most plugins Function DetectActiveXControl(activeXControlName) on error resume next DetectActiveXControl = IsObject(CreateObject(activeXControlName)) End Function 'and the following function handles QuickTime Function DetectQuickTimeActiveXControl() on error resume next DetectQuickTimeActiveXControl = False Set hasQuickTimeChecker = CreateObject("QuickTimeCheckObject.QuickTimeCheck.1") If IsObject(hasQuickTimeChecker) Then If hasQuickTimeChecker.IsQuickTimeAvailable(0) Then DetectQuickTimeActiveXControl = True End If End If End Function </script> </ul> <TABLE WIDTH="100%"> <TR> <TD ALIGN="right" height="8"> <BUTTON STYLE="WIDTH:80px" ID="ButtonOK" type="button">OK</BUTTON> </TD> </TR> </TABLE> </BODY> </HTML>