﻿//links===================================================================
var linkURL = [
//["/",null,"00.jpg"],
["/html/english/About/about.html",null,"F0.png"],
["/html/list_1246.html","B1.png","F1.png"],
["/html/list_1247.html","B2.png","F2.png"],
["/html/list_1248.html","B3.png","F3.png"],
["/html/list_1249.html","B4.png","F4.png"],
["/html/list_1250.html","B5.png","F5.png"]
];

//irregular setting===================================================================
function openWindow(myURL) {
  window.open(myURL,"OpenWindow","fullscreen=yes,scrollbars=no,location=no,resizable=no,status=no,toolbar=no,directories=no,menubar=no");
}

