$(document).ready(function() {
$('#slideshow').Slides({
	images : [
 'images/book/1.jpg',
 'images/book/2.jpg',
 'images/book/3.jpg',
 'images/book/4.jpg',
 'images/book/5.jpg',
 'images/book/6.jpg',
 'images/book/7.jpg',
 'images/book/8.jpg',
 'images/book/9.jpg',
 'images/book/10.jpg',
 'images/book/11.jpg',
 'images/book/12.jpg',
 'images/book/13.jpg',
 'images/book/14.jpg',
 'images/book/15.jpg',
 'images/book/16.jpg',
 'images/book/17.jpg',
 'images/book/18.jpg',
 'images/book/19.jpg',
 'images/book/20.jpg',
 'images/book/21.jpg',
 'images/book/22.jpg',
 'images/book/23.jpg',
 'images/book/24.jpg',
 'images/book/25.jpg',
 'images/book/26.jpg',
 'images/book/27.jpg',
 'images/book/28.jpg',
 'images/book/29.jpg'],
	wait : 0,
	pause : 4000,
	fade : 3000
});

	$("#other-lang a").mouseover(function(){$('#other-lang a img').animate({opacity:0.6}, 'fast'); return false;}); 
	$("#other-lang a").mouseout(function(){$('#other-lang a img').animate({opacity:1}, 'slow'); return false;}); 

})

function unhideEmail(a,sx,dm,nm,ihtml){
	document.getElementById(a).href='mai' + 'lto:' + nm + String.fromCharCode(64) + dm  + String.fromCharCode(46) + sx;
	if (ihtml){
		document.getElementById(a).innerHTML=nm + String.fromCharCode(64) + dm  + String.fromCharCode(46) + sx;
	}
}
function hideEmail(a,ihtml){
	document.getElementById(a).href='javascript:;';
	if (ihtml)
		document.getElementById(a).innerHTML=ihtml;
}
