var bildnr, letztes, cdnr;
letztes=59;
var seite;
var x,y;
var win;
var h,b;
h=screen.height;
b=screen.width;


function openCD(cdnr)
{ 
	openanf = window.open("popup_cd/"+cdnr+".php?cdnr="+cdnr, "CD", "width=480,height=600,scrollbars=yes, status=no, resizable=no");
	openanf.focus();
}

function anzeige(seite)
{
	fensterzu();
	win=window.open("galerie/anzeige.php?"+seite,"Info","height=500,width=650,menuebar=no,status=no,locationbar=no,resizable=no");
}

function openTermin(termin)
{ 
	openanf = window.open("popup_programm/"+termin+".php","Termin","height=550,width=800,menuebar=no, scrollbars=yes, status=no,locationbar=no,resizable=yes");
	openanf.focus();
}

function openGalerie(bildnr)
{ 
	openanf = window.open("wir_galerie_popup.php?bildnr="+bildnr,"Info","height=550,width=800,menuebar=no,status=no,locationbar=no,resizable=yes");
	openanf.focus();
}

function openDetail(foto,breit,hoch)
{ 
	openanf = window.open("fotos/"+foto+"_maxi.jpg","Detailbild","width="+breit+",height="+hoch+",menuebar=no,status=no,locationbar=no,resizable=yes");
	openanf.resizeTo(breit,hoch);
	openanf.focus();
}

function openAnfahrt()
{ 
	openanf = window.open("popup_anfahrt.html","Anfahrt","height=460,width=650,menuebar=no,status=no,locationbar=no,resizable=no");
	openanf.focus();
}

function openKalender(date)
{ 
	openanf = window.open("tourneetagebuch/popup_"+date+".php","Tagebuch","height=550,width=650,menuebar=no,status=no,locationbar=no,resizable=yes, scrollbars=yes");
	openanf.resizeTo(650,550);
	openanf.focus();
}

function openInterview(name)
{ 
	openanf = window.open("tourneetagebuch/interview_"+name+".php","Interview","height=550,width=650,menuebar=no,status=no,locationbar=no,resizable=yes, scrollbars=yes");
	openanf.resizeTo(650,550);
	openanf.focus();
}

function fensterzu()
{
  if (win!=null){win.close();}
}
