
$(document).ready(function(){

(function(){
	var _flgIsTouch = false;
	(function() {
		if ("ontouchstart" in document.documentElement) { _flgIsTouch = true; }
		else{ _flgIsTouch = false; } 
	})();
	$('#icDrpNav li').hover(        
		function () {  $('ul', this).slideDown(200); },         
		function () {  $('ul', this).slideUp(200);} 
    );
	$('#icDrpNav li').click(function(){ 
		if(!_flgIsTouch) { return true; }
		if($('ul', this).is(':hidden')){ $('ul', this).slideDown(200);
		} else { $('ul', this).slideUp(200);}
		return false;
	});
})();//End IcDrpNav

//Update email
$(".eml").html('e-m' + 'ail: <' + 'a hr' + 'ef="mai' + 'lto:in' + 'fo@' + 'caseworkscrating.c' + 'om">info@caseworkscrating.com</a>');

});

