// -----------------------------
// Cookie for the Merkliste. 
// -----------------------------

function chcookie() {
  if(document.cookie && document.cookie.indexOf("MerklisteVoll=1") != -1) {
    //document.images["mkliste"].src = "/fileadmin/img/leftnav/ml_o.gif";
    document.getElementById("mkliste").style.background="url(/fileadmin/img/leftnav/tml_o.gif)";
  }
  return false;
}


// -----------------------------
// Open the gallery window. 
// -----------------------------
function openGalerie(URL)
{
  yshow=window.open(URL,'xywin','width=520,height=500,resizable=0,scrollbars=0,toolbar=0,status=0,left=250,top=250');
  yshow.focus()
}


function printlayout()
{
  //new_href = location.href + '&layout=print';

 ( location.href.search(/\?/) == -1 ) ? new_href = location.href + '?layout=print' : new_href = location.href + '&layout=print' ;  	

  window.open( new_href, "Druckversion", "width=500,height=600,left=100,top=20,resizable=1,scrollbars=1,toolbar=0,status=0");
}