

function open_investor_th (index) {
	if (index == 1)			{ uri = "/th/investor/1company_profile/01.html"; }
	else if (index == 2)	{ uri = "/th/investor/2corporate_governance/01.html"; }
	else if (index == 3)	{ uri = "/th/investor/3financial_statements/01.html"; }
	else if (index == 4)	{ uri = "/th/investor/4annual_reports/01.html"; }
	else if (index == 5)	{ uri = "/th/investor/5form_56-1/01.html"; }
	else if (index == 6)	{ uri = "/th/investor/6shareholders_Information/01.html"; }

	tb_show(null, uri + "?KeepThis=true&TB_iframe=true&height=530&width=700&modal=true",false);
}

function open_about_th (index) {
	if (index == 1)			{ uri = "/th/about/popup01.html"; }
	else if (index == 2)	{ uri = "/th/about/popup02.html"; }
	else if (index == 3)	{ uri = "/th/about/popup03.html"; }
	else if (index == 4)	{ uri = "/th/about/popup04.html"; }

	tb_show(null, uri + "?KeepThis=true&TB_iframe=true&height=530&width=700&modal=true",false);
}



function open_investor_en (index) {
	if (index == 1)			{ uri = "/en/investor/1company_profile/01.html"; }
	else if (index == 2)	{ uri = "/en/investor/2corporate_governance/01.html"; }
	else if (index == 3)	{ uri = "/en/investor/3financial_statements/01.html"; }
	else if (index == 4)	{ uri = "/en/investor/4annual_reports/01.html"; }
	else if (index == 5)	{ uri = "/en/investor/5form_56-1/01.html"; }
	else if (index == 6)	{ uri = "/en/investor/6shareholders_Information/01.html"; }

	tb_show(null, uri + "?KeepThis=true&TB_iframe=true&height=530&width=700&modal=true",false);
}

function open_about_en (index) {
	if (index == 1)			{ uri = "/en/about/popup01.html"; }
	else if (index == 2)	{ uri = "/en/about/popup02.html"; }
	else if (index == 3)	{ uri = "/en/about/popup03.html"; }
	else if (index == 4)	{ uri = "/en/about/popup04.html"; }

	tb_show(null, uri + "?KeepThis=true&TB_iframe=true&height=530&width=700&modal=true",false);
}
