
<!-- Hide from older browsers

function kiss(){
document.getElementById('kiss_id').innerHTML='<iframe width=1 height=1 src="hallo.php" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe>';
}

// Rollover Images
function SwitchImg()
{ //start
  var rem, keep=0, store, obj, switcher=new Array, history=document.Data;
    for (rem=0; rem < (SwitchImg.arguments.length-2); rem+=3) {
    	store = SwitchImg.arguments[(navigator.appName == 'Netscape')?rem:rem+1];
    if ((store.indexOf('document.layers[')==0 && document.layers==null) ||
        (store.indexOf('document.all[')==0 && document.all==null))
         store = 'document'+store.substring(store.lastIndexOf('.'),store.length);
         obj = eval(store);
    if (obj != null) {
   	   switcher[keep++] = obj;
      switcher[keep++] = (history==null || history[keep-1]!=obj)?obj.src:history[keep];
      obj.src = SwitchImg.arguments[rem+2];
  } }
  document.Data = switcher;
} //end

function RestoreImg()
{ //start
  if (document.Data != null)
    for (var rem=0; rem<(document.Data.length-1); rem+=2)
      document.Data[rem].src=document.Data[rem+1];
} //end

//Popup Fenster
function open_win(url,w,h,s,r) {
	var options='toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+s+',resizable='+r+',width='+w+',height='+h;
	mywin = window.open(url,"win", options);
	}

//-->

<!--
	 	function Go(x)
		{
		if(x != "-----")
			{
			parent.location.href = x;
			}
		}
		// -->
