function openRingtoneInfo(songId,cId,type) {
	var url = "http://www.bellpia.com/service/ringtone?songid="+songId+"&cid="+cId;
	if( type ) url += "&kind="+type;
	var p = window.open(url,'ringtone',"width=670,height=630,resizable=0,scrollbars=0");
	p.focus();
}

function openRingtoneRedirect(songId, type) {
	var url = "/bell?redirect=bellpia&songid="+songId;
	if( type ) url += "&kind="+type;
	var p = window.open(url,'ringtone',"width=670,height=630,resizable=0,scrollbars=0");
	p.focus();
}

function openMvPlayer(id) {
	window.open("http://www.ccmpia.com/music/mv.popup.php?thread="+id,"mv_player",
			"width=640,height=450,toolbar=0,status=0,menubar=0,scrollbars=0,resizable=0");
}

function openPhoneSpec() {
	var url = "http://www.bellpia.com/cs/phone";
	var phoneWindow = window.open(url,"phonespec","width=650,height=600,resizable=0,scrollbars=1");
	phoneWindow.focus();
}


function openRingback(){
	var url = "/ringback";
	var phoneWindow = window.open(url,"ringback","width=950,height=700,resizable=0,scrollbars=1");
	phoneWindow.focus();
}

