function imagewin () {
  NI = window.open("", "bilddownload", "height=350,width=400");
  NI.focus();
} 

function pw_alert(txtALERT,lng)
{
alert(txtALERT);
location.href="http://bestinfo.at/pages/_reset_and_redirect.php?lng="+lng;
}