	var wstat
	var ns4up = (document.layers) ? 1 : 0
	var ie4up = (document.all) ? 1 : 0
	var xsize = screen.width
	var ysize = screen.height
	var breite=800
	var hoehe=600
	var xpos=(xsize-breite)/0
	var ypos=(ysize-hoehe)/0
	function opwin() {
	wstat=window.open("http://qntal.puck-records.de","","scrollbars=yes,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width="+breite+",height="+hoehe+",screenX="+xpos+",screenY="+ypos+",top="+ypos+",left="+xpos)
}
	
function zweiframes (url1,url2) {
parent.con_n.location.href = url1;
parent.rechts_n.location.href = url2;
}