var _major = parseInt(navigator.appVersion);
var _ie4up = ((navigator.appName == "Microsoft Internet Explorer") && (_major >= 4));
var _moz = ((navigator.appName == "Netscape") && (_major >= 5));

_pixadd = new Array();
_pix = new Array();

var _xpix = 0;
var _ypix = 0;

function picassogal(){
 while(_xpix <= eval(_pixadd.length-1)){
   _pix[_xpix] = new Array();
   while(_ypix <= eval(_pixadd[_xpix].length-1))
    {
     _pix[_xpix][_ypix] = new Image();
     _pix[_xpix][_ypix].src = _pixfolder[_xpix] + _pixadd[_xpix][_ypix];
     _testx =  _pixfolder[_xpix] + _pixadd[_xpix][_ypix];
     _ypix++;
    }
  _ypix = 0;
  _xpix++;
 }
}

function picasso(_name,_px,_py){
 if(_ie4up || _moz){document.images[_name].src = _pix[_px][_py].src;}
}

<!-- POPUP -->
 
  <!--
   function popup(breite, hoehe, ziel){
    var _popwidth = breite;
    var _popheight = hoehe;
    _xpos = (screen.width - _popwidth) / 2;
    _ypos = (screen.height - _popheight) / 2;
    var _eigenschaften = "width=" + _popwidth + ",height=" + _popheight + ", menubar=no, left=" + _xpos  + ",top=" + _ypos + ", resizable=yes, scrollbars=yes";
    _popup = window.open(ziel,"popup",_eigenschaften);
    _popup.focus();
   }
   

   function popupwithout1(breite, hoehe, ziel){
    
	var _popwidth = breite;
    var _popheight = hoehe;
    _xpos = (screen.width - _popwidth) / 2;
    _ypos = (screen.height - _popheight) / 2;
    var _eigenschaften = "width=" + _popwidth + ",height=" + _popheight + ", menubar=no, left=" + _xpos  + ",top=" + _ypos + ", resizable=no, scrollbars=no";
   _popup = window.open(ziel,"popupwithout1",_eigenschaften);
  _popup.focus();
   }
   
      function popupwithout2(breite, hoehe, ziel){
    
	var _popwidth = breite;
    var _popheight = hoehe;
    _xpos = (screen.width - _popwidth) / 2;
    _ypos = (screen.height - _popheight) / 2;
    var _eigenschaften = "width=" + _popwidth + ",height=" + _popheight + ", menubar=no, left=" + _xpos  + ",top=" + _ypos + ", resizable=no, scrollbars=no";
    _popup = window.open(ziel,"popupwithout2",_eigenschaften);
	_popup.focus();
   }
   
   function orderpopup(breite, hoehe, ziel){
    var _popwidth = breite;
    var _popheight = hoehe;
    _xpos = (screen.width - _popwidth) / 2;
    _ypos = (screen.height - _popheight) / 2;
    var _eigenschaften = "width=" + _popwidth + ",height=" + _popheight + ", menubar=no, left=" + _xpos  + ",top=" + _ypos + ", resizable=no, scrollbars=no";
    _popup = window.open("orderpopup.html","orderpopup",_eigenschaften);
    self.location.href = ziel;
   }

<!-- ENDE POPUP -->

<!-- ABFRAGE, OB DOMAIN LEERSTELLEN BESITZT -->

 function chk(){
 	if (document.forms[0].domain.value == ""){
 		alert("Please enter a domainname.");
 		return false;
 	}else{
 		document.forms[0].submit(); 
 	}
 }


<!-- ENDER DER ABFRAGE, OB DOMAIN LEERSTELLEN BESITZT -->

  //-->

