// JavaScript Document
function map_honsya()
{
sub = window.open("../company/map_honsya.html","map01","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=630,height=870");
}
function map_tokyo()
{
sub = window.open("../company/map_tokyo.html","map02","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=630,height=870");
}
function map_osaka()
{
sub = window.open("../company/map_osaka.html","map03","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=630,height=870");
}
function map_kyoto()
{
sub = window.open("../company/map_kyoto.html","map04","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=630,height=870");
}
function map_chung()
{
sub = window.open("../company/map_chung.html","map05","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=630,height=870");
}