function txOpenImprint(query, lang) //v1.0
{
	
	if(!lang) lang = 'de';
	
  var nu = (lang == 'de')? "http://www.thrixxx.at/thrixxx_imprint.php" : "http://www.thrixxx.com/thrixxx_imprint.php";
  var p  = "width=325,height=225,left=0,top=0,dependent=0,directories=0,hotkeys=0,location=0,"+
           "menubar=0,personalbar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0";

  if (query && query.length) {
    nu+= "?"+query;
  }

  window.open(nu, "THRIXXXIMPRINT", p);
}

