//携帯にメアドとばすよ

function OpenWin1236(){
    win1=window.open("inc/mobile01.html","Map12","width=700,height=400");
}
function OpenWin4567(){
    win2=window.open("inc/mobile02.html","new2","width=700,height=400");
}

//携帯にメアドとばすよ終


var scrj = 1;
function softScrollBack() {
   if(navigator.appName == "Microsoft Internet Explorer" && document.compatMode == "CSS1Compat") {
      var scdist = document.body.parentNode.scrollTop;
   } else {
      var scdist = document.body.scrollTop;
   }
   if(scrj<50 && scdist) {
      scdist = (scdist>2) ? Math.ceil(scdist*.2) : 1;
      scrj++;
      scrollBy(0,-scdist);
      setTimeout("softScrollBack()",20);
   } else {
      scrollTo(0,0);
      scrj = 1;
   }
}

function pscheck(){
if (inq.mail.value != inq.mail_check.value){
alert("MailAddress Error!!(not match)");
}}


function size1(){text1.style.fontSize="10px";}
function size2(){text1.style.fontSize="12px";}
function size3(){text1.style.fontSize="18px";}
