//@charset "utf-8";
// JavaScript Document

//�ポップアップ
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//�ポップアップ固定
function MM_openBrWindowFull(theURL,winName) { //v2.0
  window.open(theURL,winName,width=1000,height=770);
}

//�ポップアップフルスクリーン
//function MM_openBrWindowFull(theURL,winName) { //v2.0
//  window.open(theURL,winName,"width="+screen.availWidth+",height="+screen.availHeight+",top=0,left=0");
//}