
function w1_open(id)
{	fenster=window.open('http://aust-konzerte.com/info.php?e_info='+id+'&ref=asd','xyz','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=410');
	fenster.focus();
}