
	var go_class_change = function(arg1, arg2, arg3, arg4){
		jQuery("#"+arg1).removeClass(arg2);
		jQuery("#"+arg1).addClass(arg3);

		if(arg4 != "0"){
			if (document.GrandIfrm && document.GrandIfrm.location) {
				document.GrandIfrm.location.href = "/Include/GI_Home/Booth_View_Cnt.asp?Booth_No="+arg4;
			}
		}
	}

	var go_end_date_view = function(arg1, arg2){
		if(arg2 == "2"){
			jQuery("#devSubjectDate"+arg1).show();
		}else {
			jQuery("#devSubjectDate"+arg1).hide();
		}
	}
