﻿<!--
function DisplayGetFlash(baseVersion, basePath)
{
    var version = getFlashVersion (baseVersion);
    if ((version == -1) || (version < baseVersion)) 
    {
        document.write('<div id="footerFlash">' +
            '<div id="getFlashImage"><a href="http://www.adobe.com/go/getflashplayer" target="_blank"><img id="imgGetFlash" src="' + basePath + '" width="110" height="31" alt="Get ADOBE FLASH PLAYER" /></a></div>' +
            '<div id="getFlashText"><span class="footerText">Enhance your experience with Nipro Diagnostics by<br />downloading the latest version of flash.</span><br /></div>' +
            '</div>');
    }
}

function RollOver(img, state) {
            
        temp = eval("document.img" + img);
    			
	    if (state == 1)  //TURN IT ON.
	    {
		    temp.src = imgOn[img].src;
	    }
	    else if (state == 0)  //TURN IT OFF.
	    {
		    temp.src = imgOff[img].src;
	    }
    }
    
function AddFavorites()
{ 
    
	if( window.sidebar && window.sidebar.addPanel ) {
		window.alert( 'Please click OK then press Ctrl+D to create a bookmark' );
	} else if( window.external && ( navigator.platform == 'Win32' || ( window.ScriptEngine && ScriptEngine().indexOf('InScript') + 1 ) ) ) {
		window.external.AddFavorite( location.href, document.title );
	} else if( window.opera && window.print ) {
		return true;
	} else if( document.layers ) {
		window.alert( 'Please click OK then press Ctrl+D to create a bookmark' );
	} else {
		window.alert( 'Please use your browser\'s bookmarking utility to create a bookmark' );
	}
	//return false;
}
function EmailFriend()
{ 
	window.location = 'mailto:?subject=I thought you might be interested in this&body=' + location.href;
}

function PrintPage()
{ 
	window.print();
}


-->

