function resizeWin(newLoc, newWidth, newHeight) { if(newLoc == '') newWin = open('',newLoc,'scrollbars=yes,resizable=yes,status=no,height=' + newHeight + ',width=' + newWidth); else newWin = open('',newLoc,'scrollbars=no,resizable=no,status=no,height=' + newHeight + ',width=' + newWidth); } function mover(ob){ ob.style.border = "3px solid red"; ob.style.background = "blue"; ob.style.color = "white"; } function mout(ob){ ob.style.border = "none"; ob.style.background = "transparent"; ob.style.color = "black"; } function change_txt(id){ win_cht = window.open('http://e-noclegi.net.pl/inc/ch_tx.php?id='+id+'&uid=112&uri=/home/ika/public_html/tatrzanski.dworek/index_cms.php&ruri=e-noclegi.net.pl%2Ftatrzanski.dworek%2Findex_cms.php%3Fenlgg%3D112', 'txch', 'top=0, left=0, width=650, height='+(screen.availHeight*0.8)+', scrollbars, resizable '); win_cht.focus(); } function change_pic(id){ win_chp = window.open('http://e-noclegi.net.pl/inc/ch_pi.php?id='+id+'&uid=112&uri=/home/ika/public_html/tatrzanski.dworek/index_cms.php&ruri=e-noclegi.net.pl%2Ftatrzanski.dworek%2Findex_cms.php%3Fenlgg%3D112', 'pich', 'top=0, left=0, width=650, height='+(screen.availHeight*0.8)+', scrollbars, resizable '); win_chp.focus(); }