	function printThis() {
		//document.getElementById("content").innerHTML;
		var myPreview = window.open("print.asp",	"Print","width=740,height=580,innerWidth=740,innerHeight=580,scrollbars=1,resizable=1");
	}

	function printOneCol() {
			//document.getElementById("content").innerHTML;
			var myPreview = window.open("print_singlecol.asp",	"Print","width=740,height=580,innerWidth=740,innerHeight=580,scrollbars=1,resizable=1");
		}


	function printThisSingle() {
		//document.getElementById("content").innerHTML;
		var myPreview = window.open("print_simple.asp",	"Print","width=740,height=580,innerWidth=740,innerHeight=580,scrollbars=1,resizable=1");
	}

	
	function showDevice(x) {
		var myPreview = window.open("tour_"+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 showLSO() {
		var myPreview = window.open("lso.htm",	"LSO","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");

	}	
	function showLFS() {
		var myPreview = window.open("lfs.htm",	"LFS","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");

	}
	function showHPB() {
		var myPreview = window.open("hpb.htm",	"HPB","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");

	}
	function showOASKB() {
		var myPreview = window.open("oaskb.htm",	"HPB","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");

	}
	function showOKB() {
		var myPreview = window.open("okb.htm",	"OKB","width=640,height=480,innerWidth=640,innerHeight=480,scrollbars=0,resizable=0");

	}	
	function showPronexPopup() {
		var myPreview = window.open("pronex_popup.htm",	"Pronex","width=800,height=562,innerWidth=800,innerHeight=562,scrollbars=0,resizable=0");

	}	
	function showComfortracPopup() {
		var myPreview = window.open("comfortrac_popup.htm",	"Pronex","width=700,height=575,innerWidth=700,innerHeight=575,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 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 lsoON(d) {
	
		var br;
		
		br = "stepthrough";
		if (d=="on")  {
			document[br].src	= "images/btn_stepthrough_on.gif"; 
			
		}
		else {
			document[br].src	= "images/btn_stepthrough_off.gif";  
		}
	}

function lfsON(d) {
	
		var br;
		
		br = "stepthrough";
		if (d=="on")  {
			document[br].src	= "images/btn_stepthrough_on.gif"; 
			
		}
		else {
			document[br].src	= "images/btn_stepthrough_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";  
		}

	}
	

