// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment

// Begin jMedia Components
$(document).ready(
function() {
	$("#DynaButtons1").media({ width: 390, height: 25, src: 'DynaButtons.class', title: 'DynaButtons',
		params: { codebase: '../', archive: 'DynaButtonsDeploy.jar', 'Orientation': 'Horizontal', 'ButtonImage': '../DynaButtons/butt1.gif', 'HighliteImage': '../DynaButtons/butt2.gif', 'TextJustification': '5', 'TextAlignment': '4672', 'ButtonFont': 'verdana', 'FontSize': '10', 'FontColor': '16777215', 'HighliteFontColor': '16777215', 'Bold': 'True', 'BackgroundColor': '16777215', 'ButtonText0': 'DC Power', 'URL0': '../html/dc_power.html', 'ButtonText1': 'Inverters', 'URL1': '../html/inverters.html', 'ButtonText2': 'Rectifiers', 'URL2': '../html/rectifiers.html', 'X Position': '199', 'Y Position': '167' }
	});
});
// End jMedia Components

