﻿function link(url) {
window.open(url,'','');
}

function r_gmap(url) {
window.open('../routemap/' + url + '.html','googlemap','width=800,height=800,status=no,scrollbars=no,directories=no,menubar=no,resizable=yes,toolbar=no,fullscreen=no,titlebar=no');
}

function route(url) {
window.open('../route/' + url + '.html','win','');
}

function oto_gmap(url) {
window.open('../busstopmap/' + url + '.html','googlemap','width=800,height=800,status=no,scrollbars=no,directories=no,menubar=no,resizable=yes,toolbar=no,fullscreen=no,titlebar=no');
}

function town_gmap(url) {
window.open('../townmap/' + url + '.html','googlemap','width=800,height=800,status=no,scrollbars=no,directories=no,menubar=no,resizable=yes,toolbar=no,fullscreen=no,titlebar=no');
}

function img(url) {
window.open('../database4/database4.cgi?cmd=dp&Tfile=Data&num=' + url, 'imgwin','width=730,height=750,status=no,scrollbars=no,directories=no,menubar=no,resizable=yes,toolbar=no,fullscreen=no,titlebar=no');
}

function town(url) {
window.open('../town/' + url + '.html','win','');
}

function oto(url) {
window.open('../busstop/' + url + '.html','win','');
}

function over(frame) {
 document.getElementById(frame + 'fr').style.display='block'
}

function out(frame) {
 document.getElementById(frame + 'fr').style.display='none'
}

function dly(frame) {
timerID = setTimeout(function(){document.getElementById(frame + 'fr').style.display='none'}, 5000);
}

var bw = (navigator.appName.indexOf ("Mic", 0) != -1) ? "ie" : "nonie";
document.write ('<link rel="stylesheet" type="text/css" href="../ssgar/' + bw + '.css">');

function poltxt(jp) {
 w = window.open('../poltxt' + jp + '.php','imagewin','width=730,height=750,scrollbars=no,resizable=no');
}

function privacy(jp) {
 w = window.open('../privacy' + jp + '.php','imagewin','width=730,height=750,scrollbars=no,resizable=no');
}

function exemption(jp) {
 w = window.open('../exemption' + jp + '.php','imagewin','width=730,height=750,scrollbars=no,resizable=no');
}

function opencomp() {
 w = window.open('../company.php', 'mini','width=300,height=200,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no,fullscreen=no,titlebar=no');
}

function opencompjp() {
 w = window.open('../company_jp.php', 'mini','width=300,height=200,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no,fullscreen=no,titlebar=no');
}

function carrier(url) {
window.open('../database3/database3.cgi?cmd=dp&Tfile=Data&num=' + url, 'mini','width=300,height=200,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no,fullscreen=no,titlebar=no');
}

function txtopen() {
document.getElementById('hdtxt').style.display='block'
}

function txtclose() {
document.getElementById('hdtxt').style.display='none'
}
