
/* - addbookmark.js - */
// http://amos.cyfronet.com:8080/odnowa_org/portal_javascripts/addbookmark.js?original=1
﻿function NGL_AddBookmark(){if((typeof window.sidebar=="object")&&(typeof window.sidebar.addPanel=="function")) window.sidebar.addPanel("Odnowa.org",location.href,"");else if(typeof window.external=="object") window.external.AddFavorite(location.href,"Odnowa.org");else if(window.opera&&document.createElement){var a=document.createElement('A');if(!a) return false;a.setAttribute('rel','sidebar');a.setAttribute('href',location.href);a.setAttribute('title',"Odnowa.org");a.click()}}
function getel(id){var el;if(document.getElementById){el=document.getElementById(id)} else if(document.all){el=document.all[id]}
return el}
function manage_corners(){var maintable=getel("portal-columns")
if(maintable&&maintable.rows[0].cells.length==5){var lc=getel('left_corner_img')
if(lc)
lc.src="rog_main.gif"
var mc=getel('main_corner_img')
if(mc)
mc.src="rog_main.gif"}}

