var _ERROR = new Array();
_ERROR[0] = '*Indicare il #';
_ERROR[1] = '*Indicare un indirizzo email valido';
_ERROR[2] = '*Indicare almeno un indirizzo destinatario valido';
_ERROR[3] = '*Per inoltrare il messaggio &egrave; necessario accettare le condizioni sulla privacy';
function isValidMail(val){regEx=/^[A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+[.][A-Za-z]{2,6}$/;if(!regEx.test(val))return false;else return true}
function setError(obj,index,lbl){$('#lab_'+obj).addClass('err');$('#'+obj).addClass('err');$('div[rel='+obj+']').html(_ERROR[index].replace('#',lbl)).show();return false}
$(document).ready(function(){
	$('div.menu_sx div.menu_block A.voice').hide();$('div.menu_sx div.menu_block A.group').each(function(){var subLink=$(this).parent('div').children('A.voice');if(subLink.length>0){$(this).removeAttr('href');$(this).click(function(){if($(this).hasClass('on')){subLink.slideUp('fast');$(this).removeClass('on')}else{subLink.slideDown('fast');$(this).addClass('on')}})}});$('div.menu_sx div.menu_block A.group.on').parent('div').children('A').show();
	setTimeout(function(){
  if($('.SalusCat').length>0) {return;}
	var cnt=$('.content .elenco');if(cnt.length==0){cnt=$('.content .articolo')}if(cnt.length==0){cnt=$('.content .frm_contatti')}if(cnt.length==1){var delta=0;delta-=cnt.css('marginBottom').noPixel();delta-=cnt.css('marginTop').noPixel();delta-=cnt.css('paddingBottom').noPixel();delta-=cnt.css('paddingTop').noPixel();delta-=cnt.css('border-bottom-width').noPixel();delta-=cnt.css('border-top-width').noPixel();var h=$('#wrap').height()+delta;cnt.animate({height:h},200)}},500);
	$('#art_toolbar_bt>A').each(function(){$(this).children('span').hide();$(this).mouseover(function(){var o=$(this).children('span');var p=$(this).offset();o.css({"position":"absolute","top":(p.top-30)+"px","left":(p.left-o.outerWidth()+25)+"px"});o.fadeIn('slow')});$(this).mouseout(function(){$(this).children('span').hide()})});
	$('div.image>IMG').each(function(){var o=$(this);var img=new Image();img.src=o.attr('src');var sFnc="if(o.width()<img.width){";sFnc+="o.parent('div').append('<span class=\"objpreview_zoom_ico\" title=\"Zoom immagine\"></span>');";sFnc+="o.parent('div').children('span').fadeOut('fast');";sFnc+="o.parent('div').css({'cursor':'pointer'});";sFnc+="o.parent('div').mouseenter(function(){$(this).children('span').fadeIn('fast');});";sFnc+="o.parent('div').mouseleave(function(){$(this).children('span').fadeOut('fast');});";sFnc+="o.parent('div').click(function(){FullScreenObjectPreview(img.src,'image');});";sFnc+="}";if($.browser.msie){$(img).ready(function(){eval(sFnc)})}else{$(img).load(function(){eval(sFnc)})}});
	if($('.elenco div.block').length==1){if($('div.pagenav>div.pagnavtot>span').html()>1){return;};location.href=$('.elenco div.block>h2>a').attr('href');}
});
$('div.faq').ready(function(){$('div.faq div.block').each(function(){$(this).children('div.both').hide();$(this).children('h4').click(function(){var resp=$(this).next('div.both');if(resp.css('display')=='none'){var r=resp.children('div.right');var l=resp.children('div.left');if(r.html()==''){l.width(l.css('maxWidth'))}else{l.width(l.css('width'))}resp.slideDown(100);$(this).addClass('on')}else{resp.slideUp('fast');$(this).removeClass('on')}})})});
function segnala_amico(){FullScreenObjectPreview('/inc/obj_salusnet/segnala_amico_form.asp','page');}


String.prototype.CrLf_To_Br = function(){return this.replace(/\n/g,'<br>').replace(/\r/g,'<br>');}
