function linkFlash(oN, tN)
{
	if(oN == '1')
	{
		switch(tN)
		{
			case '1' : document.location="/eng/intro/intro.html"; break;
			default : document.location="/eng/intro/intro.html"; break;
		}
	}
	else if(oN == '2')
	{
		switch(tN)
		{
			case '1' : document.location="/eng/product/product.html"; break;
			case '2' : document.location="/eng/product/3D.html"; break;
			default : document.location="/eng/product/product.html"; break;
		}
	}
	else if(oN == '3')
	{
		switch(tN)
		{
			case '1' : document.location="/eng/company/company.html"; break;
			default : document.location="/eng/company/company.html"; break;
		}
	}
	else if(oN == '4')
	{
		switch(tN)
		{
			case '1' : document.location="/eng/fair/fair.html"; break;
			default : document.location="/eng/fair/fair.html"; break;
		}
	}
	
}
