// ヘッダー用ジャンプメニューfunction MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}// 予告編ポップアップを開くfunction trailerWin(title) {  var theURL  theURL = "/streaming/" + title;  window.open(theURL,'trailer','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=280,height=247');}// ロズウェルコンテンツのポップアップを開く（ノンスクロール）function popWin(url,winname) {	site = window.open(url, winname,'width=560,height=400,resizable=no,scrollbars=no,toolbar=no,directories=no,status=no,resizable=no');	var width = 560; 	var height = 400;	var aw = screen.availWidth; 	var ah = screen.availHeight; 	var xPos = (aw - width)/2; 	var yPos = (ah - height)/2; 	site.moveTo(xPos,yPos);}// ロズウェルコンテンツのポップアップを開く（縦スクロール）function popWinScroll(url,winname) {	site = window.open(url, winname,'width=560,height=400,resizable=no,scrollbars=yes,toolbar=no,directories=no,status=no,resizable=no');	var width = 560; 	var height = 400;	var aw = screen.availWidth; 	var ah = screen.availHeight; 	var xPos = (aw - width)/2; 	var yPos = (ah - height)/2; 	site.moveTo(xPos,yPos);}// 先着予約購入特典ポップアップを開くfunction bonusWin(title) {	var theURL	theURL = "/bonus/" + title;	window.open(theURL,'bonus','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=350,height=280');}function MM_openBrWindow(theURL,winName,features) { //v2.0		window.open(theURL,winName,features);}
