// JavaScript Document
document.title="Dongfeng Honda";

  function popnews(id) 
	{
		var nw=window.open("/en/popjoin.jsp?id="+id,"news","width=516,height=500,scrollbars=1 resizable=1");
		nw.focus();
	}

  function openwin(id) 
	{
		var nw=window.open("/en/pop.jsp?id="+id,"news","width=516,height=500,scrollbars=1 resizable=1");
		nw.focus();
	}
  function popClub(id) 
	{
		var nw=window.open("/en/popclub.jsp?id="+id,"news","width=546,height=500,scrollbars=1 resizable=1");
		nw.focus();
	}
	function openErea(url){
		var nw=window.open(url,"news","width=696,height=320,scrollbars=1 resizable=1");
		nw.focus();
	}
  function popSearch(k) 
	{
		var ns=window.open("/en/popsearch.jsp?keyword="+k,"search","width=516,height=500,scrollbars=1 resizable=1");
		ns.focus();
	}
	//popGame:flash游戏弹出窗口
	//id:文章id,flash id
	//width:文章作者,flash宽度
	//height:文章出处,flash高度
	function popGame(id,width,height)
	{
		if(id.length>0 && width.length>0 && height.length>0)
		{
			var ns=window.open("/en/pop_game.jsp?id="+id,"game","width="+width+",height="+height+",scrollbars=0 resizable=0");
			ns.focus();
		}
		else
		{
			alert("游戏即将推出,敬请留意");
		}
	}
