var FrontComContent_detail01={
/* html分页 */
showHTML:function(compId,csshtml,idhtml){
		jQuery("#"+compId+" ."+csshtml).hide();
		jQuery("#"+compId+" #"+idhtml).show();
	}
}
