		
hijackMouseWheel = function(){

                             
		//alert('aaaaaaaaaaa');
         var _onmousewheel = document.onmousewheel;
         var _unityelement = document.getElementById('UnityObject');
		 
         _unityelement.onmouseover = function(){
		 	
          document.onmousewheel = function(){return false;};
         };



         _unityelement.onmouseout = function(){

          document.onmousewheel = _onmousewheel;

         };

                             

};



   
function toggleHidePlayer(id1, id2){
    var el = document.getElementById(id1);
    var e2 = document.getElementById(id2);
    el.style.display = 'none';
    e2.style.display = 'block';
}
function fbs_click() {
	u=location.href;
	t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
	}
	
function over()
{
	var floatimg = document.getElementById("s3");
      floatimg.setAttribute("src", "../images/s3_over.jpg");
}
function out()
{
	var floatimg = document.getElementById("s3");
      floatimg.setAttribute("src", "../images/s3.jpg");
}

function clear_m(id)
{
	document.getElementById(id).value="";
}
