function changeBgOver(x)	{
	document.getElementById(x+"1").bgColor = "#CC0033";
	document.getElementById(x+"2").bgColor = "#0033CC";
}

function changeBgBack(x)	{
	document.getElementById(x+"1").bgColor = "#C4D0F3";
	document.getElementById(x+"2").bgColor = "#C4D0F3";
}

function openEvent(_id) {
	var _url = "detail.php?id="+_id;
	window.open(_url,"detailWin","menubar=no,scrollbars=yes,resizable=no,width=517,height=400,left=0,top=0");
}

function openEvent2(_id, _windowname) {
	var _url = "detail.php?id="+_id+"&opener=close";
	window.open(_url,_windowname,"menubar=no,scrollbars=yes,resizable=no,width=517,height=400,left=0,top=0");
}

function openClubEvent(_id) {
	var _url = "detail_club.php?id="+_id;
	window.open(_url,"detailWin","menubar=no,scrollbars=yes,resizable=no,width=517,height=400,left=0,top=0");
}

function openNews(_id) {
	var _url = "news_detail.php?id="+_id;
	window.open(_url,"newsDetailWin","menubar=no,scrollbars=yes,resizable=no,width=517,height=300,left=0,top=0");
}

function openNews2(_id) {
	var _url = "dynamic/news_detail.php?id="+_id;
	window.open(_url,"newsDetailWin","menubar=no,scrollbars=yes,resizable=no,width=517,height=300,left=0,top=0");
}

function openCalendar(_id, _range) {
	var _url = "club_calendar.php?id="+_id+"&range="+_range;
	window.open(_url,"clubCalendarWin","menubar=no,scrollbars=yes,resizable=no,width=479,height=268,left=100,top=100");
}

