/*function init() {
	            $('.inptbox, .emailinput').click(function() {
					$(this).removeAttr("value").css("color", "#000");
				});
				$('ul.sf-menu').superfish({
					speed: 'fast',
					delay: 500
				});
				$('.harrissites ul').hover(
					function() {
						$('.harrislink').addClass("harrislinkH");
					},
					function() {
						$('.harrislink').removeClass("harrislinkH");
				});
				$('.harrissites ul').hover(
					function() {
						$(this).parent().addClass("persistH");
					},
					function() {
						$(this).parent().removeClass("persistH");
				});
				$('.onlineservices ul').hover(
					function() {
						$('.onlineserviceslink').addClass("harrislinkH");
					},
					function() {
						$('.onlineserviceslink').removeClass("harrislinkH");
				});
				$('.onlineservices ul').hover(
					function() {
						$(this).parent().addClass("persistH");
					},
					function() {
						$(this).parent().removeClass("persistH");
				});
				$('#nav-2 ul').hover(
					function() {
						$(this).parent().addClass("persist2");
					},
					function() {
						$(this).parent().removeClass("persist2");
				});
				$('#nav-3 ul').hover(
					function() {
						$(this).parent().addClass("persist3");
					},
					function() {
						$(this).parent().removeClass("persist3");
				});
				$('#nav-4 ul').hover(
					function() {
						$(this).parent().addClass("persist4");
					},
					function() {
						$(this).parent().removeClass("persist4");
				});
				$('.bigger').click(function() {
					$('.subPageContent p').css({
						'fontSize': '16px',
						'lineHeight': '26px'
					});
					$('.subPageContent h2').css('fontSize', '24px');
					$('.subPageContent h3').css('fontSize', '16px');
				});
				$('.smaller').click(function() {
					$('.subPageContent p').css({
						'fontSize': '12px',
						'lineHeight': '18px'
					});
					$('.subPageContent h2').css('fontSize', '20px');
					$('.subPageContent h3').css('fontSize', '12px');
				});
				$(".tools a[title]").tooltip({
				        position: 'top center',
				        tipClass: 'toolsTip'
				    });
				$("a[href^=mailto:]").attr('title', 'Please do not include any sensitive or confidential information');
				$("a[href^=mailto:][title]").tooltip({
				        position: 'top center',
				        tipClass: 'emailTip'
				    });
                /*
		        $('a').filter(function() {
		            return this.hostname && this.hostname !== location.hostname;
		        }).click(function() {
					    var x = window.confirm('Third party web sites may have privacy and security policies different from Harris. Links to other web sites do not imply the endorsement or approval of such web sites. Please review the privacy and security policies of web sites reached through links from Harris web sites.');
					    var val = false;
					    if (x)
					        val = true;
					    else
					        val = false;
					    return val;
					});
					

	};*/
		        
  /*$(document).ready(function(){
  init()
    $("a.inline").fancybox({
        titleShow: false
    });
});*/

function checkLinkId(){
	if(!confirm('[!] Third party web sites may have privacy and security policies different from Harris. Links to other web sites do not imply the endorsement or approval of such web sites. Please review the privacy and security policies of web sites reached through links from Harris web sites.')){
		return false;
	}
}

/*function checkVideoLinkId(text){
	if(!alert(text)){
		return false;
	}
}*/
