url = 'http://www.k-bosyu.com'; // アドレス
name = '家庭教師のバイトなら100点家庭教師募集.com！';                       // 登録する時の名前
function bookMark() {
  window.external.addFavorite(url,name);
}
//定型サブウインドウ
function popWin(theURL) { 
	var pW;
	pW = window.open(theURL,'sWin','scrollbars=yes,resizable=yes,width=500,height=450');
	pW.focus();
}

//ジャンプメニュー（新規ウインドウ）
function newWinMenu(URL){
	var nWM
	if (URL == ''){
		;
	}else{
		nWM = window.open(URL,'sWin','scrollbars=yes,resizable=yes,toolbar=yes,width=760,height=420');	
	}
}
function jumpNewWin(selObj,restore){
  eval("newWinMenu('"+selObj.options[selObj.selectedIndex].value+"')");
  if (restore) selObj.selectedIndex=0;
}
function newWinMenuGo(selName,restore){
  var selObj = MM_findObj(selName); if (selObj) jumpNewWin(selObj,restore);
}
