
function special(breit,hoch,oben,links,datei) {
 	var Fenster = window.open(datei + '.html','special','scrollbars=no,top=' + oben + ',left=' + links + ',width=' + breit + ',height=' + hoch + ',location=no,menubar=no,resizeable=no,status=yes,personalbar=no,toolbar=no');
}

function specialbild(img,txt,breit,hoch) {
var w = open("", "special", "top=70,left=50,scrollbars=no,locationbar=no,menubar=no,resizeable=no,statusbar=no,toolbar=no,personalbar=no")
w.innerWidth = breit;
w.innerHeight = hoch;
w.document.open("text/html");
w.document.writeln('<!DOCTYPE HTML PUBLIC "-/' + '/W3C/' + '/DTD HTML 4.0 Transitional/' + '/EN">');
w.document.writeln('<html><head><title>karina - qanir - party - ' + txt +'</title>');
w.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
w.document.writeln('<meta http-equiv="Content-Script-Type" content="text/javascript">');
w.document.writeln('<meta http-equiv="Content-Style-Type" content="text/css">');
w.document.writeln('<meta http-equiv="content-language" content="de">');
w.document.writeln('<META NAME="revisit-after" CONTENT="30 days">');
w.document.writeln('<META NAME="pragma" CONTENT="no-cache">');
w.document.writeln('<META NAME="owner" CONTENT="karina@qanir.de"> ');
w.document.writeln('<META NAME="title" CONTENT="karina - qanir - ' + txt + '"> ');
w.document.writeln('<meta name="author" content="karina bartusch">');
w.document.writeln('<meta name="description" content="karina bartusch - qanir - buzztart - djane & programmiererin">');
w.document.writeln('<meta name="keywords" content="karina bartusch, qanir, buzztart, djane, djanekarina, programmiererin, berlin, rock, electro, elektro, wave, indie, alternative, bastard pop, nu metal, crossover, ebm, darkwave, industial, gothic, big beat, grunge, dac, dat20, native25, schwuz, subworxx, mudd club, party, monika">');
w.document.writeln('</head><body bgcolor="#000000" text="#ffffff">');
w.document.writeln('<div id="bild" style="LEFT: 0px; TOP: 0px; POSITION: absolute; VISIBILITY: visible; Z-INDEX: 1">');
w.document.writeln('<a href="" onmousedown="window.close();"><img src="img/' + img + '" alt="' + txt + '" border="0"></a>');
w.document.writeln('</div></body></html>');
w.document.close();
}

function qanir() {
	var Fenster = window.open('qanir.html','qanir','scrollbars=no,width=461,height=375,top=20,left=20,location=no,menubar=no,resizeable=no,status=yes');
}

function Mp3() {
	var Fenster = window.open('mp3/index.html','qanir_mp3','scrollbars=no,width=500,height=300,top=10,left=10,location=no,menubar=no,resizeable=no,status=no');
}

function dj() {
	var Fenster = window.open('djanewerdegang.html','djanekarina','scrollbars=no,width=461,height=415,top=20,left=20,location=no,menubar=no,resizeable=no,status=yes');
}

function bildergalerie() {
	var Fenster = window.open('bilder.html','bilder','width=885,height=650,top=0,left=0,location=no,menubar=no,resizeable=no,status=yes');
}

function musikforum(seite) {
 	var Fenster = window.open(seite,'forum','scrollbars=yes,width=780,height=580,top=20,left=20,location=no,menubar=no,resizeable=no,status=yes');
}


