
function show_img(img)
{
	document.getElementById('overlay_image').src='/2007/img/breakout/'+'gross_'+img;
	document.getElementById('overlay').style.display='block';
}

function Xgrossb(gal,img)
{
	//window.alert('/2007/img/fotos/'+gal+'/gross_'+img);
	src='/2007/img/fotos/'+gal+'/gross_'+img;
	w=window.open(src,
		'showing',
		'width=500,height=500,location=no,status=no,toolbar=no,menubar=no');
	w.focus();
	
}


function grossb(gal,img)
{
	w=window.open('about:blank','bildhier','menubar=no;toolbar=no,width=400,height=400');
	html="<html><head><title>Fotogalerie Nils Althaus 2006</title>"
	+"</head>"
	+"<body id='main' onload=\"document.getElementById('main').style.margin='0'; "
	+"if (document.getElementById('mainimg').width==600) window.resizeTo(605,430); "
	+"else window.resizeTo(405,630); "
	+"if (document.getElementById('mainimg').width==0) window.resizeTo(605,630);\">"
	+"<img id='mainimg' src='"
	+'/2007/img/fotos/'+gal+'/gross_'+img
	+"'></body></html>";
	w.document.write(html);
	w.document.close();		
	w.focus();
}



function lieder_loose()
{
	window.open('lieder_loose.php','Loose','width=260,height=410,toolbar=no,scrollbars=no,statusbar=no');
}


function film_luege()
{
	window.open('film_luege.php','Luege','width=360,height=228,toolbar=no,scrollbars=no,statusbar=no');	
}

function play_song(that)
{
	w=window.open(that.href,
		'Playing',
		'width=300,height=100,location=no,status=no,toolbar=no,menubar=no');
	w.focus();
	//w.document.titel='Playing Sound Sample';
}







