// JavaScript Document


//-- l i v e ---

function fotos_ff(){
  window.open("fotos.php","Live","width=456,height=360,left=220,top=250,status=no,scrollbars=no,resizable=no");Live.focus();
}


//-- s h o p ---

function bestellung(){
  window.open("bestellung.php","Shop","width=300,height=400,left=80,top=150,scrollbars=yes");Shop.focus();
}


function bestellung_index(){
  window.open("/php/bestellung.php","Shop","width=300,height=400,left=80,top=150,scrollbars=yes");Shop.focus();
}


