function openHealth(index){
	var url = (index) ? "demos/health_ticket/disclaimer.html" : "../demos/health_ticket/disclaimer.html";
	window.open(url,"demowindow",
				"height=600, width=800, status=0,toolbar=0,location=0,menubar=0, directories=0,scrollbars=0;resizable=0");
}

function openPayor(index){
	var url = (index) ? "demos/payor/payor_demo.html" : "../demos/payor/payor_demo.html";
	window.open(url,"demowindow",
				"height=600, width=800, status=0,toolbar=0,location=0,menubar=0, directories=0,scrollbars=0;resizable=0");
}