function goto_page(page){
	document.F1.page.value = page;
	document.F1.submit();
}
function goto_syousai(msgid,page){
	document.F1.action = "keijiban_syousai.html";
	document.F1.msg.value = msgid;
	document.F1.page.value = page;
	document.F1.submit();
}
function goto_new_page(msgid,page,next){
	document.F1.action = "keijiban_syousai.html";
	document.F1.msg.value = msgid;
	document.F1.page.value = page;
	document.F1.list_no.value = next;
	document.F1.submit();
}
function goto_new_page2(msgid,page,new_page){
	document.F1.action = "keijiban_syousai.html";
	document.F1.new_page.value = new_page;
	document.F1.submit();
}
function goto_ichiran(url,page){
	document.F1.action = url;
	document.F1.page.value = page;
	document.F1.submit();
}
function goto_tettei(area){
	document.F1.action = "kensaku_details.html";
	document.F1.area.value = area;
	document.F1.submit();
}
function selLink(){
	document.f_entry.mode.value = "update_sex";
	document.f_entry.submit();
}
function selLink_2(){
	document.F1.mode.value = "update_sex";
	document.F1.submit();
}
function selLink_3(){
	document.F1.target = "kensaku_login_top";
	document.F1.action = "kensaku_login_top.html";
	document.F1.mode.value = "update_sex";
	document.F1.submit();
}
function chg_area1(){
	document.f_entry.mode.value = "update_area1";
	document.f_entry.submit();
}
function chg_area1_2(){
	document.F1.mode.value = "update_area1";
	document.F1.submit();
}
function chg_area1_3(){
	document.F1.target = "kensaku_login_top";
	document.F1.action = "kensaku_login_top.html";
	document.F1.mode.value = "update_area1";
	document.F1.submit();
}
function chg_area1_4(){
	document.f_post.mode.value = "update_area1";
	document.f_post.submit();
}
function func_aisyou(sid){
	window.location.href='aisyou_syousai.html?sid=' + sid;
}
function win(url, name, wHeight, wWidth) {
sWidth = screen.availWidth;
sHeight = screen.availHeight;
x = (sWidth - wWidth) / 2;
y = (sHeight - wHeight) / 2;
newWin = window.open(url, name, "width="+wWidth+",height="+wHeight);
newWin.moveTo(x,y);
}

  // 送信POP　男性
function wopen1(){
	win=window.open("sousin_pop.html","new","width=660,height=625");
}
  // 送信POP　女性
function wopen2(){
	win=window.open("sousin_pop_b.html","new","width=660,height=625");
}

function win3(wHeight, wWidth) {
	sWidth = screen.availWidth;
	sHeight = screen.availHeight;
	newWin = window.open('r_pop.html', 'r_pop', "width="+wWidth+",height="+wHeight);
	newWin.moveTo(0,0);
}

function win_scroll(url, name, wHeight, wWidth) {
	sWidth = screen.availWidth;
	sHeight = screen.availHeight;
	x = (sWidth - wWidth) / 2;
	y = (sHeight - wHeight) / 2;
	newWin = window.open(url, name, "width="+wWidth+",height="+wHeight+", scrollbars=yes");
	newWin.moveTo(x,y);
}

  // 右のQRコード
var haba = 146;
var yokoiti; var tateiti; var T;
function migiue(){
if (navigator.appName=="Netscape"){
yokoiti = window.pageXOffset + innerWidth - haba;
tateiti = window.pageYOffset;

if(document.layers){
document.akomigiue.left = yokoiti-12;
document.akomigiue.top = tateiti+1;
}else{
document.getElementById("akomigiue").style.left = yokoiti-12;
document.getElementById("akomigiue").style.top = tateiti+1;}}
if (document.all){
yokoiti = document.body.scrollLeft + document.body.clientWidth - haba ;
tateiti = document.body.scrollTop+1;
akomigiue.style.left = yokoiti;
akomigiue.style.top = tateiti;}
T=setTimeout("migiue()",100);
}
