
	function printThis() {
		var myPreview = window.open("print.asp",	"Print","width=740,height=580,innerWidth=740,innerHeight=580,scrollbars=1,resizable=1");
	}

	function printOneCol() {
			var myPreview = window.open("print_singlecol.asp",	"Print","width=740,height=580,innerWidth=740,innerHeight=580,scrollbars=1,resizable=1");
		}


	function printThisSingle() {
		var myPreview = window.open("print_simple.asp",	"Print","width=740,height=580,innerWidth=740,innerHeight=580,scrollbars=1,resizable=1");
	}

	
	function showTour(x) {
		var myPreview = window.open("tour_"+x+".htm",	"Tour","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");

	}
	
	function showUsing(x) {
		var myPreview = window.open("using_"+x+".htm",	"Tour","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");

	}
	
function showSwarm() {
		var myPreview = window.open("swarm/swarm.htm",	"swarm","width=580,height=413,innerWidth=580,innerHeight=413,scrollbars=0,resizable=0");
	}

	function showService(x) {
		var myPreview = window.open("pop_services.asp?type="+x,	"Service","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");

	}
	
	function showStim() {
		var myPreview = window.open("stim.htm",	"Stim","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");

	}
	
	function showElectro(x) {
		if (x=="swarm") 
			showSwarm();
		else	
			
		var myPreview = window.open("flash/pop_electro.asp?type="+x,	"Electrotherapy","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");

	}
	
	function showBio1000(x) {	
		var myPreview = window.open("flash/pop_bio1000.asp?type="+x,	"BIO-1000","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");
	}
	
function showRisks() {
		var myPreview = window.open("risks_pop.htm",	"risks","width=640,height=342,innerWidth=640,innerHeight=342,scrollbars=0,resizable=0");
	}
	
	
	function allOff()
	{
		var cc;
		var lr;
			for (cc=1;cc<8;cc++) {
				lr = "menu"+cc;
				document.getElementById(lr).style.visibility="hidden";

			}
			
			
	}
	
	function rollOver (id, mode) {
	
		var nm;
		nm = "img"+id;
		var cc;
		var lr;
		
		
		
		if ( (id>=1) && (id<8) ) {
	
			for (cc=1;cc<8;cc++) {
				lr = "menu"+cc;
				document.getElementById(lr).style.visibility="hidden";

			}
				
			if (mode=="on") {
				lr = "menu"+id;
				document.getElementById(lr).style.visibility="visible";


			}
			
		}	
		
	}
	
	
function printIcon(d) {
	
		if (d=="on")  {
			document["prtIcon"].src	= "images/icon_print_sub_on.gif"; 
		}
		else {
			document["prtIcon"].src	= "images/icon_print_sub.gif";  
		}

	}
	

function tourFeedback(x,d) {
	
		var br, ir;
		br = "img_"+x;
		
		if (d=="on")  {
			document[br].src	= "images/thumb_"+x+"_on.jpg";
		}
		else {
			document[br].src	= "images/thumb_"+x+"_off.jpg";
			
		}
	}
	
	
	
function specialON(d) {
	
		var br;
		
		br = "learnHow";
		if (d=="on")  {
			document[br].src	= "images/btn_learnabout_on.gif"; 
			
		}
		else {
			document[br].src	= "images/btn_learnabout_off.gif";  
		}
	}
	
		
function bulletIcon(x,d) {
	
		var br;
		br = "bullet"+x;
		if (d=="on")  {
			document[br].src	= "images/bullet_red.gif"; 
		}
		else {
			document[br].src	= "images/bullet_blue.gif";  
		}

	}
	
