function ShowDetail(nFilmID,nChannelID)
{
	switch(nChannelID)
	{
		case 25:case "25":
				window.open("/movie/movie_detail.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID);
			break;
		case 30:case "30":
				window.open("/TV/tele_Info.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID);
			break;
		case 37:case "37":
				window.open("/comic/detail.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID);
			break;
		case 41:case "41":
				window.open("/zy/Info.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID);
			break;
		case 43:case "43":
				window.open("/music/Info.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID);
			break;
		case 45:case "45":
				window.open("/premiere/pre_detail.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID);
			break;
		case 46:case "46":
				window.open("/prevue/prevue_detail.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID);
			break;
		case 2:case "2":
				window.open("/free/free_detail.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID);
			break;
		case 44:case "44":
				alert("影片未推出，敬请期待");
				//window.open("/life/detail.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID);
			break;

	}
 
}
function Showzhuanti(ID)
{
window.open("/zhuantidetail.aspx?ID="+ID);
}

function ShowActor(Keys,nChannel)
{
	//window.open("/list.aspx?strKey="+Keys);
	var Gourls;
	switch(nChannel)
	{
		case "43":
			Gourls = "/music-list.aspx?strKey="+Keys
			break;
		case "41":
			Gourls = "/zy-list.aspx?strKey="+Keys
			break;
		case "44":
			Gourls = "#"
			break;
		default:
			Gourls = "/list.aspx?ChannelID="+nChannel+"&strKey="+Keys
			break;										
	}
	window.open(Gourls);
}

function ShowMovie(nFilmID,nChannelID,nContentID,nFilmName)
{ 
 
	if(!nContentID)nContentID = 1;
	window.open("http://interface.video.shangdu.com/interface/play/play.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID+"&ContentID="+nContentID+"&nFilmName="+nFilmName, "play", "toolbar=0,width=513,height=515,top=5,left=5,scrollbars=1,resizable=1");
}

function ShowPreMovie(nFilmID,nChannelID,nContentID)
{
	if(!nContentID)nContentID = 1;
	window.open("http://interface.video.shangdu.com/interface/play/playPreview.aspx?FilmID="+nFilmID+"&ChannelID="+nChannelID+"&ContentID="+nContentID, "play", "toolbar=0,width=500,height=360,top=5,left=5,scrollbars=0,resizable=1");
}



function ReCMS(id)
{
	var strResult; 
	var oBao = new ActiveXObject("Microsoft.XMLHTTP");
	oBao.open("POST","/ReCMS.aspx?id="+id,false);
	oBao.onreadystatechange=function()
	{
		if(oBao.readyState==4)
		{			
			strResult = oBao.responseText;//获取数据				 			
		}
	}
	oBao.send(null); 
	strResult = strResult.replace("background=\"images","background=\"/images")
	strResult = strResult.replace("background=\"images","background=\"/images")
	strResult = strResult.replace("background=images","background=/images")
	strResult = strResult.replace("background=images","background=/images")
	return strResult;
}