var agt		= navigator.userAgent.toLowerCase();
var versInt	= parseInt(navigator.appVersion);
var is_aol	= (agt.indexOf("aol") != -1);
var BIOTRONDomainArray = location.hostname.split( '.' );
var EditionDomain = ( BIOTRONDomainArray.length > 1 ) ? '.' + BIOTRONDomainArray[BIOTRONDomainArray.length-2] + '.' + BIOTRONDomainArray[BIOTRONDomainArray.length-1] : '';

function BIOTRON_goTo( url ) {
	window.location.href = url;
}


function footer(foot) {

	document.write( "  <center>");
	document.write( "  <font  face=Arial, Helvetica, sans-serif>");
	document.write( "  <font  size=2pt>");
	document.write( "  <font  color=#aeaeae>");
	document.write( " <b> BIOTRON DIAGNOSTICS, INC.<BR>");
	document.write( "      615 North Palm Avenue <BR>");
	document.write( "      Hemet, California 92543 U.S.A.  <BR>");
	document.write( "       <BR>");
	document.write( "  <center>");
	document.write( "   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1-800-595-TRON<br>");
	
	document.write( "     Phone:   	  1-800-595-8766<br>");
	document.write( " &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;1-951-658-7766<br>");
	document.write( " &nbsp;&nbsp;&nbsp; &nbsp;     Fax:  	  1-951-658-7999<br><br>");
	document.write(" <a href=mailto:sales@biotrondiagnostics.com>");
	document.writeln( "   E-mail:   sales@biotrondiagnostics.com");
	
}

function Lnav(ln) {
	/*document.writeln( "  <h5>JS starts here<br></h5>");
	document.writeln( "  <h5>Home<br></h5>");
	document.writeln( "  About Us<br>");
      document.writeln( "  Elisa<br>");
	document.writeln( "  Js ends here");*/
	//document.writeln("dynamicanimation="fpAnimformatRolloverFP1"");-->
     // document.writeln("fprolloverstyle="color: #FF0000" language="Javascript1.2"");-->
 	//document.writeln("onmouseover="rollIn(this)");-->
 	//document.writeln("onmouseout="rollOut(this)");-->
 	//document.writeln("<a href="index.html">HOME</a></font></b></p>");-->

}


function Rnav(rn) {
	document.write( "  <h5>R Navigat from J.S.</h5>");
	document.write( "  <h5>Home</h5>");
	document.writeln( "  About Us<br>");
      document.writeln( "  Chemiluminesence<br>");
	document.writeln( "  Facts about us<br>");

}

function header(head) {

	document.write( "  <center><br>");	
	document.write( "  <font  face=Verdana,Arial, Helvetica, sans-serif>");
	document.write( "  <font  size=6pt>");
	document.write( "  <font color = red>");
	document.write( " <b> BIOTRON DIAGNOSTICS, INC.<BR>");

}

function BIOTRON_goTo( url ) {
	window.location.href = url;
}

