Protokoll = self.location.protocol;
Pfad = self.location.pathname;
Basis = Protokoll + '//' + Pfad.substring(1,Pfad.length-11)
neues_Fenster = null;
function Zeigen(Bild0,Titel0,Breite0,Hoehe0)
{
Bild = Bild0;
Titel = Titel0;
Breite = Breite0;
Hoehe = Hoehe0;
zu();
setTimeout("sichtbar()",1000);
}
function sichtbar()
{
Fenster_Hoehe = Hoehe + 0;
Fenster_Breite = Breite + 0;
Optionen = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,height='+Fenster_Hoehe+',width='+Fenster_Breite;
neues_Fenster = window.open('','',Optionen)
with (neues_Fenster)
{
document.writeln('
' + Titel + '');
document.writeln('');
document.writeln(' | ');
document.writeln('
');
}
}
function zu()
{
if (neues_Fenster != null)
if (!neues_Fenster.closed)
neues_Fenster.close();
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function plan()
{
var vk =
window.open("lageplan.php", "weinverkauf", "width=480,height=450,resizable=0,scrollbars=0,status=0,menubar=0,toolbar=1,location=0");
vk.focus();
}
function jause()
{
var jausek =
window.open("jause.php", "jause", "width=550,height=550,resizable=0,scrollbars=1,status=0,menubar=0,toolbar=0,location=0");
jausek.focus();
}
function getraenke()
{
var getraenkek =
window.open("getraenke.php", "getraenke", "width=610,height=550,resizable=0,scrollbars=1,status=0,menubar=0,toolbar=0,location=0");
getraenkek.focus();
}
function sitemap()
{
var sitem =
window.open("sitemap.php", "sitemap", "width=670,height=215,resizable=0,scrollbars=0,status=0,menubar=0,toolbar=0,location=0");
sitem.focus();
}
function personeninnen()
{
var persi =
window.open("kontakt_innen.php", "personeninnen", "width=550,height=550,resizable=0,scrollbars=1,status=0,menubar=0,toolbar=0,location=0");
persi.focus();
}
function personenaussen()
{
var persa =
window.open("kontakt_aussen.php", "personenaussen", "width=550,height=550,resizable=0,scrollbars=1,status=0,menubar=0,toolbar=0,location=0");
persa.focus();
}