<!--
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}


window.setInterval(toggle_point,700);
function toggle_point(){
$(".point").toggle();


}
$('.g_hom').click(function (){MM_goToURL('parent','/');return document.MM_returnValue;})

function ourtip(id){
 $('#t'+id).append("<span id='tip' ></span>");
 $('#tip').load('/comments/3.php');
	document.getElementById('tip').style.display = 'inline';
	}

function offr_tip (){
 $.post("/comments/3.php", { 
 KT_Insert1: "1", 
 of_name: document.getElementById('of_name3').value,
 ofer_mail: document.getElementById('ofer_mail3').value,
  },
   function(data) {
   $('#tip').html(data);
   
   });
 }


function offr (){
 $.post("/comments/5.php", { 
 v7: "1", 
 of_name: document.getElementById('of_name').value,
 ofer_mail: document.getElementById('ofer_mail').value,
 ofer_tel: document.getElementById('ofer_tel').value
  },
   function(data) {
   $('#formv7').html(data);
   
   });
 }
 
 function offr2 (){
 $.post("/comments/5.php", { 
 v7: "2", 
 of_name2: document.getElementById('of_name2').value,
 ofer_mail2: document.getElementById('ofer_mail2').value,
 ofer_tel2: document.getElementById('ofer_tel2').value
  },
   function(data) {
   $('#formv8').html(data);
   
   });
 }
 
   window.fbAsyncInit = function() {
     FB.init({appId: '105563572871621', status:  false, cookie: false,
              xfbml: true});
   };
   (function() {
     var e = document.createElement('script'); e.async = true;
     e.src = document.location.protocol +
       '//connect.facebook.net/he_IL/all.js';
     document.getElementById('fb-root').appendChild(e);
   }());
 //-->
