//PopUp Gallery Window
try
{
	var galleryWin = null;
	function LaunchWin() {
	galleryWin = window.open("gallery.html","gallery", config="width=505,height=620,top=0,left=0,toolbar=1,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=1");
	if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 2 )) 
		{
		galleryWin = window.open("gallery.html","gallery", config="width=505,height=620,top=0,left=0,toolbar=1,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=1");
		}
	}
}
catch(err)
{
	onerror = redirect;
	function redirect(){
	parent.location='springsallad_kontakt.html'}

}
function closeWin() {
  if (galleryWin != null && galleryWin.open) galleryWin.close();
} 
