var id=0;
var toc_size=1;
function getMovie() {
    var M$ =  navigator.appName.indexOf("Microsoft")!=-1
return (M$ ? window : document)["book"]
}
function sendSetVariable() {
var value = id;

var movie = getMovie()
if(document.book) {
	movie.SetVariable("id", value);
	movie.SetVariable("toc_size", toc_size);
	} 

}
function id()
{
return id;
}