function Anzeigen()
{
window.defaultStatus='K.O.P.G.';
}

function Sprache(link)
{
top.menuekopg.location=link;
}

function Test()
{
document.tongue.submit();
top.menuekopg.location='menue.php?lang='+spr;
}

function Rechne()
{
a = document.order.stk.value;
var cdprs = a*12;

if(document.order.versand[0].checked == true)
 {
 document.order.land.value = '�sterreich';
 y = 1.25;
 }
if(document.order.versand[1].checked == true)
 {
 document.order.land.value = '';
 y = 3.5;
 }
if(document.order.versand[2].checked == true)
 {
 document.order.land.value = '';
 y = 5.25;
 }

var gesamt = cdprs + 1 + y;

document.order.preis.value = cdprs;
document.order.porto.value = y;
document.order.total.value = gesamt;
}

 function Open(ziel,a,b)
 {
 var winopts = "width="+a+",height="+b+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,left=10,top=10";
 window.open(ziel, "zeig", winopts);
}

