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

