



function Detailansicht(file) {
	htmlfile = file + '.html'
    var newWindow =
    window.open(htmlfile,"Detailansicht","height=420,width=420,scrollbars=no,resizable=yes")
}


function Detailansicht2(file) {
	htmlfile = file + '.php'
    var newWindow =
    window.open(htmlfile,"Detailansicht","height=627,width=523,scrollbars=no,resizable=yes")
}


function Detailansicht3(file) {
	htmlfile = file + '.php'
    var newWindow =
    window.open(htmlfile,"Detailansicht","height=250,width=400,scrollbars=no,resizable=yes")
}
