
function moveinfo2(id,e,c)
{
	if(isMSIE || isOpera7)
	{
	    mousex=event.clientX+document.body.scrollLeft;
	    mousey=event.clientY+document.body.scrollTop;
	    off_x=document.body.scrollLeft;
	    off_y=document.body.scrollTop;
	}
	else if(isOpera)
	{
	    mousex=event.clientX;
	    mousey=event.clientY;
	    off_x=pageXOffset;
	    off_y=pageYOffset;
	}
	else if(isNC)
	{
	    mousex = e.pageX;
	    mousey = e.pageY;
	    off_x=pageXOffset;
	    off_y=pageYOffset;
	}
	else
	{
		return;
	}
	if(isMSIE)
	{
		vp_w=document.body.clientWidth;
		vp_h=document.body.clientHeight;
	}
	else
	{
		vp_w=innerWidth;
		vp_h=innerHeight;
	}	
	s=layer("info_"+id);
	s.show();
	if(c==1)
	{
		mousex=vp_w/2-s.getWidth()/2;
		mousey=vp_h/2-s.getHeight()/2;
	}
	else
	{
		if(mousex-off_x>vp_w/2)mousex-=s.getWidth()+10;else mousex+=10;
		if(mousey-off_y>vp_h/2)mousey-=s.getHeight()+10;else mousey+=10;
	}
	s.moveTo(mousex,mousey);
}

function moveinfo(id,e)
{
	moveinfo2(id,e,0);
}

function hideinfo(id)
{
	s=layer("info_"+id);
	s.hide();
}

function addBookmark(url, title) 
{ 
  if (!url) url = location.href; 
  if (!title) title = document.title; 
  
  //Gecko 
  if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) window.sidebar.addPanel ("LB-69 : Shemales, Ladyboys, Trannies - Free galleries, Forum, Pictures, Video", "http://www.lb-69.com", ""); 
  //IE4+ 
  else if (typeof window.external == "object") window.external.AddFavorite("http://www.lb-69.com", "LB-69 : Shemales, Ladyboys, Trannies - Free galleries, Forum, Pictures, Video"); 
  //Opera7+ 
  else if (window.opera && document.createElement) 
  { 
    var a = document.createElement('A'); 
    if (!a) return false; //IF Opera 6 
    a.setAttribute('rel','sidebar'); 
    a.setAttribute('href',url); 
    a.setAttribute('title',title); 
    a.click(); 
  } 
  else return false; 
  
  return true; 
} 

