/* 
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Baumschulhandel & Landschaftsgestaltung Gerd Kalz");
return false;
}
return true;
}

if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

function keypressed() {
alert("Baumschulhandel & Landschaftsgestaltung Gerd Kalz");
}
// document.onmousedown=right;
document.onkeydown=keypressed;

*/

function stopErrors() {
 return true;
}
window.onerror = stopErrors;  


var popUpWin=0;
function popUpWindow(URLStr,hv)
{
if(popUpWin)
  {
  if(!popUpWin.closed) popUpWin.close();
  }
if (hv==1)
{
var width=300;	
var height=400;
var top=50;
var xx=screen.availWidth;
xx=xx/2;
xx=xx-147;
var left=xx;
popUpWin = open("", 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
testseite = popUpWin.document;
Inhalt="<html><head><link href='style.css' rel='stylesheet' type='text/css'><title>Gro&szlig;ansicht</title></head><body background='images/symbole/bitte-warten.gif' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' oncontextmenu='return false' onselectstart='return false' ondragstart='return false'><img src="+URLStr+" galleryimg='no'></body></html>";
testseite.open();
testseite.write(Inhalt);
testseite.close();
popUpWin.focus()

}

if (hv==2)
{
var width=600;	
var height=443;
var top=50;
var xx=screen.availWidth;
xx=xx/2;
xx=xx-300;
var left=xx;
popUpWin = open("", 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
testseite = popUpWin.document;
Inhalt="<html><head><link href='style.css' rel='stylesheet' type='text/css'><title>Gro&szlig;ansicht</title></head><body background='images/symbole/bitte-warten.gif' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' oncontextmenu='return false' onselectstart='return false' ondragstart='return false'><img src="+URLStr+" galleryimg='no'></body></html>";
testseite.open();
testseite.write(Inhalt);
testseite.close();
popUpWin.focus()

}

if (hv==4)
{
var width=780;	
var height=700;
if(screen.availHeight<700)
{
height=screen.availHeight-32;
width=screen.availwidth;
}

var top=0;
var tt=0;
var xx=screen.availWidth;
xx=xx/2;
xx=xx-390;
var left=xx;


if(screen.availHeight>800)
{
var tt=screen.availHeight;
tt=tt/2;
tt=tt-350;
top=tt;
}
popUpWin = open(URLStr, 'popUpWin22', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
popUpWin.focus()

}


else
{
var width=400;	
var height=300;
var top=50;
var xx=screen.availWidth;
xx=xx/2;
xx=xx-200;
var left=xx;
popUpWin = open("", 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
testseite = popUpWin.document;
Inhalt="<html><head><link href='style.css' rel='stylesheet' type='text/css'><title>Gro&szlig;ansicht</title></head><body background='images/symbole/bitte-warten.gif' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' oncontextmenu='return false' onselectstart='return false' ondragstart='return false'><img src="+URLStr+" galleryimg='no'></body></html>";
testseite.open();
testseite.write(Inhalt);
testseite.close();
popUpWin.focus()
}


}


if(parent.frames.length==0 && parent.frames.document.title != "Baumschulhandel und Landschaftsgestaltung Gerd Kalz - Start")
{
location.href="index.htm";
}


