<!--
function winOp(link, target, width, height) {
	okno=window.open(link, 'target', 'toolbar="0",scrollbars="yes",resizeable="0",height=' + height + ',width=' + width + '');
}
// -->
