function gastgeber ( name ){
	wingast=window.open('gastgeber/index_mit_map.php?ID=' + name ,'Gastgeber','width=640,height=705,scrollbar=no,menubar=no,location=no,toolbar=no,resizable=no,status=no');
	wingast.focus();
}

function gastgeberstart (){
	parent.oben.uk()
//	parent.right.location.href ='gastgeber/gastgeber1.php';
//	parent.detail.location.href='gastgeber/gastgeber1a.php';
//	parent.leer.location.href  ='basic/blank.php?AdvMode=2&AdvKey=0&AdvComm=uk';
}

function tportal ( name ){
	win=window.open('tourenportal/tourportal_detail_2010.php?ID=' + name ,'Tourenportal','width=640,height=705,scrollbar=no,menubar=no,location=no,toolbar=no,resizable=no,status=no');
	win.focus();
}

function tportalstart() {
	parent.oben.tportal();
//	parent.right.location.href ='tourenportal/tourportal1.php';
//	parent.detail.location.href='tourenportal/tourportal1a.php';
//	parent.leer.location.href  ='basic/leer.php?AdvMode=2001&AdvKey=0&AdvComm=tportal';
}

