function showRtiAct()
{       
	if(document.getElementById('rti_act').value == 1)
	{
		window.location = "RTI-Act";
	}
	if(document.getElementById('rti_act').value == 2)
	{
		
		window.location = "RTI-Rules";
		
	}
	if(document.getElementById('rti_act').value == 3)
	{

		window.location = "RTI-Rules-Amend-2006";
			
	}
	if(document.getElementById('rti_act').value == 4)
	{

		window.location = "RTI-Act-Two";

	}
	if(document.getElementById('rti_act').value == 5)
	{

		window.location = "RTI-Act-One";

	}
	
}
function getChapter(page,id)
{
	if(page == 1)
	window.location = "RTI-Act-Chapter-1";
	if(page == 2)
	window.location = "RTI-Act-Chapter-2";
	if(page == 3)
	window.location = "RTI-Act-Chapter-3";
	if(page == 4)
	window.location = "RTI-Act-Chapter-4";
	if(page == 5)
	window.location = "RTI-Act-Chapter-5";
	if(page == 6)
	window.location = "RTI-Act-Chapter-6";
	
}
function getActForm(page,id)
{
	if(page == 1)
	window.location = "RTI-Act-Two";
	if(page == 2)
	window.location = "RTI-Act-Form-A";
	if(page == 3)
	window.location = "RTI-Act-Form-B";
	
}
function getActRuleForm(page,id)
{
	if(page == 1)
	window.location = "RTI-Rules";
	if(page == 2)
	window.location = "RTI-Rules-Form-A";
	if(page == 3)
	window.location = "RTI-Rules-Form-B";
	if(page == 4)
	window.location = "RTI-Rules-Form-C";
	if(page == 5)
	window.location = "RTI-Rules-Form-D";
	if(page == 6)
	window.location = "RTI-Rules-Form-E";
	if(page == 7)
	window.location = "RTI-Rules-Form-F";
	if(page == 8)
	window.location = "RTI-Rules-Form-G";
	if(page == 9)
	window.location = "RTI-Rules-Form-Schedule";
	
}
