<!--
function proto(prm){
	if (prm =="usersupport"){//ユーザサポート
	host = "//www.mopera.net/";
	url = window.location.protocol + host;
	document.write("<a href=" + url + "><img src='/contents/noauth/logo_mopera_gl.gif' alt='mopera U' width='196' height='37' border='0' /></a>");
	}else if(prm =="webmail"){//Webメール
	host = "//webmail.mopera.net/";
	url = window.location.protocol + host;
	document.write("<a href=" + url + "><img src='/contents/noauth/btn_header_mail.gif' alt='Webメール' name='mail' width='118' height='39' border='0' id='mail' onmouseover=MM_swapImage('mail','','/contents/noauth/btn_header_mail_o.gif',1); onmouseout=MM_swapImgRestore() /></a>");
	}else if(prm =="cuscon"){//設定変更
	host = "//www.mopera.net/customize/";
	url = window.location.protocol + host;
	document.write("<a href=" + url + "><img src='/contents/noauth/btn_header_custom.gif' alt='設定変更' name='custom' width='118' height='39' border='0' id='custom' onmouseover=MM_swapImage('custom','','/contents/noauth/btn_header_custom_o.gif',1); onmouseout=MM_swapImgRestore() /></a>");
	}else if(prm =="quickstart"){//初期設定
	host = "//start.mopera.net/";
	url = window.location.protocol + host;
	document.write("<a href=" + url + "><img src='/contents/noauth/btn_header_start.gif' alt='初期設定' name='quick' width='118' height='39' border='0' id='quick' onmouseover=MM_swapImage('quick','','/contents/noauth/btn_header_start_o.gif',1); onmouseout=MM_swapImgRestore() /></a>");
	}else if(prm =="mopera"){//ロゴ_mopera
	host = "//www.mopera.net/mopera/";
	url = window.location.protocol + host;
	document.write("<a href=" + url + "><img src='/contents/noauth/logo_moperam_gl.gif' alt='mopera' width='196' height='37' border='0' /></a>");
	}else if(prm =="bmi"){//ロゴ_ビジネスmopera
	document.write("<a href='http://www.docomo.biz/b-mopera/intro/bmi/'><img src='/contents/noauth/logo_bmi_gl.gif' alt='ビジネスmoperaインターネット' width='196' height='37' border='0' /></a>");
	}else if(prm =="settingAP"){//設定用アクセスポイント
	host = "//start.mopera.net/contents/noauth/access/ap_exp_pc.html";
	url = window.location.protocol + host;
	document.write("<a href=" + url + " target='_blank'><img src='/contents/noauth/img_txt_02.gif' alt='こちら' name='link' width='31' height='12' border='0' id='link' onmouseover=MM_swapImage('link','','/contents/noauth/img_txt_02_o.gif',1); onmouseout=MM_swapImgRestore() /></a>");
	}else if(prm =="sitemap"){//サイトマップ
	host = "//www.mopera.net/sitemap.html";
	url = window.location.protocol + host;
	document.write("<a href=" + url + "><img src='/contents/noauth/btn_header_map.gif' alt='サイトマップ' name='sitemap' width='49' height='10' border='0' id='sitemap' onmouseover=MM_swapImage('sitemap','','/contents/noauth/btn_header_map_o.gif',1); onmouseout=MM_swapImgRestore() /></a>");
	}else if(prm =="inquiry"){//お問い合わせ
	host = "//www.mopera.net/inquiry/index.html";
	url = window.location.protocol + host;
	document.write("<a href=" + url + "><img src='/contents/noauth/btn_header_inquiry.gif' alt='お問い合わせ' name='inquiry' width='58' height='10' border='0' id='inquiry' onmouseover=MM_swapImage('inquiry','','/contents/noauth/btn_header_inquiry_o.gif',1); onmouseout=MM_swapImgRestore() /></a>");
	}else if(prm =="MK_ssl"){//SSLマーク
	url = window.location.protocol;
		if (url == "https:"){
		document.write("<img src='/contents/noauth/img_header_login.gif' alt='SSLログイン中' width='81' height='12' class='login' />");
		}else{
		return false;
		}
	}else if(prm =="loginlogo"){//ログイン画面−mopera U & moperaロゴ
	host = "//www.mopera.net/";
	url = window.location.protocol + host;
	document.write("<a href=" + url + "><img src='/contents/noauth/logo_moperaU.jpg' alt='mopera U & mopera' width='136' height='52' border='0' /></a>");
	}
	else if(prm =="bmiNoLnk"){//ロゴ_ビジネスmopera
	document.write("<img src='/contents/noauth/logo_bmi_gl.gif' alt='ビジネスmoperaインターネット' width='196' height='37' border='0' />");
	}else{
	return false;
	}
}
// -->