//发送页弹出窗口

//音乐
function Sendring(ID,SONGER,S_WORD){
	window.open('dianbo_ring_new.php?type=lingsheng&smilid='+ID+'&songer='+SONGER+'&search_word='+S_WORD,'','width=450,height=499,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}
//彩铃
function Sendcailing(S_WORD){
	window.open('dianbo_ring_new.php?type=cailing&search_word='+S_WORD,'','width=450,height=499,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}
//主题
function Sendtheme(S_WORD){
	window.open('dianbo_pic_new.php?type=waptheme&search_word='+S_WORD,'','width=450,height=499,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}
//电子书
function Sendbook(S_WORD){
	
	window.open('dianbo_pic_new.php?type=wapbook&search_word='+S_WORD,'','width=450,height=499,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}
//游戏
function Sendgame(S_WORD){
	window.open('dianbo_pic_new.php?type=kjavagame&search_word='+S_WORD,'','width=450,height=499,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}
//传情祝福
function Sendwish(ID){
	window.open('dianbo_end_page_new.php?type=word&id='+ID,'','width=450,height=499,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}
//图片
function Sendpic(ID){
	window.open('dianbo_pic_new.php?type=tupian&smilid='+ID,'','width=450,height=499,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}
//彩字
function Sendcaizi(S_WORD){
	window.open('caizi_sent.php?text='+S_WORD,'','width=450,height=499,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}
                        