// JavaScript Document
function getheader(path){
var prm;
prm =  '<table border="0" cellspacing="0" cellpadding="0">';
prm += '<tr>';
prm += '<td rowspan="2"><a href="'+path+'index.html"><img src="'+path+'image/head/head.gif" width="627" height="91" border="0"></a></td>';
prm += '<td><a href="'+path+'../index.html"><img src="'+path+'image/head/japanese.gif" width="173" height="30" border="0"></a></td>';
prm += '</tr>';
prm += '<tr>';
prm += '<td><a href="http://www.atpworldtour.com/" target="_blank"><img src="'+path+'image/head/atp.gif" width="173" height="61" border="0"></a></td>';
prm += '</tr>';
prm += '</table>';
return(prm);
}
