////////////////////////////////////////////////////////////

function showPic(pic, breite, hoehe)
{
	link="images/geraete/gebraucht/" + pic;
	
	scrollbars="no";
	resizable="no";
			
	var winH = (screen.width - breite) / 2;
	var winV = (screen.height - hoehe) / 2;
	fenster = 'height='+hoehe+',width='+breite+',top='+winV+',left='+winH+',scrollbars='+scroll+',resizable='+resizable;
      			
   	honk = window.open(link, "pic", fenster);
   	honk.focus();
}

////////////////////////////////////////////////////////////

function PopupFenster1(id,table) {
    F = window.open("anfrage.php?id="+id+"&table="+table,"Popup","width=385,height=521,left=10,top=10");
    F.focus();
}

////////////////////////////////////////////////////////////

function PopupAGB() {
    agb = window.open("agb.php","AGB","width=500,height=550,left=10,top=10,scrollbars=yes");
    agb.focus();
}
