function popup360(name,code,year,lang,type) {
	winObj = window.open('/popup360.html?' + 'name='+name+'&code='+code+'&year='+year+'&lang='+lang+'&type='+type,"videoWindow","width=640,height=500,resizable,top=30,left=30");
	winObj.focus();
}
