(function($) {
	$(document).ready(function() {
	
	  // add linkless parent.only li items 
		// $("#superfish-1 > li.menuparent > a").removeAttr("href");
		
		
		/**
		 * Newsletter
		 */
		$('#fflly-fflly').bind('focus', function(){
			if ($(this).val() == 'Το email σας'){
				$(this).val('');
			}
			}).bind('blur', function(){
				if ($(this).val() == ''){
				$(this).val('Το email σας');
			}
		});
		
		/**
		 * Change language switcher block links to redirect to old site
		 */
		 $('.language-switcher-locale-url .de a').attr('href' , '/ge-index.html');
		 $('.language-switcher-locale-url .es a').attr('href' , '/sp-index.html');
		 $('.language-switcher-locale-url .fr a').attr('href' , '/fr-index.html');
		 $('.language-switcher-locale-url .nl a').attr('href' , '/du-index.html');


		
	});
})(jQuery);
;

