	// help_tip 400 related handlers
	$.each($(".help_tip_400"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_wrapper_400">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+ tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_wrapper_400', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help_tip_wrapper_400', span).fadeOut(100);
		});
	});
	// help_tip 450 related handlers
	$.each($(".help_tip_450"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_wrapper_450">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+ tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_wrapper_450', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help_tip_wrapper_450', span).fadeOut(100);
		});
	});
	// help_tip 450 related handlers
	$.each($(".help_tip_350-1"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_wrapper_340">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+ tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_wrapper_340', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help_tip_wrapper_340', span).fadeOut(100);
		});
	});
	// help_tip_zero related handlers
	$.each($(".help_tip_zero"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_wrapper_zero">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_wrapper_zero', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help_tip_wrapper_zero', span).fadeOut(100);
		});
	});
	// help_tip_zero related handlers
	$.each($(".help_tip_405"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_text_wrap">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_text_wrap', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help_tip_text_wrap', span).fadeOut(100);
		});
	});
	// help_tip_zero related handlers
	$.each($(".help_tip_260"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_wrapper_260">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_wrapper_260', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help_tip_wrapper_260', span).fadeOut(100);
		});
	});
	// help_tip_textarea related handlers
	$.each($(".help_tip_text_400"), function (i, span){
		$('textarea', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_text_wrap_400">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_text_wrap_400', span).fadeIn(600);
		});
		$('textarea', span).blur(function() {
			$('.help_tip_text_wrap_400', span).fadeOut(100);
		});
	});
	// help_tip_textarea related handlers
	$.each($(".help_tip_textar"), function (i, span){
		$('textarea', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_text_wrap">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_text_wrap', span).fadeIn(600);
		});
		$('textarea', span).blur(function() {
			$('.help_tip_text_wrap', span).fadeOut(100);
		});
	});
	// help_tip_textarea 260 related handlers
	$.each($(".help_tip_text_260"), function (i, span){
		$('textarea', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_textar_260">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_textar_260', span).fadeIn(600);
		});
		$('textarea', span).blur(function() {
			$('.help_tip_textar_260', span).fadeOut(100);
		});
	});
	// desc_tip zero related handlers
	$.each($(".desc_tip"), function (i, span){
		$('textarea', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="desc_tip_wrap">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.desc_tip_wrap', span).fadeIn(600);
		});
		$('textarea', span).blur(function() {
			$('.desc_tip_wrap', span).fadeOut(100);
		});
	});
	// help_tip_dropdown 400 related handlers
	$.each($(".help_tip_list_400"), function (i, span){
		$('select', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="sel_list_20">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.sel_list_20', span).fadeIn(600);
		});
		$('select', span).blur(function() {
			$('.sel_list_20', span).fadeOut(100);
		});
	});
	// help_tip_dropdown 260 related handlers
	$.each($(".help_tip_list_330"), function (i, span){
		$('select', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_wrapper_330">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_wrapper_330', span).fadeIn(600);
		});
		$('select', span).blur(function() {
			$('.help_tip_wrapper_330', span).fadeOut(100);
		});
	});
	// help_tip_wrapper 210 related handlers
	$.each($(".help_tip_210"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_wrapper_210">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_wrapper_210', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help_tip_wrapper_210', span).fadeOut(100);
		});
	});
	// help_tip_wrapper 220 related handlers
	$.each($(".help_tip_220"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_wrapper_220">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_wrapper_220', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help_tip_wrapper_220', span).fadeOut(100);
		});
	});
	// help_tip_code country code for mobile no
	$.each($(".help_tip_code"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_code_wrap">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_code_wrap', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help_tip_code_wrap', span).fadeOut(100);
		});
	});
	// help_tip_wrapper 210 related handlers
	$.each($(".help_tip_public"), function (i, span){
		$('input', span).click(function() {
			if($('#signed_in').attr('checked') == true){
				var tip = $("div.title", span).html();
				$(span).append(
					'<div class="help_tip_wrapper">'
						+'<div class="help_pointer"></div>'
						+'<div class="help_tip_bg">'
							+tip
						+'</div>'
					+'</div>'
				);
				$('.help_tip_wrapper', span).fadeIn(100).fadeOut(8000);
			}
			else{
				$('.help_tip_wrapper', span).fadeOut(100);
			}
		});
		//$('input', span).change(function() {
			//$('.help_tip_wrapper', span).fadeOut(100);
		//});
	});
//new help tips
	// help-tips for reg page 400 related handlers
	$.each($(".help-name"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help-r-name">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+ tip
					+'</div>'
				+'</div>'
			);
			$('.help-r-name', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help-r-name', span).fadeOut(100);
		});
	});
	// help-tips for reg page 400 related handlers
	$.each($(".help-199"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help-199-l">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help-199-l', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help-199-l', span).fadeOut(100);
		});
	});
	// help_tip 180 related handlers
	$.each($(".help_tip"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help-200">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+tip
					+'</div>'
				+'</div>'
			);
			$('.help-200', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help-200', span).fadeOut(100);
		});
	});
	// help_tip title for listing add page related handlers
	$.each($(".help_tip_title"), function (i, span){
		$('input', span).focus(function() {
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_title_wrap">'
					+'<div class="help_pointer"></div>'
					+'<div class="help_tip_bg">'
						+ tip
					+'</div>'
				+'</div>'
			);
			$('.help_tip_title_wrap', span).fadeIn(600);
		});
		$('input', span).blur(function() {
			$('.help_tip_title_wrap', span).fadeOut(100);
		});
	});
	// help_tip name for listing add page related handlers
	var span = $("span.checkboxes");
	span.hover(
		function(){
			console.log("hover in");
			var tip = $("div.title", span).html();
			$(span).append(
				'<div class="help_tip_name_wrap">'
				+'<div class="help_pointer"></div>'
				+'<div class="help_tip_bg">'
				+ tip
				+'</div>'
				+'</div>'
				);
			$('.help_tip_name_wrap').fadeOut(100);
			$('.help_tip_name_wrap', span).fadeIn(600);
		},
		function () {
			console.log("hover out");
			$('.help_tip_name_wrap').fadeOut(100);
		}
	);
