
function fram() {
if (this.name ==!'main') {
x="Ośrodek Psychoterapii Systemowej"
document.title=x
document.write('<table class="ops1left" width="300"  border="0">  <tr>  <td width="30" rowspan="2"><div align="center"><img src="images/inf.gif" width="20" height="20"></div></td>');
document.write('<td width="270">to jest tylko fragment serwisu <br>Ośrodka Psychoterapii Systemowej</td>  </tr>  <tr>    <td><a href="index.html"><b>Przejdź do strony głównej OPS</b></a></td>  </tr></table>');
document.write('<hr>')}
}

function otworz1(tytul_okna,nazwa,wpis,szer,wys) {
config='toolbar=no,location=no,directories=no,status=no,menubar=no, width='+szer+',height='+(wys+60)+', top=20, left=20 ';  //width='+szer+',height='+(wys+50)+',
config += 'scrollbars=no,resizable=no'
podglad=window.open('','',config)
podglad.document.write('<head>');
podglad.document.write('<TITLE>'+tytul_okna+'</title>');
podglad.document.write('<link rel="stylesheet" type="text/css" href="style/x_white.css">');
podglad.document.write('</head>');
podglad.document.write('<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">');
podglad.document.write('<p><img src="'+nazwa+'" width="'+szer+'" height="'+wys+'"><p align="center" style="text-align: center">'+wpis+'</p></body>');
podglad.focus();
}