// GoodNews


function goMessage()
{   
	w=open('http://club.catholic.or.kr/community/asp/main/message/rmessage.asp?fwhere=club','message','width=740,height=740,scrollbars=yes'); 
	w.focus()
}

function View_Cap(id){
	if(id)
	{
		var url='http://club.catholic.or.kr/capsule/default.asp?userId='+id;
		window.open (url, '','left=100,top=100,width=870,height=615');
		
	}
}

function goFriendlist()
{
	w=open('http://club.catholic.or.kr/community/asp/main/friend/friend.asp?flag=i','myfriend','width=486,height=330,scrollbars=yes'); 
	w.focus();	
}


function FindID()
{
	w=open('http://www.catholic.or.kr/main/getid.asp','idcheck','width=300,height=235,scrollbars=no'); 
	w.focus();	
}
