<!--
// preload images: top-right
var image1topright=new Image()
image1topright.src="img/top-right1.gif"
var image2topright=new Image()
image2topright.src="img/top-right2.gif"
var image3topright=new Image()
image3topright.src="img/top-right3.gif"
var image4topright=new Image()
image4topright.src="img/top-right4.jpg"
var image5topright=new Image()
image5topright.src="img/top-right5.jpg"
var image6topright=new Image()
image6topright.src="img/top-right6.jpg"
var image7topright=new Image()
image7topright.src="img/top-right7.jpg"
var image8topright=new Image()
image8topright.src="img/top-right8.jpg"
var image9topright=new Image()
image9topright.src="img/top-right9.jpg"
var image10topright=new Image()
image10topright.src="img/top-right10.jpg"
var image11topright=new Image()
image11topright.src="img/top-right11.jpg"
var image12topright=new Image()
image12topright.src="img/top-right12.jpg"
var image13topright=new Image()
image13topright.src="img/top-right13.jpg"
var image14topright=new Image()
image14topright.src="img/top-right14.jpg"
var image15topright=new Image()
image15topright.src="img/top-right15.jpg"
var image16topright=new Image()
image16topright.src="img/top-right16.jpg"
var image17topright=new Image()
image17topright.src="img/top-right17.jpg"
// preload images: middle-right
var image1middleright=new Image()
image1middleright.src="img/middle-right1.jpg"
var image2middleright=new Image()
image2middleright.src="img/middle-right2.jpg"
// coordinate slideshow: top-right
var steptopright=1
var whichimagetopright=1
function slideit_topright()
	{
	if (!document.images)
	return
	//If the browser is IE 4.x
	if (document.all)
	slidetopright.filters.blendTrans.apply()
	document.images.slidetopright.src=eval("image"+steptopright+"topright.src")
	//If the browser is IE 4.x
	if (document.all)
	slidetopright.filters.blendTrans.play()
	whichimagetopright=steptopright
	if (steptopright<17)
	steptopright++
	else
	steptopright=1
	setTimeout("slideit_topright()",9000)
	}
// coordinate slideshow: middle-right
var stepmiddleright=1
var whichimagemiddleright=1
function slideit_middleright()
	{
	if (!document.images)
	return
	//If the browser is IE 4.x
	if (document.all)
	slidemiddleright.filters.blendTrans.apply()
	document.images.slidemiddleright.src=eval("image"+stepmiddleright+"middleright.src")
	//If the browser is IE 4.x
	if (document.all)
	slidemiddleright.filters.blendTrans.play()
	whichimagemiddleright=stepmiddleright
	if (stepmiddleright<2)
	stepmiddleright++
	else
	stepmiddleright=1
	setTimeout("slideit_middleright()",9000)
	}
//-->