function ViewAnimation(fileName)
{
	var pop = window.open('http://www.hidoc.co.kr/animation/'+fileName,'animation','width=766,height=640');

	if(pop = null)
	{
		alert("ÆË¾÷Â÷´ÜÀ» ÇØÁöÇØ¾ß ÇÕ´Ï´Ù.");	
	}
}