var title,extvar image,extvar width,heightvar cond1,cond2function showDetail(title,width,height,bkgd){        var s1 	= "<html><head><title>"+title+"</title>\n"        var s2 	= "<!--<style type='text/css'>\n"        var s3 	= ".header { font-family: verdana; font-size: 11px; color: #FF9933; font-weight: bold; }\n"        var s4 	= ".caption { font-family: verdana; font-size: 10px; color: #FF9933; }\n"		var s5 	= "</style>--></head>\n"        var s6 	= " "        var s7 	= "<body bgcolor="+bkgd+" TOPMARGIN='0' LEFTMARGIN='0' MARGINWIDTH='0' MARGINHEIGHT='0'>\n"         var s8 = "<table align='center' width='100%' bgcolor='#000000' cellpadding='0' cellspacing='0'>"        var s9 = "<tr><td bgcolor='#000000'><center><img src='http://www.ntra.com/images/BETTHENET_FAQ_top.gif' border=0></center></td></tr><tr><td bgcolor='#000000'><center><img src='http://www.ntra.com/images/BETTHENET_FAQ_sysrequire.gif' border=0 align='center'></center></td></tr></table>"        var s10 = "<table><tr><td><font face='arial,helvetica' size='-2'><br>"        var s11a = "<B>Q: What are the system requirements to play Bet the Net? </B>"var s11b = "<br><B>A:</B> The minimum system requirements are: <ul><li><B>For Microsoft Window(TM):</B> An Intel Pentium 166 processor running Windows 95/98 or NT version 4.0 or later; 32 MB of installed RAM ; Netscape Navigator 4.0, Microsoft Internet Explorer 4.0 or America Online 4.0 Web browser; and a color monitor." var s11c = "<br><br><li><B>For the Macintosh:</B> A Power PC 120 Macintosh running System 8.1 or later; 32 MB of installed RAM; Netscape Navigator 4.0, Microsoft Internet Explorer 4.0 or America Online 4.0 Web browser; and a color monitor.</ul>"var s11d = "<br><B>Q: I do not have the Shockwave player. Where can I get it?</B>" var s11e = "<br><B>A:</B> The Shockwave player can be downloaded at<br><a href='http://sdc.shockwave.com/shockwave/download/'TARGET='new'>http://sdc.shockwave.com/shockwave/download/ </a>"var s11f = "<br><br><B>Q: Some of the betting options seem to be broken or not working. Is there a problem with the software? </B>"var s11g = "<br><B>A:</B> No; we will be adding to the betting options as well as adding six new lessons in the near future.  Until then, the Superfecta, Pick 4 and Pick 6 buttons are disabled. Wheeling will also be added at that time." var s11h = "<br><br><B>Q: Only the $2 wager option is available in the game.  Is something wrong? </b>"var s11i = "<br><B>A:</b> No.  For programming purposes, only $2 wagers are avaliable in this game.  The other wager amounts are intended to show you how a typical on-track automated wagering machine would appear."var s11j = "<br><br><B>Q. Can I play the game with a dial-up connection using a 56k or slower modem</B>?" var s11k = "<br><B>A:</B>Yes,  but it will take some time for the media to download using anything less than a broadband connection.  The game is inherently heavy with graphics and streaming audio that may not play well on computers with slow internet connections. </font>"var s11l = "</td></tr></table>"        var s12 = "</body></html>"        ImageWindow=window.open("", "newwin","width="+width,"height="+height,"toolbar=no,scrollbars=yes,menubar=no");        ImageWindow.document.write(s1+s2+s3+s4+s5+s6+s7+s8+s9+s10+s11a+s11b+s11c+s11d+s11e+s11f+s11g+s11h+s11i+s11j+s11k+s11l+s12)        ImageWindow.document.close()}