function remvmi() {
	$("div.smallCaptionTxt").each(function(){
										$(this).css("display","none");
										});

	$("div[id*='rotation_bt']").each(function(){
										$(this).css("display","none");
										});
	$("div[id*='zmBt']").each(function(){
										$(this).css("display","none");
										});
	$("div[id*='ani2']").each(function(){
									//	$(this).css("width","150px");
									//	$(this).css("left","-150px");
									//	$(this).css("top","10px");
										$(this).css("display","none");
										});
	$("div[id*='ani2'] img").each(function(){
										$(this).css("margin-left","20px");
										$(this).css("margin-right","20px");
										$(this).css("margin-top","0px");
										});
//  $("#vmi_cttl2").css("display","none");
//	$("#vmi_cttl3").css("display","none");
//	$("#vmi_cttl4").css("display","none");
//	$("div.smallCaptionTxt h3").css("display","none");
};
