function go_link(seq)
{
		if(seq == 1)
		{
			location.href ="/sub1.html";
		}
		else if(seq == 2)
		{
			location.href ="/sub2.html";
		}
		else if(seq == 3)
		{
			location.href ="/sub3.html";
		}
		else if(seq == 4)
		{
			location.href ="/sub4.html";
		}
		else if(seq == 5)
		{
			location.href ="/eropa/board/atch/EropaAtchAction.do?method=list&pBoardType=003&pBoardName=033";
		}
}