

var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

if (hasReqestedVersion) 
  {
	
		
	  var r= getRandom() 

	 document.writeln('<frameset frameborder="no" framespacing="0" border="false" COLS="0,*,0">');
 	 document.writeln('<frame scrolling="no" name="result" noresize  src="../../' + dir + '/res.html"   frameborder="no" marginwidth="0" marginheight="0">');
	 document.writeln('<frame scrolling="yes" name="main" noresize src="../../cgi-bin/' + dir + '/db.cgi?sf=chmail1&ent=' + ent + '&newlogon10='+newlogon10+'&r=' + r + '&ss=Y"  frameborder="no" marginwidth="0" marginheight="0">');	
	 document.writeln('<frame scrolling="no" name="mainbot" noresize src="../../' + dir + '/res.html"  frameborder="no" marginwidth="0" marginheight="0">');
         document.writeln('</frameset>');

	 

         document.writeln('<noframes> ');
         document.writeln('  <body >');
         document.writeln('    <p>Viewing this page requires a browser capable of displaying frames. </p> ');
         document.writeln('  </body>  ');
         document.writeln('</noframes>  ');

	 document.writeln('<head>');
	 document.writeln(' <meta http-equiv="PRAGMA" content="NO-CACHE">');
	 document.writeln('</head>');

	 document.writeln('</html>');

	  
} 
else 
{  


	// flash is too old or we can't detect the plugin
	 var alternateContent = ' This web site requires:<br>Adobe Flash Player.<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
         document.write(alternateContent);  // insert non-flash content


}

