  function gtMail(his_id) {
    if ( document.getElementById(his_id).value != "5") 
      {document.getElementById(his_id).value ='nospam'};
  } 
  $(function() {
    $(document).ready(function() {
	$("a.group").fancybox({
		'speedIn':300,
		'speedOut':	300,
		'overlayColor':'#000',
		'overlayOpacity':0.7,
        }); 
       $("body").removeClass("js_disable");
       return false;
    });
  });






