function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

function popMusic () {
	MM_openBrWindow('http://www.fishmool.com/bbs/snowmux.php','musics','width=274,height=116,left=20,top=20');
}

function deleteCookie(theName) {  //CookieÀÇ µ¥ÀÌÅÍ¸¦ »èÁ¦ÇÑ´Ù. Ç×»ó true¸¦ ¹ÝÈ¯ÇÑ´Ù. 
	document.cookie = theName + "=;expires=Thu,01-Jan-70 00:00:01 GMT";
	return true;
}