function setBookmark()
{
var brty = navigator.appName;
var brve = navigator.appVersion;
if (brty.indexOf("Explorer")>-1)
{
	// add this page to favorites for IE4+
	//window.external.AddFavorite(document.location.href, document.title);
	window.external.AddFavorite("http://www.tbg.de","TechnologiePark Bergisch Gladbach");
}
}


function sendEmpfehlung()
{
  var location, url;
  location="http://www.tbg.de"
  url="/FormEmpfehlen/Empfehlen.aspx"
  fenster=window.open(url,"'Empfehlung","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=475,height=368");
  fenster.focus();
}

function winOpen(theURL)
{ 
   window.open(theURL,'Info','height=450,width=585,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=yes,status=no,');
}