<!--
function doWinopen(sTarget, sMenue, nWidth, nHeight) { if ((nWidth == '') && (nHeight
== '')) return; win = window.open('',
sTarget , sMenue + ',resizable=yes,scrollbars=yes,statusbar=no,top=0,left=0,width=' + nWidth + ',height=' + nHeight);

}





function full(target) {
window.open('', target, 'fullscreen=yes,resizable=yes,scrollbars=no');
}




//-->