function gotoURL()
{
	if(document.forms[0].schnellsuche.options[document.forms[0].schnellsuche.selectedIndex].value != ''){
	location.href = document.forms[0].schnellsuche.options[document.forms[0].schnellsuche.selectedIndex].value;
	}else{
	return false;
	}
}

function popup_600x500(url) {
window.open(url,"Dialog","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=500");
}
window.defaultStatus=' ';

function popup_600x400(url) {
window.open(url,"Dialog","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=100");
}
window.defaultStatus=' ';

function popup_800x600(url) {
window.open(url,"Dialog","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=600");
}
function popup_800x700(url) {
window.open(url,"Dialog","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=700");
}

window.defaultStatus=' ';

function popup_420x300(url) {
window.open(url,"Dialog","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=420,height=375");
}
window.defaultStatus=' ';

  var c2cframe = null;

  function openClickToCallFrame() {
    if(c2cframe != null) {
      if(!c2cframe.closed) {
        c2cframe.close();
      }
    }
    c2cframe = open("", "ClickToCallFrame", "width=315,height=400");
    return true;
  }

  function setCountrycode(countrycode) {
    document.callbackInitiationForm.countrycode.value = countrycode;
  }

  function setAreacode(areacode) {
    document.callbackInitiationForm.areacode.value = areacode;
  }

  function setPhone(phone) {
    document.callbackInitiationForm.phone.value = phone;
  }
  
  function inhaber(domain, tld) {
        url="http://www.united-domains.de/whois/whois.html?domain="+domain+"&tld="+tld;
 win=window.open(url,'neu','height=400,width=600,locationbar=no,menubar=0,status=0,resizable=yes,screenX=0,screenY=0,scrollbars=yes');
}

function markieren(theField)
{
	var tempval=eval("document."+theField);
	tempval.focus();
	tempval.select();
	if(document.all)
	{
		therange=tempval.createTextRange();
		therange.execCommand("Copy");
	}
}


  var c2cframe = null;
  function openClickToCallFrame2(userID, buttonID) {
    if(c2cframe != null) {
      if(!c2cframe.closed) {
        c2cframe.close();
      }
    }
/*
Wünschen Sie eine andere Sprache als im Call-Back-Office angegeben,
 kommentieren Sie einfach eine der nachfolgenden Zeilen ein:
(de=Deutsch, en=Englisch, fr=Französisch)*/
    c2cframe = open("http://www.a.hallo-kunde.com:80/callback/callbackinitiation.do" + 
                    "?NEW=NEW" + 
                    "&UserID=" + userID + 
                    "&BUTTONID=" + buttonID 
              //  +  "&Locale=de"
              //  +  "&Locale=en"
              //  +  "&Locale=fr"
                   , "ClickToCallFrame", "width=315,height=400,resizable=yes,left=50,top=50");
    return false;
  }

