﻿function ShowPhoto(strURL, strTitle, nW, nH, sScroll)
{
	var objWin = window.open(strURL,"Info","scrollbars="+sScroll+",resizable=yes,height="+(nH+112)+"px,width="+(nW+8)+"px,left=10px,top=10px");
	//objWin.document.write('<head><title>' + strTitle + '</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link rel="stylesheet" type="text/css" href="../style/style.css"><link rel="stylesheet" type="text/css" href="../../../style/style.css"><link rel="stylesheet" type="text/css" href="../../style/style.css"><link rel="stylesheet" type="text/css" href="style/style.css"></head>');
	objWin.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>' + strTitle + '</title><link rel="stylesheet" type="text/css" href="../style/style.css"><link rel="stylesheet" type="text/css" href="../../../style/style.css"><link rel="stylesheet" type="text/css" href="../../style/style.css"><link rel="stylesheet" type="text/css" href="style/style.css"></head>');
	objWin.document.write('<body id="foto">');
	//objWin.document.write('<h1>' + strTitle + '<span></span></h1>');
	objWin.document.write('<h1><i>' + strTitle + '</i><b></b></h1>');
	//objWin.document.write('<img src="' + strURL + '" alt="' + strTitle + ' | Zum Schließen bitte ins Bild klicken" onclick="window.close()">');
	objWin.document.write('<img src="' + strURL + '" alt="' + strTitle + ' | Zum Schließen bitte ins Bild klicken" onclick="window.close()">');
	objWin.document.write('<p>Zum Schließen bitte ins Bild klicken!</p></body></html>');
	objWin.document.close();
	return (typeof(objWin)!="object")?true:false;
}

function SwitchImage(id, src)
{
	document.getElementById(id).src = src;
}
function foto_1(status) {
	if (status) {
		SwitchImage('r_1a', '../images/foto-rest011a.jpg');
		SwitchImage('r_1b', '../images/foto-rest012a.jpg');
		SwitchImage('r_12a', '../images/foto-rest013a.jpg');
		SwitchImage('r_12b', '../images/foto-rest014a.jpg');
	} else {
		SwitchImage('r_1a', '../images/foto-rest011.jpg');
		SwitchImage('r_1b', '../images/foto-rest012.jpg');
		SwitchImage('r_12a', '../images/foto-rest022.jpg');
		SwitchImage('r_12b', '../images/foto-rest024.jpg');
	}
}
function foto_2(status) {
	if (status) {
		SwitchImage('r_2a', '../images/foto-rest021a.jpg');
		SwitchImage('r_2b', '../images/foto-rest023a.jpg');
		SwitchImage('r_2c', '../images/foto-rest027a.jpg');
		SwitchImage('r_2d', '../images/foto-rest026a.jpg');
		SwitchImage('r_12a', '../images/foto-rest022a.jpg');
		SwitchImage('r_12b', '../images/foto-rest024a.jpg');
		SwitchImage('r_23', '../images/foto-rest028a.jpg');
		SwitchImage('r_24a', '../images/foto-rest025a.jpg');
		SwitchImage('r_24b', '../images/foto-rest029a.jpg');
	} else {
		SwitchImage('r_2a', '../images/foto-rest021.jpg');
		SwitchImage('r_2b', '../images/foto-rest023.jpg');
		SwitchImage('r_2c', '../images/foto-rest027.jpg');
		SwitchImage('r_2d', '../images/foto-rest026.jpg');
		SwitchImage('r_12a', '../images/foto-rest022.jpg');
		SwitchImage('r_12b', '../images/foto-rest024.jpg');
		SwitchImage('r_23', '../images/foto-rest028.jpg');
		SwitchImage('r_24a', '../images/foto-rest025.jpg');
		SwitchImage('r_24b', '../images/foto-rest029.jpg');
	}
}
function foto_3(status) {
	if (status) {
		SwitchImage('r_3a', '../images/foto-rest031a.jpg');
		SwitchImage('r_3b', '../images/foto-rest032a.jpg');
		SwitchImage('r_23', '../images/foto-rest033a.jpg');
	} else {
		SwitchImage('r_3a', '../images/foto-rest031.jpg');
		SwitchImage('r_3b', '../images/foto-rest032.jpg');
		SwitchImage('r_23', '../images/foto-rest028.jpg');
	}
}
function foto_4(status) {
	if (status) {
		SwitchImage('r_4a', '../images/foto-rest041a.jpg');
		SwitchImage('r_4b', '../images/foto-rest042a.jpg');
		SwitchImage('r_4c', '../images/foto-rest043a.jpg');
		SwitchImage('r_24a', '../images/foto-rest044a.jpg');
		SwitchImage('r_24b', '../images/foto-rest045a.jpg');
	} else {
		SwitchImage('r_4a', '../images/foto-rest041.jpg');
		SwitchImage('r_4b', '../images/foto-rest042.jpg');
		SwitchImage('r_4c', '../images/foto-rest043.jpg');
		SwitchImage('r_24a', '../images/foto-rest025.jpg');
		SwitchImage('r_24b', '../images/foto-rest029.jpg');
	}
}	

