
function fensterdemo1()
{
window.open ("cs.html","","status=1,scrollbars=1,resizable=no,menubar=no,toolbar=no,location=no,width=890,height=490,top=0,left=0");
 }


/*ersetzt das target, welches in xhtml strict nicht erlaubt ist*/

function ct(obj) {
obj.target = '_blank';
}

