function mouseover01(x01){ x01.style.color = '#0000ff'; x01.style.cursor = 'hand'; x01.style.textDecorationUnderline = true; } function mouseout01(x01){ x01.style.color = '#0055ff'; x01.style.textDecorationUnderline = false; } function window01(x01){ window.open('mailto:'+x01+'?subject=Message%20to%20INFO'); } function window02(x01){ open(x01,'index_narai'); }