<!--- Code by Philip Wallin, wallin_philip@hotmail.com --->

var t=setTimeout("setSrc()",0)

var current_page = 0
var height = screen.availHeight

var name = new Array(10)
for(i=0;i<10;i++)
{
name[i] = "Andreas Cahling Color Photo #"+(i+41)
}

function setSrc()
{
document.getElementById("image0").src="images/color_photos3/andreas_cahling_color3_["+(0+current_page*20)+"]_s.jpg"
document.getElementById("image1").src="images/color_photos3/andreas_cahling_color3_["+(1+current_page*20)+"]_s.jpg"
document.getElementById("image2").src="images/color_photos3/andreas_cahling_color3_["+(2+current_page*20)+"]_s.jpg"
document.getElementById("image3").src="images/color_photos3/andreas_cahling_color3_["+(3+current_page*20)+"]_s.jpg"
document.getElementById("image4").src="images/color_photos3/andreas_cahling_color3_["+(4+current_page*20)+"]_s.jpg"
document.getElementById("image5").src="images/color_photos3/andreas_cahling_color3_["+(5+current_page*20)+"]_s.jpg"
document.getElementById("image6").src="images/color_photos3/andreas_cahling_color3_["+(6+current_page*20)+"]_s.jpg"
document.getElementById("image7").src="images/color_photos3/andreas_cahling_color3_["+(7+current_page*20)+"]_s.jpg"
document.getElementById("image8").src="images/color_photos3/andreas_cahling_color3_["+(8+current_page*20)+"]_s.jpg"
document.getElementById("image9").src="images/color_photos3/andreas_cahling_color3_["+(9+current_page*20)+"]_s.jpg"

document.getElementById("image0").alt=name[0]
document.getElementById("image1").alt=name[1]
document.getElementById("image2").alt=name[2]
document.getElementById("image3").alt=name[3]
document.getElementById("image4").alt=name[4]
document.getElementById("image5").alt=name[5]
document.getElementById("image6").alt=name[6]
document.getElementById("image7").alt=name[7]
document.getElementById("image8").alt=name[8]
document.getElementById("image9").alt=name[9]
}

function mouse_press(number)
{
var use_width = ((800*height/990-75)*0.75)
var use_height = (800*height/990-75)

var p=window.open('','','directories=0,menubar=0,status=0,titlebar=0,width='+use_width+',height='+(use_height+100),'')
p.document.write('<meta http-equiv="imagetoolbar" content="no"><img src="images/color_photos3/andreas_cahling_color3_['+(number-1+current_page*20)+'].jpg" width="'+use_width+'" height="'+use_height+'" onclick="window.close()"><p align="left"><b>'+name[number-1+current_page*20]+'</b><br><br>Click on the image to close</p>')
}

function mouse_over()
{
document.body.style.cursor="pointer"
}

function mouse_out()
{
document.body.style.cursor="auto"
}