function Start()
   {
   window.defaultStatus ='        L I V O N I A  -  Musik aus Estland';
   }

function ShowSub(site)
 {
 parent.main.location.href = site;
 }

function Lang(URL1,URL2,wcm)   
{  
 parent.frames[1].location.href=URL1;
 parent.frames[2].location.href=URL2;
 Sprache(wcm);
} 


function Sprache(wcm)
{
  if(wcm == "eng")
  document.getElementById("Spr").firstChild.nodeValue = "Music from Estonia";
  if(wcm == "est")
  document.getElementById("Spr").firstChild.nodeValue = "eesti folk";
  if(wcm == "deu")
  document.getElementById("Spr").firstChild.nodeValue = "Musik aus Estland";
}

 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);
}

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.75;
 }
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;
}
