function anzeigen(a)
{
document.location.href=a;
document.forms[0].reset();
document.forms[0].elements[0].blur();
}

var popWin;
function popupwindow(url, width, height)
{
 if(popWin)
 {
  popWin.close();
  popWin='';
 }
 popWin=window.open(url,"popWin","toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no,width="+ width +",height="+height);
 popWin.moveTo(150, 20);
 popWin.document.bgColor="#111111";
 popWin.document.write ("<html><head><title>Manta Point Scuba Diving Gallery - Khao Lak, Thailand</title></head>");
 popWin.document.write ("<body bgcolor='#000000' leftmargin='0' topmargin='0' marginheight='0' marginwidth='0'>");
 popWin.document.write ("<img src='"+url+"'>");
 popWin.document.write ("</body></html>");
}

function popupwindow2(url, width, height)
{
 if(popWin)
 {
  popWin.close();
  popWin='';
 }
 popWin=window.open(url,"popWin","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no,width="+ width +",height="+height);
 popWin.moveTo(150, 20);
 popWin.document.bgColor="#ffffff";
 popWin.document.write ("<html><head><title>Manta Point Scuba Diving Gallery - Khao Lak, Thailand</title></head>");
 popWin.document.write ("<body bgcolor='#000000' leftmargin='0' topmargin='0' marginheight='0' marginwidth='0'>");
 popWin.document.write ("<img src='"+url+"'>");
 popWin.document.write ("</body></html>");
}

function popupwindow3(url, width, height)
{
 if(popWin)
 {
  popWin.close();
  popWin='';
 }
 popWin=window.open(url,"popWin","toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no,width="+ width +",height="+height);
 popWin.moveTo(150, 20);
}
