/////±ÛÀÚ»ö,»çÀÌÁî ¹Ù²Ù±â///////////////////////
function on_mouse(obj) 
{
//	obj.style.fontSize="40pt";
	obj.style.color="red";
}
function out_mouse(obj) 
{
//	obj.style.fontSize="35pt";
 	obj.style.color="black";
}
/////±ÛÀÚ»ö ¹Ù²Ù±â////////
function lg_on_mouse(obj)
{
	obj.style.color="red";
}
function lg_out_mouse(obj)
{
	obj.style.color="black";
}
//½ºÅ©·Ñ ¾ø¾Ö±â
function get_IEscroll(choice) 
{ 
	if (document.all) 
	{ 
	document.body.scroll = choice; 
	}
} 
//¸µÅ©ÀÌµ¿
//function sendit(vlink,vpid,vdept)
//{
//	mform.pid.value=vpid;
//	mform.dept.value=vdept;
//	mform.action=vlink;
//	mform.submit();
//}

//ÂÊÁöº¸±â 
function gomsg(obj,msgno,tmsgno,url){
	if (obj == "0")
	{
		flgmsg = "new"
	}
	else
	{
	flgmsg = obj.name;
	}
	window.open("/email/Viewmsg.asp?flgmsg="+flgmsg+"&msgno="+msgno+"&tmsgno="+tmsgno,"flgmsg","width=500,height=400,left=250,top=200");
}
