// JavaScript Document
var features = 'scrollbars=yes,resizable=yes,width=600,height=500';
function popupwin(theURL, winName)
{
  window.open(theURL,winName,features);
}

document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="5">');
document.write('<tr valign="top">');
//document.write('<td width="55" align="left">');
//document.write('<a href="#" onclick="popupwin(\'advertising.html\', \'Advertising\')">');
//document.write('<img src="images/btn_postad.gif" width="50" height="10" border="0" vspace="5">');
//document.write('</a>');
//document.write('</td>');                   
document.write('<td width="80" align="left">');
document.write('<a href="#" onclick="popupwin(\'tos.html\', \'Terms_of_service\')">');
document.write('<img src="images/btn_ser_rule.gif" width="75" height="10" border="0" vspace="5">');
document.write('</a>');
document.write('</td>');                      
document.write('<td width="68" align="left">');
document.write('<a href="#" onclick="popupwin(\'privacy.html\', \'Privact_Policy\')">');
document.write('<img src="images/btn_privacy.gif" width="63" height="10" border="0" vspace="5">');
document.write('</a>');
document.write('</td>');                      
document.write('<td width="53" align="left">');
document.write('<a href="#" onclick="popupwin(\'disclaimer.html\', \'Disclaimer\')">');
document.write('<img src="images/btn_res.gif" width="48" height="10" border="0" vspace="5">');
document.write('</a>');
document.write('</td>');                 
document.write('<td align="right">');
document.write('<img src="images/img_mtr_logo.gif" width="245" height="33" vspace="5">');
document.write('</td>');                    
document.write('</tr>');                  
document.write('</table>');