//
//Resistor color code calculators
//
//(c)hobby-hour.com
//
function display_value2bands_calculator()
{
document.write('<iframe src="http://www.hobby-hour.com/electronics/res/resistor_bands.php" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>');
}

function display_resistor_calculator()
{
document.write('<div style="float:left;margin:0px 5px 0px 4px;"><iframe src="http://www.hobby-hour.com/electronics/res/resistor_calc.php" style="width:468px;height:60px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></div><div style="font-size:10px;color:#555555;margin:15px 4px 0px 0px;">Tip: See also the resistor <i>value to color code</i> calculator on <a href="http://www.hobby-hour.com/electronics/resistorcalculator.php" title="Resistor value to color code (and color code to value) calculator">this page...</a><div style="margin-top:16px;"> </div></div>');
}

