function a() 
{
var win1=window.open('http://www.jcontact.co.jp/pointcard.htm','_new','scrollbars=yes,width=540,height=480');
}
function b() 
{
var win1=window.open('http://www.jcontact.co.jp/goannai1.htm','_new','scrollbars=yes,width=540,height=470');
}
function c() 
{
var win1=window.open('http://www.jcontact.co.jp/time.htm','_new','scrollbars=yes,width=540,height=180');
}
function e() 
{
var win1=window.open('http://www.jcontact.co.jp/seed4.html','_new','scrollbars=yes,width=540,height=215');
}
function d() 
{
var win1=window.open('http://www.jcontact.co.jp/net.htm','_new','scrollbars=yes,width=540,height=250');
}
function h() 
{
var win1=window.open('http://www.jcontact.co.jp/aftercare.htm','_new','scrollbars=yes,width=540,height=530');
}
function i() 
{
var win1=window.open('http://www.jcontact.co.jp/seed.htm','_new','scrollbars=yes,width=540,height=290');
}
function j() 
{
var win1=window.open('http://www.jcontact.co.jp/maruchifocal.htm','_new','scrollbars=yes,width=540,height=200');
}
function l() 
{
var win1=window.open('http://www.jcontact.co.jp/menifocal.htm','_new','scrollbars=yes,width=540,height=200');
}
function n() 
{
var win1=window.open('http://www.jcontact.co.jp/ciba2.html','_new','scrollbars=yes,width=540,height=360');
}
function o() 
{
var win1=window.open('http://www.jcontact.co.jp/aimeEXP.htm','_new','scrollbars=yes,width=540,height=200');
}
function q() 
{
var win1=window.open('http://www.jcontact.co.jp/carecampain.html','_new','scrollbars=yes,width=540,height=540');
}
function u() 
{
var win1=window.open('http://www.jcontact.co.jp/ciba.htm','_new','scrollbars=yes,width=540,height=190');
}
function cc() 
{
var win1=window.open('http://www.jcontact.co.jp/AMO2.html','_new','scrollbars=yes,width=540,height=390');
}
function ff() 
{
var win1=window.open('http://www.jcontact.co.jp/dailiestc.html','_new','scrollbars=yes,width=540,height=180');
}
function gg() 
{
var win1=window.open('http://www.jcontact.co.jp/ciba3.html','_new','scrollbars=yes,width=540,height=420');
}
function hh() 
{
var win1=window.open('http://www.jcontact.co.jp/alcon.html','_new','scrollbars=yes,width=540,height=350');
}
function ii() 
{
var win1=window.open('http://www.jcontact.co.jp/rohto1.html','_new','scrollbars=yes,width=540,height=360');
}
function kk() 
{
var win1=window.open('http://www.jcontact.co.jp/ocular1.html','_new','scrollbars=yes,width=540,height=330');
}
function ll() 
{
var win1=window.open('http://www.jcontact.co.jp/rohto1.html','_new','scrollbars=yes,width=540,height=220');
}
function mm() 
{
var win1=window.open('http://www.jcontact.co.jp/medalist.html','_new','scrollbars=yes,width=540,height=300');
}
function nn() 
{
var win1=window.open('http://www.jcontact.co.jp/medalist2.html','_new','scrollbars=yes,width=540,height=260');
}
function ss() 
{
var win1=window.open('http://www.jcontact.co.jp/rohto.htm','_new','scrollbars=yes,width=540,height=450');
}
function tt() 
{
var win1=window.open('http://www.jcontact.co.jp/2weekPure.htm','_new','scrollbars=yes,width=540,height=500');
}
function uu() 
{
var win1=window.open('http://www.jcontact.co.jp/jj.htm','_new','scrollbars=yes,width=540,height=500');
}
function vv() 
{
var win1=window.open('http://www.jcontact.co.jp/medalistplus.htm','_new','scrollbars=yes,width=540,height=500');
}
function ww() 
{
var win1=window.open('http://www.jcontact.co.jp/medalisttoric.htm','_new','scrollbars=yes,width=540,height=500');
}
function xx() 
{
var win1=window.open('http://www.jcontact.co.jp/toray.htm','_new','scrollbars=yes,width=540,height=300');
}
function yy() 
{
var win1=window.open('http://www.jcontact.co.jp/AMO.htm','_new','scrollbars=yes,width=540,height=500');
}
function zz() 
{
var win1=window.open('http://www.jcontact.co.jp/ciba4.htm','_new','scrollbars=yes,width=540,height=320');
}
//-->
<!--HPB_SCRIPT_CODE_40
function _HpbJumpURLinNewWindow(url) 
{
  if (url != '')
  {
    window.open(url, '_blank', 'width=550,height=680');
  }
}
//-->
<!--HPB_SCRIPT_ROV_50
//
//  Licensed Materials - Property of IBM
//  5724I83
//  (C) Copyright IBM Corp. 1995, 2006 All Rights Reserved.
//

// HpbImgPreload:
//
function HpbImgPreload()
{
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
    if (document.getElementById && appVer > 4) isN6=true; else
      if (document.layers && appVer >= 4) isNC=true;
  if (isNC||isN6||isIE)
  {
    if (document.images)
    {
      var imgName = HpbImgPreload.arguments[0];
      var cnt;
      swImg[imgName] = new Array;
      for (cnt = 1; cnt < HpbImgPreload.arguments.length; cnt++)
      {
        swImg[imgName][HpbImgPreload.arguments[cnt]] = new Image();
        swImg[imgName][HpbImgPreload.arguments[cnt]].src = HpbImgPreload.arguments[cnt];
      }
    }
  }
}
// HpbImgFind:
//
function HpbImgFind(doc, imgName)
{
  for (var i=0; i < doc.layers.length; i++)
  {
    var img = doc.layers[i].document.images[imgName];
    if (!img) img = HpbImgFind(doc.layers[i], imgName);
    if (img) return img;
  }
  return null;
}
// HpbImgSwap:
//
function HpbImgSwap(imgName, imgSrc)
{
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
    if (document.getElementById && appVer > 4) isN6=true; else
      if (document.layers && appVer >= 4) isNC=true;
  if (isNC||isN6||isIE)
  {
    if (document.images)
    {
      var img = document.images[imgName];
      if (!img) img = HpbImgFind(document, imgName);
      if (img) img.src = imgSrc;
    }
  }
}
var swImg; swImg=new Array;
//-->
<!--HPB_SCRIPT_PLD_50
HpbImgPreload('_HPB_ROLLOVER1', 'img1/cam.jpg', 'img1/cam1.jpg');
HpbImgPreload('_HPB_ROLLOVER2', 'img1/new1.jpg', 'img1/new2.jpg');
HpbImgPreload('_HPB_ROLLOVER5', 'img1/glasses.jpg', 'img1/glasses0.jpg');
HpbImgPreload('_HPB_ROLLOVER7', 'lens.jpg', 'lens1.jpg');
HpbImgPreload('_HPB_ROLLOVER3', 'image16.gif', 'image161.gif');
HpbImgPreload('_HPB_ROLLOVER6', 'image17.gif', 'image171.gif');
HpbImgPreload('_HPB_ROLLOVER4', 'n_image1.gif', 'm_image1.gif');
HpbImgPreload('_HPB_ROLLOVER10', 'n_image21.jpg', 'm_image21');
HpbImgPreload('_HPB_ROLLOVER9', 'n_image3.gif', 'm_image3.gif');
<!--HPB_SCRIPT_ROV_50
//
//  Licensed Materials - Property of IBM
//  5724I83
//  (C) Copyright IBM Corp. 1995, 2006 All Rights Reserved.
//

// HpbImgPreload:
//
function HpbImgPreload()
{
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
    if (document.getElementById && appVer > 4) isN6=true; else
      if (document.layers && appVer >= 4) isNC=true;
  if (isNC||isN6||isIE)
  {
    if (document.images)
    {
      var imgName = HpbImgPreload.arguments[0];
      var cnt;
      swImg[imgName] = new Array;
      for (cnt = 1; cnt < HpbImgPreload.arguments.length; cnt++)
      {
        swImg[imgName][HpbImgPreload.arguments[cnt]] = new Image();
        swImg[imgName][HpbImgPreload.arguments[cnt]].src = HpbImgPreload.arguments[cnt];
      }
    }
  }
}
// HpbImgFind:
//
function HpbImgFind(doc, imgName)
{
  for (var i=0; i < doc.layers.length; i++)
  {
    var img = doc.layers[i].document.images[imgName];
    if (!img) img = HpbImgFind(doc.layers[i], imgName);
    if (img) return img;
  }
  return null;
}
// HpbImgSwap:
//
function HpbImgSwap(imgName, imgSrc)
{
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
    if (document.getElementById && appVer > 4) isN6=true; else
      if (document.layers && appVer >= 4) isNC=true;
  if (isNC||isN6||isIE)
  {
    if (document.images)
    {
      var img = document.images[imgName];
      if (!img) img = HpbImgFind(document, imgName);
      if (img) img.src = imgSrc;
    }
  }
}
var swImg; swImg=new Array;
//-->

<!--HPB_SCRIPT_PLD_50
HpbImgPreload('_HPB_ROLLOVER3', 'index.netpage.shin.gif', 'index.netshin161.gif');
HpbImgPreload('_HPB_ROLLOVER6', 'index.netpage.ike.gif', 'index.netike.gif');
//-->
