// open gallery
// <a href="javascript:gallery('mis');">weitere Bilder</a>

function gallery(gal) {
	path='http://wo-ist.net/cgi-bin/gallery.pl?gal='+gal;
	width=600;
	height=400;
	name='pics';
	prefs = "resizable=no,scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no,width="+width+",height="+height;
	thWin = window.open(path,name,prefs);
	thWin.focus();
} 
