function do_click(src){ if (event.srcElement.tagName=='TD') { src.children.tags('A')[0].click(); } }

	function menu_hover(src)	{ src.style.cursor = 'hand';	src.className='head_menu_hover'; }
	function menu_out(src)		{ src.style.cursor = 'default';	src.className='head_menu'; }
	function smenu_hover(src)	{ src.style.cursor = 'hand';	src.className='menu_hover'; }
	function smenu_out(src)	{ src.style.cursor = 'default';	src.className='menu'; }


function openSPopup (url) {window.open(url,'openPop','width=670,height=280,top=20,left=20,screenX=0,screenY=0,toolbar=no,resizable=no,directories=no,status=no,menubar=no,location=no,scrollbars=no')}

function openVPopup (url) {window.open(url,'openPop','width=500,height=430,top=20,left=20,screenX=0,screenY=0,toolbar=no,resizable=no,directories=no,status=no,menubar=no,location=no,scrollbars=no')}

function news (url){window.open(url,'openPop','left= 1,top=1,width=500,height=350,scrollbars=auto,toolbars=no,resize=no,status=no')}

function kalender (url){
	window.open(url,'openPop','left=10,top=10,width=700,height=670,scrollbars=yes,toolbars=auto,resize=no,status=no')
	}
	
function setcard (url){window.open(url,'openPop','left=1,top=1,width=645,height=690,scrollbars=auto,toolbars=auto,resize=no,status=no')}

function tellyou (url){window.open(url,'openPop','left=10,top=10,width=610,height=400,scrollbar=auto,toolbars=auto,resize=no,status=no')}

function memory (url){window.open(url,'openPop','left=10,top=10,width=730,height=690,scrollbar=auto,toolbars=auto,resize=no,status=no')}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function vorschau(image_loc,img){ 
      HTML = "<html><head><title> [ Dröpkes >> Die Band ]</title><style>body{margin:0px 0px 0px 0px}</style></head><body onClick='top.close()' onBlur='top.close()'><img src=\""+ image_loc +"\" border=0 name=load_image onLoad='window.resizeTo(document.load_image.width+1,document.load_image.height+5)'></body></html>"; 
      popupImage = window.open('','_blank','toolbar=no,scrollbars=no'); 
      popupImage.document.open(); 
      popupImage.document.write(HTML); 
      popupImage.document.close(); 
     } 

	 


function aktion (image_loc,img){ 
      HTML = "<html><head><title> [ Die Dröpkes präsentieren >> ]</title><style>body{margin:0px 0px 0px 0px}</style></head><body onClick='top.close()' onBlur='top.close()'><img src=\""+ image_loc +"\" border=0 name=load_image onLoad='window.resizeTo(document.load_image.width+5,document.load_image.height+16)'></body></html>"; 
      popupImage = window.open('','_blank','toolbar=no,scrollbars=no'); 
      popupImage.document.open(); 
      popupImage.document.write(HTML); 
      popupImage.document.close(); 
     } 
