function rec_phone(go){
//	candy_alert("<Á¡°Ë ¾È³»><br>2004³â 6¿ù16ÀÏ ¿ÀÀü 08:00½ÃºÎÅÍ 10:00½Ã±îÁö Á¡°ËÁßÀÔ´Ï´Ù.</font>");
	window.open("/POP/mypage/voice_phone.php?GO="+go,"voice_phone","width=480, height=370, status=no, toolbar=no, resizable=no, scrollbars=no");
}
function rec_web(){
	
	window.open("/POP/mypage/voice_web.php","voice_web","width=581, height=337, status=no, toolbar=no, resizable=no, scrollbars=no");
}
function voice_hear(m_id,go){

	window.open("/POP/mypage/voice_hear.php?GO="+go+"&m_id=" + m_id ,"voice"," height=230, width=380, status=no, toolbar=no, resizable=no, scrollbars=no");
}
function MP_voice_hear(m_id,go){

	window.open("/POP/mypage/voice_hear_mp.php?GO="+go+"&m_id=" + m_id ,"voice"," height=230, width=380, status=no, toolbar=no, resizable=yes, scrollbars=no");
}
function voice_del(go){

	if(candy_confirm("À½¼ºÀ» »èÁ¦ÇÏ½Ã°Ú½À´Ï±î?",go)){
	window.open("/POP/mypage/voice_proc.php?GO="+go+"&type=del","voice_del","left=10000; status=no, toolbar=no, resizable=no, scrollbars=no");	
	}
}
function MP_voice_del(go){

	if(candy_confirm("À½¼ºÀ» »èÁ¦ÇÏ½Ã°Ú½À´Ï±î?",go)){
	window.open("/POP/mypage/voice_proc_mp.php?GO="+go+"&type=del","voice_del","left=10000; status=no, toolbar=no, resizable=yes, scrollbars=no");	
	}
}

//2004-1-13 ÀÏ À¯È¿ÇÔ¼ö ³¡



function open_voice(){

	window.open("/my/voice_sel.php","voice_rec","width=581, height=337, status=no, toolbar=no, resizable=no, scrollbars=no");
}


function open_photo(){

	window.open("/my/photo_new.php?ctgy=2","photo","width=598, height=548, status=no, toolbar=no, resizable=no, scrollbars=no");
}


function PhotoEditor(ctgy)
{
	window.open("/mini/album_register.php","album_register","width=598, height=548, status=no, toolbar=no, resizable=no, scrollbars=no");
}

function AbumModify(m_id)
{
	window.open("/mini/album_modify.php?m_id="+m_id,"album","width=402, height=443, status=no, toolbar=no, resizable=no, scrollbars=no");
}

//Ring add 2003-05-03 pshee
function Ring_voice_del(m_id,arg){
	URL= '/common/function/ring/voice_proc.php?type=del&mode='+arg;
	if(candy_confirm("À½¼ºÀ» »èÁ¦ÇÏ½Ã°Ú½À´Ï±î?",'5')){
		window.open(URL,"voice_del","width=0, height=0,left=10000, status=no, toolbar=no, resizable=no, scrollbars=no");	
	}
}

function Ring_voice_hear(m_id,type){
URL= '/ring/player/candybar_voxplayer.php?type='+type+'&subscribers='+m_id;
    var width=300;
    var height=197;
    var posx=0;
    var posy=0;
    posx = (screen.width-width)/2-1;
    posy = (screen.height-height)/2-1;

position = 'width='+width+',height='+height+',scrollbars=no,status=no, toolbar=no, resizable=no,top='+posy+',left='+posx;

		window.open(URL,"GiveMymusicBox",position);
}
function rec_phoneA(type){
	url='/my/voice_phone_mix.php?phone=A';
    var Result =window.open(url,'Result',"width=434, height=322, status=no, toolbar=no, resizable=no, scrollbars=auto"); 

    Result.focus();

}

// »õ·Î¿î Æ÷ÅäÀÔ·Â
function goPhoto(strGO,returnOption) {
	if( !strGO ) strGO = 'mypage|data';
	if( !returnOption ) returnOption = 'go';
	var photo = window.open('/POP/mypage/photo_make.php?GO='+strGO+'&returnOption='+returnOption,'photo','width=600,height=565,scrollbars=no');
	}

// »õ·Î¿î Æ÷Åä»èÁ¦
function photoDel(strGO) {
	if(candy_confirm("»çÁøÀ» »èÁ¦ÇÏ½Ã°Ú½À´Ï±î?",'mypage')) {
		var photo = window.open('/POP/mypage/photo_make_del.php?src=my&GO='+strGO,'ifrm_hidden');
	}
}