function init()
{
	window.document.all("btnStyle1").innerHTML = "Address from Chairman";
	window.document.all("btnStyle2").innerHTML = "Company profile";
	window.document.all("btnStyle3").innerHTML = "Centennial Jahwa";
	window.document.all("btnStyle4").innerHTML = "Quality Assurance";
	window.document.all("btnStyle5").innerHTML = "Memorabilia of Jahwa";
	window.document.all("btnStyle6").innerHTML = "International Cooperation";
	window.document.all("btnStyle7").innerHTML = "Sales Network";
	window.document.all("btnStyle8").innerHTML = "Agent application";
}
function page_load()
{
	window.document.all("IframeStr").innerHTML = "<iframe name=I1 width=788 height=380 scrolling=no border=0 frameborder=0 src=about_index.php></iframe>";
}
function button1()
{
	init();
	window.document.all("IframeStr").innerHTML = "<iframe name=I1 width=788 height=380 scrolling=no border=0 frameborder=0 src=chairmanwords.php></iframe>";
	window.document.all("btnStyle1").innerHTML = "<u>Address from Chairman</u>";
}
function button2()
{
	init();
	window.document.all("IframeStr").innerHTML = "<iframe name=I1 width=788 height=380 scrolling=auto border=0 frameborder=0 src=about_company.php></iframe>";
	window.document.all("btnStyle2").innerHTML = "<u>Company profile</u>";
}
function button3()
{
	init();
	window.document.all("IframeStr").innerHTML = "<iframe name=I1 width=788 height=380 scrolling=auto border=0 frameborder=0 src=century_jahwa.php></iframe>";
	window.document.all("btnStyle3").innerHTML = "<u>Centennial Jahwa</u>";
	
}
function button4()
{
    init();
	window.document.all("IframeStr").innerHTML = "<iframe name=I1 width=788 height=380 scrolling=auto border=0 frameborder=0 src=quality_ensure.php></iframe>";
	window.document.all("btnStyle4").innerHTML = "<u>Quality Assurance</u>";
}
function button5()
{
	init();
	window.document.all("IframeStr").innerHTML = "<iframe name=I1 width=788 height=380 scrolling=auto border=0 frameborder=0 src=about_history.php></iframe>";
	window.document.all("btnStyle5").innerHTML = "<u>Memorabilia of Jahwa</u>";
}
function button6()
{
	init();
	window.document.all("IframeStr").innerHTML = "<iframe name=I1 width=788 height=380 scrolling=auto border=0 frameborder=0 src=international_cooperation.php></iframe>";
	window.document.all("btnStyle6").innerHTML = "<u>International Cooperation</u>";
}
function button7()
{
    init();
	window.document.all("IframeStr").innerHTML = "<iframe name=I1 width=788 height=519 scrolling=no border=0 frameborder=0 src=sell_map.php></iframe>";
	window.document.all("btnStyle7").innerHTML = "<u>Sales Network</u>";
}       
function button8()
{
	init();
	window.document.all("IframeStr").innerHTML = "<iframe name=I1 width=788 height=380 scrolling=no border=0 frameborder=0 src=dealer.php></iframe>";
	window.document.all("btnStyle8").innerHTML = "<u>Agent application</u>";
}

