function linkme(loc)
{
	if(loc.value)
	{
		ref = loc.options[loc.selectedIndex].value;
		location.href = ref;
	}
}

function win(datei, breite, hoehe, links, oben)
{
	props = "scrollbars=yes,status=no,titlebar=no,location=no,menubar=no,width="+breite+", height="+hoehe+"";
	nwin = window.open(datei,"popwin",props);
	nwin.moveTo(links, oben);
}

function simpleWin(id)
{
	props = "scrollbars=yes,status=no,titlebar=no,location=no,menubar=no,width=650, height=400, top=0, left=0";
	nwin = window.open( "pop_0.php"+id, "", props );
}
