function popup(url, width, height, name) {
   	myCMSFenster = window.open(url,name,'width=' + width + ',height=' + height + ',status=yes,resizable=yes,menubar=no,locationbar=no,scrollbars=yes,dependent=yes' );
}

function popupmenu(url, width, height, name) {
   	myCMSFenster = window.open(url,name,'width=' + width + ',height=' + height + ',status=yes,resizable=yes,menubar=yes,toolbar=yes,locationbar=no,scrollbars=yes,dependent=yes' );
}
	
if(top.frames.length > 0)
   	top.location.href=self.location;
	
function conf() { 
	check = confirm("Wollen Sie das wirklich?");
	return check; 
}
	
function conf_exp2nor() { 
	check = confirm("Beim Wechsel des Modus gehen Änderungen verloren!");
	return check; 
}

function strecke_anreisser(strecke, text) {
    document.write("<a href=\"javascript:popup('/popup_fs.php?myELEMENT=238802&amp;album_id=" + strecke + "&amp;foto_id=1','770','600','FOTOSTRECKE')\">" + text + "</a>");
}

