$(document).ready(function(){
	$("dd")
	   .filter("#optimEV1")
			.hide()
		.end()
		.filter("#optimEV2")
			.hide()
		.end();
	});		