function newWinCamp() { //v2.0
  newWin=window.open('campaign/index.html','WinCamp','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=850,height=505,left=0,top=0');
  newWin.focus();
}
function newWinPerigord() { //v2.0
newWin=window.open('http://www.ukai.co.jp/perigord/index.html','WinPerigord','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=820,height=550,left=0,top=0');
//newWin=window.open('http://www.e-tam.com/test/ukai/public_html/www.ukai.co.jp/html/perigord/index.html','WinPerigord','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=820,height=550,left=0,top=0');
  newWin.focus();
}

