//Javascript Sprachauswahl
<!--
function fenster()
{
 window.open(document.auswahl.Thema.options[document.auswahl.Thema.selectedIndex].value,"Fenster2");
}
//-->

//AGB popup
<!--
function showpopup1()
{

var popupURL="./agb.html";
var popup
popup=window.open(popupURL, "popup", 'toolbar=0,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=750,height=600,window.menubar.visible == true,locationbar.visible == true,window.defaultStatus ==true');

}

//-->

//-->
//Preisliste popup
<!--
function showpopup2()
{

var popupURL="preisliste/preisinfo.html";
var popup
popup=window.open(popupURL, "popup", 'toolbar=0,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=850,height=550,window.menubar.visible == true,locationbar.visible == true,window.defaultStatus ==true');

}

//-->
//Bestellung popup
<!--
function showpopup3()
{

var popupURL="./bestellung.php";
var popup
popup=window.open(popupURL, "popup", 'toolbar=0,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=1024,height=650,window.menubar.visible == true,locationbar.visible == true,window.defaultStatus ==true');

}

//-->
//Farbauswahl popup
<!--
function showpopup4()
{

var popupURL="./stone.html";
var popup
popup=window.open(popupURL, "popup", 'toolbar=0,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=830,height=610,window.menubar.visible == true,locationbar.visible == true,window.defaultStatus ==true');

}

//-->
//Farbauswahl popup
<!--
function showpopup5()
{

var popupURL="./latex.html";
var popup
popup=window.open(popupURL, "popup", 'toolbar=0,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=700,height=450,window.menubar.visible == true,locationbar.visible == true,window.defaultStatus ==true');

}

//-->
//Farbauswahl popup
<!--
function showpopup6()
{

var popupURL="../elite/galerie.html";
var popup
popup=window.open(popupURL, "popup", 'toolbar=0,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=850,height=650,window.menubar.visible == true,locationbar.visible == true,window.defaultStatus ==true');

}

//-->
//Farbauswahl popup
<!--
function showpopup7()
{

var popupURL="./prestige/galerie.html";
var popup
popup=window.open(popupURL, "popup", 'toolbar=0,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=850,height=650,window.menubar.visible == true,locationbar.visible == true,window.defaultStatus ==true');

}

//-->


function auswahlform1()
{
 window.open(document.Form1.Thema.options
[document.Form1.Thema.selectedIndex].value,"Fenster2");
}
// -->

//Online Bestellung (C)Amer Sabitovic
<!--

pps=0;

function spreis1()
{
pps1=0;
stz1=eval(document.form.fstz1.value);

if (stz1<100)              {pps1=16.5;}
if (stz1>99 && stz1<500)   {pps1=15.5;}
if (stz1>499 && stz1<1000) {pps1=14.5;}
if (stz1>999 && stz1<5000) {pps1=13.5;}

p1=stz1*pps1;
p1=p1.toFixed(2);

document.form.fapps1.value=pps1;
document.form.fap1.value=p1;
return true
}
function spreis2()
{
pps2=0;
stz2=eval(document.form.fstz2.value);

if (stz2<100)              {pps2=16.5;}
if (stz2>99 && stz1<500)   {pps2=15.5;}
if (stz2>499 && stz1<1000) {pps2=14.5;}
if (stz2>999 && stz1<5000) {pps2=13.5;}

p2=stz2*pps2;
p2=p2.toFixed(2);

document.form.fapps2.value=pps2;
document.form.fap2.value=p2;
return true
}
//-->
