function picWindow(tid){

	bild = window.open("pics.php?tid="+tid, "Bilder", "width=790,height=400,left=100,top=200,scrollbars=yes");
	bild.focus();
}


function newwin_galerie(url,name){

	bild = window.open(url, name, "width=780,height=550,left=50,top=50,scrollbars=yes");
	bild.focus();
}

function newwin_grossbild(url,name){

	bild = window.open(url, name, "width=580,height=600,left=50,top=50,scrollbars=yes");
	bild.focus();
}

