<!--
var neu = null;     
function PVG() {
neu = window.open('', '', 'left=10,top=5,height=640,width=930,scrollbars=yes,toolbar=yes,status=yes');
              if (neu != null) {
              if (neu.opener == null) {
              neu.opener = self;
              }
             neu.location.href = 'http://www.gutzeit-paletten.de/framestart.htm';
      }
}
//-->
