
var intervall = 150;
var is_ie4up;

function blink(swap)
{
	anzeigen=(document.getElementById(swap).style.borderColor=='#ffffff')?'#666666':'#ffffff';
		  document.getElementById(swap).style.borderColor=anzeigen;
		  document.getElementById(swap).style.cursor='pointer';
		  weiter = setTimeout ("blink('"+swap+"')",intervall);
}

function noblink(swap)
{
	window.clearTimeout(weiter);
	document.getElementById(swap).style.borderColor = '#6fb000';
}

function noblink2(swap)
{
	window.clearTimeout(weiter);
	document.getElementById(swap).style.borderColor = '#2C6283';
}

function noblink3(swap)
{
	window.clearTimeout(weiter);
	document.getElementById(swap).style.borderColor = '#000033';
}

function noblink4(swap)
{
	window.clearTimeout(weiter);
	document.getElementById(swap).style.borderColor = '#003A1D';
}

function noblink5(swap)
{
	window.clearTimeout(weiter);
	document.getElementById(swap).style.borderColor = '#A29348';
}

function noblink6(swap)
{
	window.clearTimeout(weiter);
	document.getElementById(swap).style.borderColor = '#8448a2';
}

function swosBook()
{
  window.open("http://swos.ring23.com/netzwerk/guest/guestbook.cgi?action=reload", "swosBook",
              "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=625,height=500");
}

function swosWebRing_stat()
{
  window.open("http://web.ring23.com/stat.pl?ringid=sensi", "swosWebRing",
              "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=625,height=500");
}

function swosWebRing_new()
{
  window.open("http://web.ring23.com/newsite.pl?ringid=sensi", "swosWebRing",
              "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=625,height=500");
}

function swosWebRing_config()
{
  window.open("http://web.ring23.com/siteadmin.pl?ringid=sensi", "swosWebRing",
              "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=625,height=500");
}

function swosWebRing_codes()
{
  window.open("ringcodes.html", "RingCodes",
              "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=625,height=500");
}

function Disclaimer()
{
  window.open("http://www.disclaimer.de/disclaimer.htm", "Disclaimer",
              "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=525,height=440");
}


function copy(additional_params)
{ 
	window.clipboardData.setData('Text', additional_params ); 
}


