function linkquick(wahl) {
	var dieUrl = wahl.options[wahl.selectedIndex].value;
	/*alert(dieUrl);*/
	if ( dieUrl ) {
	location.href = dieUrl;
	}
}

var F0 = null;
var schauenurl = "/imageviewer.php";

function guckmal(bildurl) {
	F0 = window.open(schauenurl+"?bildchen="+bildurl,"bildchen","width=500, height=500, location=0, menubar=0, resizable=1, scrollbars=1, status=1, titlebar=0, toolbar=0, screenX=120, left=120, screenY=120, top=120");
}