﻿//links===================================================================
var linkURL = [
["/100th/",null,"jmb_bg11.jpg","_self"],
["/100th/","btn_bg11.png","jmb_bg11.jpg","_self"],
["/corporate/g_topix/index.html","btn_bg1.png","jmb_bg1.jpg","_self"],
["/products/iwb/","btn_bg12.png","jmb_bg12.jpg","_self"],
["http://www.sharp-solar.com/","btn_bg2.png","jmb_bg2.jpg","_blank"],
["http://www.aquos-world.com/","btn_bg3.png","jmb_bg3.jpg","_blank"],
["/products/professional-monitors/","btn_bg4.png","jmb_bg4.jpg","_self"],
["/products/copier/index.html","btn_bg5.png","jmb_bg5.jpg","_self"],
["http://www.sharp-pci.com/","btn_bg6.png","jmb_bg6.jpg","_blank"],
["/products/device/index.html","btn_bg7.png","jmb_bg7.jpg","_self"],
["/uefa2012/index.html","btn_bg10.png","jmb_bg10.jpg","_blank"],
["http://www.sharp.co.jp/sakai/en/index.html","btn_bg8.png","jmb_bg8.jpg","_blank"]
//["javascript:openWindow('marca/index.html');","btn_bg9.png","jmb_bg9.jpg"]
];

//irregular setting===================================================================
function openWindow(myURL) {
  window.open(myURL,"OpenWindow","width=1024px,height=576px,scrollbars=yes,location=no,resizable=yes,status=no,toolbar=no,directories=no,menubar=no");
}

