//活動の流れ サービス詳細
//------------------------------------------------------------
function nagare(parm) {
	url = "/public/contents/" + parm + ".html";
	WinOpen = window.open(url ,"nagare","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=660,height=550,")
	WinOpen.focus();
}

// A8ネットポップアップ
//------------------------------------------------------------
function A8() {window.open("http://www.a8.net","A8","outerwidth="+screen.availWidth+",outerheight="+screen.availHeight+",top=0,left=0")}

// クイックサーチ　性別選択処理
//------------------------------------------------------------
function QselectSex(para) {
  if(para == 0){
  	document.form.sex[0].checked = true;
  }else if(para == 1){
  	document.form.sex[1].checked = true;
  }
}

// クイックサーチ　年齢チェックボックスON・OFF処理
//------------------------------------------------------------
function deselectAge(para) {
  if(para == 1){
    for(i=4;i<10;i++){
      document.form.elements[i].checked = false;
    }
  }else if(para == null){
    document.form.elements[3].checked = false;
  }
}

// クイックサーチ　年齢チェックボックス選択切替処理
//------------------------------------------------------------
function selectAge(para) {
  if(para == 1){
  	if(document.form.elements[3].checked == true){
	  	document.form.elements[3].checked = false;
	}else{
	    document.form.elements[3].checked = true;
	}
  }else if(para == 2){
  	if(document.form.elements[4].checked == true){
	  	document.form.elements[4].checked = false;
	}else{
	    document.form.elements[4].checked = true;
	}
  }else if(para == 3){
  	if(document.form.elements[5].checked == true){
	  	document.form.elements[5].checked = false;
	}else{
	    document.form.elements[5].checked = true;
	}
  }else if(para == 4){
  	if(document.form.elements[6].checked == true){
	  	document.form.elements[6].checked = false;
	}else{
	    document.form.elements[6].checked = true;
	}
  }else if(para == 5){
  	if(document.form.elements[7].checked == true){
	  	document.form.elements[7].checked = false;
	}else{
	    document.form.elements[7].checked = true;
	}
  }else if(para == 6){
  	if(document.form.elements[8].checked == true){
	  	document.form.elements[8].checked = false;
	}else{
	    document.form.elements[8].checked = true;
	}
  }else if(para == 7){
  	if(document.form.elements[9].checked == true){
	  	document.form.elements[9].checked = false;
	}else{
	    document.form.elements[9].checked = true;
	}
  }
}

// テストマッチ　Quesiton選択処理
//------------------------------------------------------------
function TMselectquestion1(para) {
  if(para == 0){
  	document.f.question1[0].checked = true;
  }else if(para == 1){
  	document.f.question1[1].checked = true;
  }
}

function TMselectquestion2(para) {
  if(para == 0){
  	document.f.question2[0].checked = true;
  }else if(para == 1){
  	document.f.question2[1].checked = true;
  }
}

function TMselectquestion3(para) {
  if(para == 0){
  	document.f.question3[0].checked = true;
  }else if(para == 1){
  	document.f.question3[1].checked = true;
  }
}

function TMselectquestion5(para) {
  if(para == 0){
  	document.f.question5[0].checked = true;
  }else if(para == 1){
  	document.f.question5[1].checked = true;
  }
}

function TMselectquestion7(para) {
  if(para == 0){
  	document.f.question7[0].checked = true;
  }else if(para == 1){
  	document.f.question7[1].checked = true;
  }
}

function TMselectquestion8(para) {
  if(para == 0){
  	document.f.question8[0].checked = true;
  }else if(para == 1){
  	document.f.question8[1].checked = true;
  }
}

function TMselectquestion9(para) {
  if(para == 0){
  	document.f.question9[0].checked = true;
  }else if(para == 1){
  	document.f.question9[1].checked = true;
  }
}

//エラーチェック-チェックボックス
//------------------------------------------------------------


//エラーチェック-ラジオボタン
//------------------------------------------------------------

//ページを開いた時に自動的にフォーカスさせる
//------------------------------------------------------------
function openFocus(){
	window.document.login.id.focus();
}

//郵便番号フォーカス自動移動
//------------------------------------------------------------
addressFocus=function(){
document.address.zip0.focus();
}
n=0;
chkKey=function(){
if(document.address["zip"+n].value.length==3){
n++;
if(n!=2)document.address["zip"+n].focus();
}
}

//クレジットカードフォーカス自動移動
//------------------------------------------------------------
cardFocus=function(){
document.card.number0.focus();
}
n=0;
cardKey=function(){
	if(document.card["number"+n].value.length==4){
	n++;
	if(n!=4)document.card["number"+n].focus();
	}
}
//document.onkeyup=cardKey;


//画像を切り替えるスクリプト
//------------------------------------------------------------
function ChangeImage(strUrl)
{
	document.imgNumber.src=strUrl;
}

//男性入会ページポップアップ
//------------------------------------------------------------
// 2004.11.25 6line Koji Kondo 入会系
//function entryman() {window.open("/public/contents/PI_3-4.html","entry","status=1,resizable=1,scrollbars=1,toolbar=1,directories=0,scrolling=0,menubar=1,location=0,width=800,height=550,")}
function entryman()
{
//	window.location.href = "https://www.angelclub.jp/public/contents/PI_3-4.html" ;
	top.location.href = "https://www.angelclub.jp/public/contents/PI_3-4.html" ;
//	window.location.href = "http://192.168.1.143:8080/public/contents/PI_3-4.html" ;
}

//女性入会ページポップアップ
//------------------------------------------------------------
// 2004.11.25 6line Koji Kondo 入会系
//function entrywoman() {window.open("/public/contents/PI_3-7.html","entry","status=1,resizable=1,scrollbars=1,toolbar=1,directories=0,scrolling=0,menubar=1,location=0,width=800,height=550,")}
function entrywoman()
{
//	window.location.href = "https://www.angelclub.jp/public/contents/PI_3-7.html" ;
	top.location.href = "https://www.angelclub.jp/public/contents/PI_3-7.html" ;
//	window.location.href = "http://192.168.1.143:8080/public/contents/PI_3-7.html" ;
}


//入会案内ページポップアップ
//------------------------------------------------------------
// 2006.07.25 HANA
function entryInfoMan(parm) {
	url = "/public/contents/PI_3-1p.html" + "?" + parm;
	window.open(url ,"entryInfoMan","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=700,height=500,");
	
}
function entryInfoWoman(parm) {
	url = "/public/contents/PI_3-1p.html" + "?" + parm;
	window.open(url ,"entryInfoWoman","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=700,height=500,");
}

//郵便番号から住所検索するポップアップ画面
//------------------------------------------------------------
// 2006.03.11 HANA
function getAddressFromZipCode() {

	// 郵便番号取得
	var addrzip3 = document.f.addrzip3.value;
	var addrzip4 = document.f.addrzip4.value;
	url = "/servlet/ADS?page=zipcode&addrzip3=" + addrzip3 + "&addrzip4=" + addrzip4;
	window.open(url ,"getAddressFromZipCode","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=500,height=400,");
}

//入会案内ページポップアップ
//------------------------------------------------------------
// 2006.01.23 HANA
function entryKiyakuInfo() {
	url = "/public/contents/PI_3-7-1-1a.html";
	window.open(url ,"entryInfo","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=1,width=700,height=400,");
}
function entryKiyakuInfoMan() {
	url = "/public/contents/PI_3-4-1-1a.html";
	window.open(url ,"entryInfoMan","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=700,height=400,");
}
function entryKiyakuInfoWoman() {
	url = "/public/contents/PI_3-7-1-1a.html";
	window.open(url ,"entryInfoWoman","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=700,height=400,");
}
function entryKiyakuInfoOther() {
	url = "/public/contents/PI_3-9-1-1a.html";
	window.open(url ,"entryInfoWoman","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=700,height=400,");
}


//入会フォームポップアップ
//------------------------------------------------------------
// 2006.01.30 HANA
function entryFormMan() {
	url = "https://www.angelclub.jp/public/contents/PI_3-4-2-1.jsp";
	WinOpen = window.open(url ,"entry","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=1,width=780,height=580,");
	WinOpen.focus();
}
function entryFormWoman() {
	url = "https://www.angelclub.jp/public/contents/PI_3-7-2-1.jsp";
	WinOpen = window.open(url ,"entry","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=1,width=780,height=580,");
	WinOpen.focus();
}

// 入会フォームポップアップ2007
//------------------------------------------------------------
function entryForm(param) {
	if( param != null ){
		url = "https://www.angelclub.jp/servlet/ADSALL01?" + param;
	}else{
		url = "https://www.angelclub.jp/servlet/ADSALL01";
	}
	WinOpen = window.open(url ,"entry","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=1,width=780,height=580,");
	WinOpen.focus();
}

//loginポップアップ
//------------------------------------------------------------
function login() {window.open("http://www.angelclub.jp/public/contents/PI_0-6.html","login","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=206,height=206,")}

//初めての方へ
//------------------------------------------------------------
function first() {
	WinOpen=window.open("http://www.angelclub.jp/public/contents/top_p-first.html","first","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=600,height=720,");
	WinOpen.focus();
}

//先月ご入会された会員様
//------------------------------------------------------------
function newMemberLastMonth(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_0-10-1.html" + "?" + parm;
	WinOpen = window.open(url ,"newMemberLastMonth","status=0,resizable=1,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=555,height=340,")
	WinOpen.focus();
}

//エンジェルを選んだ理由は？
//------------------------------------------------------------
function admissionReason(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_0-10-2.html" + "?" + parm;
	WinOpen = window.open(url ,"admissionReason","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=555,height=430,")
	WinOpen.focus();
}

//新会員ポップアップ　女性
//------------------------------------------------------------
function newMemberWoman() {window.open("http://www.angelclub.jp/servlet/TOP?page=newCommerMoreWoman","newMember","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=630,height=600,")}

//新会員ポップアップ　男性
//------------------------------------------------------------
function newMemberMan() {window.open("http://www.angelclub.jp/servlet/TOP?page=newCommerMoreMan","newMember","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=630,height=600,")}

//新会員ポップアップ
//------------------------------------------------------------
function newMember() {window.open("http://www.angelclub.jp/public/contents/PI_0-9.html","newMember","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=630,height=600,")}

//先月の実績ポップアップ 2006/06/06 MORIKAWA
//------------------------------------------------------------
function topReport() {
	WinOpen = window.open("/public/contents/top_report.html","topReport","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=550,height=600,")
	WinOpen.focus();
}

//アンケートポップアップ（入会動機）
//------------------------------------------------------------
function newEnquete() {window.open("http://www.angelclub.jp/public/contents/PI_0-10.jsp","newMember","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=560,height=600,")}

//リクルートポップアップ
//------------------------------------------------------------
function recruit() {window.open("http://www.angelclub.jp/public/contents/PI_0-9.html","recruit","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=522,height=600,")}

//お悩み相談室-1人目
//------------------------------------------------------------
function counseling01() {window.open("http://www.angelclub.jp/public/contents/PI_0-4-1.html","counseling01","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=510,height=600,")}

//お悩み相談室-2人目
//------------------------------------------------------------
function counseling02() {window.open("http://www.angelclub.jp/public/contents/PI_0-4-2.html","counseling02","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=510,height=600,")}

//お悩み相談室-3人目
//------------------------------------------------------------
function counseling03() {window.open("http://www.angelclub.jp/public/contents/PI_0-4-3.html","counseling03","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=510,height=600,")}

//お悩み相談室-4人目
//------------------------------------------------------------
function counseling04() {window.open("http://www.angelclub.jp/public/contents/PI_0-4-4.html","counseling04","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=510,height=600,")}

//お悩み相談室-5人目
//------------------------------------------------------------
function counseling05() {window.open("http://www.angelclub.jp/public/contents/PI_0-4-5.html","counseling05","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=510,height=600,")}

//お悩み相談室-6人目
//------------------------------------------------------------
function counseling06() {window.open("http://www.angelclub.jp/public/contents/PI_0-4-6.html","counseling06","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=510,height=460,")}

//お悩み相談室-7人目
//------------------------------------------------------------
function counseling07() {window.open("http://www.angelclub.jp/public/contents/PI_0-4-7.html","counseling07","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=510,height=600,")}


//AIPC分析-性格分析偏
//------------------------------------------------------------
function personality() {window.open("http://www.angelclub.jp/public/contents/PI_0-2-3.html","personality","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=410,height=500,")}

//AIPC分析-パートナー紹介偏
//------------------------------------------------------------
function partner() {window.open("http://www.angelclub.jp/public/contents/PI_0-2-2.html","partner","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=410,height=500,")}

// ポップアップ制御
function popUp(adr) {
	adress = "/public/contents/" + adr;
	new_window = window.open(adress,"_blank","scrollbars=yes, status=no, toolbar=no, resizable=no, location=no, menubar=no, width=520, height=400, left=100, top=100");
	new_window.focus();
}

function windowClose() {
    window.close();
}

//取材メディア-日経流通新聞2009
//------------------------------------------------------------
function nikkeimj_2009(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-22.html" + "?" + parm;
	WinOpen = window.open(url ,"nikkeimj2009","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=660,height=530,")
	WinOpen.focus();
}

//取材メディア-AERA 200911
//------------------------------------------------------------
function Aera_2009(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-21.html" + "?" + parm;
	WinOpen = window.open(url ,"Aera2009","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=600,height=530,")
	WinOpen.focus();
}

//取材メディア-日経トレンディネット 200910
//------------------------------------------------------------
function Trendy_2009(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-20.html" + "?" + parm;
	WinOpen = window.open(url ,"Trendy2009","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=560,height=400,")
	WinOpen.focus();
}

//取材メディア-Hanako 200908
//------------------------------------------------------------
function Hanako_2009(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-19.html" + "?" + parm;
	WinOpen = window.open(url ,"Hanako2009","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=560,height=530,")
	WinOpen.focus();
}

//取材メディア-日経流通新聞2009
//------------------------------------------------------------
function hakusyo_2009(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-18.html" + "?" + parm;
	WinOpen = window.open(url, "hakusyo2009","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=550,height=280,")
	WinOpen.focus();
}

//取材メディア-日経流通新聞2008
//------------------------------------------------------------
function nikkeimj_2008(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-17.html" + "?" + parm;
	WinOpen = window.open(url ,"nikkeimj2008","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=660,height=500,")
	WinOpen.focus();
}

//取材メディア-Oggi 200804
//------------------------------------------------------------
function oggi_2008(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-16.html" + "?" + parm;
	WinOpen = window.open(url ,"oggi2008","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=560,height=530,")
	WinOpen.focus();
}

//取材メディア-日経流通新聞2007
//------------------------------------------------------------
function nikkeimj_2007(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-15.html" + "?" + parm;
	WinOpen = window.open(url ,"nikkeimj2006","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=660,height=530,")
	WinOpen.focus();
}

//取材メディア-TOKYO１週間
//------------------------------------------------------------
function tokyo1week_2007(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-14.html" + "?" + parm;
	WinOpen = window.open(url ,"tokyo1week2007","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=505,height=500,")
	WinOpen.focus();
}

//取材メディア-新事業活動促進法 経営革新認定事業 2006
//------------------------------------------------------------
function kakushin_2006(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-13-popup.html" + "?" + parm;
	WinOpen = window.open(url ,"kakushin2006","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=660,height=510,")
	WinOpen.focus();
}

//取材メディア-新事業活動促進法 経営革新認定事業 2006
//------------------------------------------------------------
function kakushin_2006s(parm) {
	url = "https://www.angelclub.jp/public/contents/PI_1-5-13s-popup.html" + "?" + parm;
	WinOpen = window.open(url ,"kakushin2006","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=660,height=510,")
	WinOpen.focus();
}

//取材メディア-日経流通新聞2006
//------------------------------------------------------------
function nikkeimj_2006(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-12.html" + "?" + parm;
	WinOpen = window.open(url ,"nikkeimj2006","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=660,height=530,")
	WinOpen.focus();
}

//取材メディア-報道ニッポン200607
//------------------------------------------------------------
function h_nippon200607(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-11.html" + "?" + parm;
	WinOpen = window.open(url ,"h_nippon200607","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=660,height=450,")
	WinOpen.focus();
}

//取材メディア-日経流通新聞2005
//------------------------------------------------------------
//function nikkeimj_2005() {window.open("http://www.angelclub.jp/public/contents/PI_1-5-10.html","nikkeimj2005","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=550,height=350,")}
function nikkeimj_2005(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-10.html" + "?" + parm;
	WinOpen = window.open(url ,"nikkeimj2005","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=660,height=530,")
	WinOpen.focus();
}

//取材メディア-DIME
//------------------------------------------------------------
//function dime() {window.open("http://www.angelclub.jp/public/contents/PI_1-5-8.html","dime","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=600,height=550,")}
function dime(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-8.html" + "?" + parm;
	WinOpen = window.open(url,"dime","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=600,height=550,")
	WinOpen.focus();
}

//取材メディア-朝日新聞
//------------------------------------------------------------
//function asahi() {window.open("http://www.angelclub.jp/public/contents/PI_1-5-7.html","asahi","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=700,height=500,")}
function asahi(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-7.html" + "?" + parm;
	WinOpen = window.open(url ,"asahi","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=700,height=500,")
	WinOpen.focus();
}

//取材メディア-ブライダル産業白書2005
//------------------------------------------------------------
//function hakusyo() {window.open("http://www.angelclub.jp/public/contents/PI_1-5-6.html","hakusyo","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=550,height=260,")}
function hakusyo(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-6.html" + "?" + parm;
	WinOpen = window.open(url, "hakusyo","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=550,height=260,")
	WinOpen.focus();
}

//取材メディア-日経流通新聞
//------------------------------------------------------------
//function nikkei() {window.open("http://www.angelclub.jp/public/contents/PI_1-5-4.html","nikkei","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=550,height=550,")}
function nikkei(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-4.html" + "?" + parm;
	WinOpen = window.open(url,"nikkei","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=660,height=530,")
	WinOpen.focus();
}

//取材メディア-週間アスキー
//------------------------------------------------------------
//function ascii() {window.open("http://www.angelclub.jp/public/contents/PI_1-5-3.html","ascii","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=710,height=260,")}
function ascii(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-3.html" + "?" + parm;
	WinOpen = window.open(url,"ascii","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=710,height=260,")
	WinOpen.focus();
}

//取材メディア-hanako
//------------------------------------------------------------
//function hanako() {window.open("http://www.angelclub.jp/public/contents/PI_1-5-5.html","hanako","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=300,height=530,")}
function hanako(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-5.html" + "?" + parm;
	WinOpen = window.open(url,"hanako","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=300,height=530,")
	WinOpen.focus();
}

//取材メディア-日経ユーターン
//------------------------------------------------------------
//function you() {window.open("http://www.angelclub.jp/public/contents/PI_1-5-1.html","you","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=726,height=600,")}
function you(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_1-5-1.html" + "?" + parm;
	WinOpen = window.open(url,"you","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=726,height=600,")
	WinOpen.focus();
}

//プレスリリース-横浜商工会議所表彰
//------------------------------------------------------------
function c_and_i_commendation(parm) {
	url = "http://www.angelclub.jp/public/contents/PI_5-5-1.html" + "?" +parm;
	WinOpen = window.open(url ,"c_and_i_commendation","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=550,height=400,");
	WinOpen.focus();
}

// 2006.06.22 ADD
//愛されて20000名。3大特典つきサンクスキャンペーンPopUp
//------------------------------------------------------------
function thxcamp_popup(param) {
	url = "http://www.angelclub.jp/public/contents/thxcamp_popup.html" + "?" +param;
	WinOpen = window.open(url ,"thxcamp_popup","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=760,height=550,");
	WinOpen.focus();
}

//6つの基本サービス-エンジェルご紹介シート
//------------------------------------------------------------
function introduction() {window.open("http://www.angelclub.jp/public/contents/PI_2-1-1.html","introduction","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=690,height=720,")}

//6つの基本サービス-エンジェルアドバイス
//------------------------------------------------------------
function advice() {window.open("http://www.angelclub.jp/public/contents/PI_2-1-2.html","advice","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=485,height=720,")}

//AIPC分析画面ポップアップ（詳細プロフィール）
//------------------------------------------------------------
function AIPC() {window.open("http://www.angelclub.jp/public/contents/PI_0-1-1-1-2.html","AIPC","status=0,resizable=0,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=400,height=450,")}

//入会案内-写真登録（男性）
//------------------------------------------------------------
function registPhotoInfo() {window.open("http://www.angelclub.jp/public/contents/PI_3-4-1-5-1.html","registPhotoInfo","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=400,height=320,")}

//入会案内-写真登録変更（男性）
//------------------------------------------------------------
function registPhotoInfoChange() {window.open("http://www.angelclub.jp/public/contents/PI_3-4-1-10-7-1.html","registPhotoInfoChange","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=400,height=320,")}

//入会案内-写真登録（女性）
//------------------------------------------------------------
function registPhotoInfoW() {window.open("http://www.angelclub.jp/public/contents/PI_3-7-1-5-1.html","registPhotoInfoW","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=400,height=320,")}

//入会案内-写真登録変更（女性）
//------------------------------------------------------------
function registPhotoInfoChangeW() {window.open("http://www.angelclub.jp/public/contents/PI_3-7-1-10-7-1.html","registPhotoInfoChangeW","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=400,height=320,")}

//入会案内-自己PR書き方例
//------------------------------------------------------------
function selfintroduction() {window.open("http://www.angelclub.jp/public/contents/PI_3-1-1.html","selfintroduction","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=400,height=320,")}

//入会案内-パートナーに望むこと書き方例
//------------------------------------------------------------
function hope() {window.open("http://www.angelclub.jp/public/contents/PI_3-1-2.html","hope","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=400,height=320,")}

//一般入会案内-男性料金例
//------------------------------------------------------------
function menfee() {window.open("http://www.angelclub.jp/public/contents/PI_3-1-3.html","selfintroduction","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=500,height=220,")}

//一般入会案内-女性料金例
//------------------------------------------------------------
function womenfee() {window.open("http://www.angelclub.jp/public/contents/PI_3-1-4.html","selfintroduction","status=0,resizable=0,scrollbars=0,toolbar=0,directories=0,scrolling=0,menubar=0,location=0,width=500,height=200,")}

//フォームにフォーカスがあったとき色を変える
//------------------------------------------------------------
function focusForm(obj,flag){
	if(flag) {
		obj.style.backgroundColor = '#DDEEFF' ;
		obj.style.border = '1px #999999 solid' ;
	} else {
		obj.style.backgroundColor = '#FFFFFF' ;
		obj.style.border = '1px #999999 solid' ;
	}
}

//
//------------------------------------------------------------
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//ブラウザでCSSを切り替える
//------------------------------------------------------------
/* 
mac=(navigator.appVersion.indexOf("Mac")!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;
nc=(navigator.appName.charAt(0) == "N")?true:false;
if (mac) { fName = "/public/css/main_mac.css"; }
else{ if (ie) { fName = "/public/css/main.css"; }
else if (nc) { fName = "/public/css/main.css"; } }
if (fName != null) { document.write("<LINK REL=STYLESHEET HREF='"+fName+"' TYPE='text/css'>"); }

function popUpVerisign(url) {
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1, scrollbars=1,resizable=1,width=500,height=450');
self.name = "mainWin"; }
*/
