function LangChange( form ) {

	var newIndex = uichange.lang.selectedIndex;
    cururl = uichange.lang.options[ newIndex ].value;
    window.location.assign( cururl );

	}

function StyleChange( form ) {

	var newIndex = uichange.style.selectedIndex;
    cururl = uichange.style.options[ newIndex ].value;
    window.location.assign( cururl );

	}
	
// Disclaimer DHTML
// Copyright SexyTools.be 2008

function ScanCookie(variable)
{
 cook=document.cookie;
 variable+="=";
 place=cook.indexOf(variable,0);
 if(place<=-1) return("0");
 else
 {
  end=cook.indexOf(";",place)
  if(end<=-1) return(unescape(cook.substring(place+variable.length,cook.length)));
  else return(unescape(cook.substring(place+variable.length,end)));
 }
}

function Entrer()
{
 document.cookie="disclaimerok=oui;path=/;";
 if(document.getElementById) document.getElementById("disclaimer").style.display='none'
 top.location.href=location.href;
}

if(ScanCookie("disclaimerok")==0)
{
 document.write("<div id=disclaimer><div id=disclaimer-fond></div><div id=disclaimer-conteneur>");
 document.write("<div id=disclaimer-cadre>");
 document.write("<b>CONTENTS OF THIS WEBSITE IS ONLY FOR MATURE AUDIENCE</b>");
 document.write("<br><br>Contents of this website including sexually explicit images and videos is only for mature audience. They may be hurt people and not suit for under age. By entering, you agree to have understand we said above.");
 document.write("<br><br>Click to ENTER to enter");
 document.write("<br><br>Click on EXIT to exit.");
 document.write("<br><br>");
 document.write("<a href='#' onclick='Entrer(); return(false)'>ENTER</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href='http://www.google.com/'>EXIT</a>");
 document.write("</div>");
 document.write("</div></div>");
 document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}	