function bover(id)
{
   var x=document.getElementById(id);
   if (x) {
		x.style.color = "#6666AA";
		x.style.backgroundColor = "#EEEEF4";
		x.style.borderColor = "#9999DD";
   }
}

function bout(id)
{
   var x=document.getElementById(id);
   if (x) {
		x.style.color = "#888888";
		x.style.backgroundColor = "#EEEEEE";
		x.style.borderColor = "#BBBBBB";
   }
}

function mo(o){o.className=='stateoff'?o.className='stateon': o.className=o.className;}
function mx(o){o.className=='stateon'?o.className='stateoff': o.className=o.className;}
function mc(o){o.className='stateclicked';}




var curIdx=1;
var maxIdx=6;
var SlidePlaying=false;
var TimerId = 0;
var media_host="";
var mpath="";
var msz="1";

function StartSlide(s,id,mp,fr,max) {
	if (SlidePlaying==false) {
		msz=s;
		maxIdx=max;
		media_host=mp;
		mpath=fr;
		curIdx=0;
		TimerId=setTimeout("ShowSlide('" +id+ "')", 800);
		SlidePlaying=true;
	}
}
function StopSlide(id,mp) {
	//restore
	clearTimeout(TimerId);
	curIdx=mp;
	document.getElementById(id).src=media_host+"a"+curIdx+msz+"_"+mpath;
	maxIdx=6;
	TimerId=0;
	SlidePlaying=false;
	curIdx=1;
}
function ShowSlide(id){
	if (SlidePlaying==true) {
		if (curIdx==maxIdx) {
			curIdx=0;
		}
		curIdx++;
		document.getElementById(id).src=media_host+"a"+curIdx+msz+"_"+mpath;
		TimerId=setTimeout("ShowSlide('"+id+"')", 400);
		
	}
}

function GUI_ready(){
	if (domainName == 'truveo.com') {
		return;
	}
	if (top.location != location) {
		top.location.href = document.location.href ;
	}
	window.moveTo(0,0);
	if (document.all) {
		top.window.resizeTo(screen.availWidth,screen.availHeight);
	}
	else if (document.layers||document.getElementById) {
		if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth) {
			top.window.outerHeight = screen.availHeight;
			top.window.outerWidth = screen.availWidth;
		}
	}
}
function bookmarksite(){
	if (document.all) {
		window.external.AddFavorite("http://www.xxxyvideos.com/", "XXX Videos Porn Tube - Watch free xxx videos");
	} else if (window.sidebar) {
		window.sidebar.addPanel("XXX Videos Porn Tube - Watch free xxx videos", "http://www.xxxyvideos.com/", "")
	}
}
if (window != top) top.location.href = location.href;

