function changeSpectacle(id) {
	showHideContent(false,1);
//	url=document.location.href.substring(0, document.location.href.indexOf('/',7))+'/index.php';
url='http://www.webserverone.net/projects/theatre140/index.php';
	request={"url": url,"class": "ajax_140_changeSpectacle","indicator": "changeSpectacleIndicator","javascript": "initShowHideDivs();showHideContent(false,1);"};
	data={"spectacleId": id};
	sendRequest(request,data);
}

