var txt='';
txt = txt +'<table border="0" align = "center" width="100%" cellpadding="0" cellspacing="15">';
txt = txt +'<tr>';
txt = txt +'<td>';
txt = txt +'	<font face="Verdana, Arial, Helvetica,sans-serif" size="5">';
txt = txt +'STATMAN.INFO</font>';

txt = txt +'<br>';
txt = txt +'<br>';
txt = txt +'Site Contents:<br><br>';
txt = txt +'General conversions:<br>';
txt = txt +'<a href="acceleration.html" target="_self"> <U>acceleration conversion</U> </a> <br>';
txt = txt +'<a href="angles.html" target="_self"><U>angle conversion</U> </a> <br>';
txt = txt +'<a href="area.html" target="_self"><U>area conversion</U> </a> <br>';
txt = txt +'<a href="energy.html" target="_self"><U>energy conversion</U> </a> <br>';
txt = txt +'<a href="force.html" target="_self"><U>force conversion</U> </a> <br>';
txt = txt +'<a href="fuel_consumption.html" target="_self"><U>fuel consumption conversion</U> </a><br>';
txt = txt +'<a href="length.html" target="_self"><U>length/distance conversion</U> </a> <br>';
txt = txt +'<a href="mass.html" target="_self"><U>mass/weight conversion</U> </a> <br>';
txt = txt +'<a href="power.html" target="_self"><U>power conversion</u></a> <br>';
txt = txt +'<a href="pressure.html" target="_self"><U>pressure conversion</u></a> <br>';
txt = txt +'<a href="temperature.html" target="_self"><U>temperature conversion</U> </a> <br>';
txt = txt +'<a href="torque.html" target="_self"><u>torque conversion</u></a><br>';
txt = txt +'<a href="volume.html" target="_self"><U>volume conversion</U> </a> <br>';
txt = txt +'<br>';
txt = txt +'Electrical conversions:<br>';
txt = txt +'<a href="capacitance.html" target="_self"><U>capacitance conversion</U> </a> <br>';
txt = txt +'<a href="current.html" target="_self"><U>current conversion</U> </a> <br>';
txt = txt +'<a href="inductance.html" target="_self"><U>inductance conversion</U> </a> <br>';
txt = txt +'<a href="potential.html" target="_self"><U>potential conversion</U> </a> <br>';
txt = txt +'<a href="resistance.html" target="_self"><U>resistance conversion</U> </a> <br>';
txt = txt +'<br>';
txt = txt +'Numeric conversions:<br>';
txt = txt +'<a href="hexadecimal.html" target="_self"><U>hexadecimal to decimal</U> </a> <br>';
txt = txt +'<a href="octal.html" target="_self"><U>octal to decimal</U> </a> <br>';
txt = txt +'<a href="roman_numerals.html" target="_self"><U>Roman numerals to decimal</U> </a> <br>';
txt = txt +'<br>';
txt = txt +'Tables:<br>';
txt = txt +'<a href="clothes_sizes.html" target="_self"><u>Womens dress and suit sizes</a><br>';
txt = txt +'<a href="womens_shoes.html" target="_self"><u>Womens shoes sizes</u></a><br>';
txt = txt +'<a href="mens_shirts.html" target="_self"><u>Mens shirt sizes</u></a><br>';
txt = txt +'<a href="mens_suits.html" target="_self"><u>Mens suit sizes</u></a><br>';
txt = txt +'<a href="mens_shoes.html" target="_self"><u>Mens Shoes sizes</u></a><br>';
txt = txt +'<a href="morse_code.html" target="_self"><u>morse code</u></a><br>';
txt = txt +'<a href="number_scales.html" target="_self"><u>scales of numbers</u></a><br>';
txt = txt +'<a href="wind_force.html" target="_self"><u>wind force</u></a><br>';
txt = txt +'</U> </a> <br>';
txt = txt +'</td>';
document.write(txt);