<HTML>
<HEAD>
<TITLE>intro</TITLE>
<!--Obligatory Conditions for free use sourse-->
<meta name="Author" content="Michael
Lysov">
<meta name="E-mailAuthor"
content="findman@chat.ru">
<!--End of Conditions-->
</HEAD>
<BODY bgcolor="#ffffff">
<CENTER>
<SCRIPT LANGUAGE=vbscript>
On error resume next
IsFlash=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash"))
If IsFlash Then
document.write "<OBJECT classid=
'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'codebase='http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0'
WIDTH=500 HEIGHT=400>"&vbCrLf
document.write "<PARAM NAME=movie
VALUE='intro.swf'>"&vbCrLf
document.write "<PARAM NAME=quality
VALUE=high>"&vbCrLf
document.write "<PARAM NAME=bgcolor
VALUE=#FFFFFF>"&vbCrLf
document.write "</OBJECT>"
Else
window.location.href="withoutFlash.htm"
End If
</SCRIPT>
<SCRIPT LANGUAGE=javascript>
if(navigator.appName=="Netscape"){
if(navigator.mimeTypes &&
navigator.mimeTypes["application/x-shockwave-flash"]
&&
navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin
&& navigator.plugins &&
navigator.plugins["Shockwave Flash"]){
document.write("<CENTER>");
document.write("<EMBED src='intro.swf' quality=high
bgcolor=#FFFFFF WIDTH=500 HEIGHT=400 TYPE=
'application/x-shockwave-flash'PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED>");
document.write("</CENTER>");
}
else window.location.href="withoutFlash.htm";
}
</SCRIPT>
<BR>
<P align="center">
<A href="default.asp">Skip intro</a>
</P>
</CENTER>
</BODY>
</HTML>