function Laden(was,war){
parent.intro.document.location.href=was;

x=parent.menue.document.forms[0].value=war+"."+"htm";

}
function Pr_weiter(was,war){
parent.parent.intro.document.location.href=was;

x=parent.parent.menue.document.forms[0].value=war+"."+"htm";

}


function FrameLaden(){

war=parent.parent.menue.document.forms[0].value;
window.frames[0].document.location.href=war;
/*if (war=="bio.htm"){
window.frames[1].document.location.href=war;
//parent.parent.menue.document.getElementById("D").style.visibility="hidden";
}else{
window.frames[0].document.location.href=war;
}*/
}



function F_laden(url,name){
F=window.open(url,name,"width=500,height=550,toolbar=no,status=no, menubar=no, scrollbars=yes,resizable=yes");
F.moveTo( 0,150);
} 

function loadDoc(was){
	parent.intro.location.href=was;	
	//wohin.location.href=was;
	
}

function CDsF(was,name,w,h,x,y){

attr="width="+w+","+"height="+h;
cdF=window.open(was,name,attr,"toolbar=no,status=no, resizable=no, menubar=no,titlebar=no,title=no");
cdF.moveTo( screen.availWidth-x,screen.availHeight-y);
}


function Dscroll(){
/*parent.intro.document.getElementById("listing_T_").style.visibility="visible";*/
parent.intro.scrollTo(0,0);
}
function cdRoll(wer,name){
document.forms[0].elements[0].value=wer+"      "+"' "+name+" '"; 
}
function nocdRoll(){
document.forms[0].elements[0].value="";
}
function cdGO(cd){
url="discogr.htm"+"#"+cd;
parent.intro.location.href=url;
}


function go_Chr_D(N){
url="discogr.htm"+"#"+N;
parent.intro.location.href=url;
}

function soundF(was){
cdF=window.open(was,"sound","width=500,height=350,left=100,top=200,toolbar=no,status=no,resizable=yes,menubar=no,titlebar=no,title=no");
}