java error
why did i get this error
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729; BRI/2; AskTbUNI/5.14.1.20007; ibrytetoolbar_playbryte; BO1IE8_v1;ENUS)
Timestamp: Mon, 4 Jun 2012 20:42:48 UTC
Message: Object doesn't support this property or method
Line: 1
Char: 1
Code: 0
URI: overlay.js
im trying to create overylay having problems
$$('addgallery').addEvent('click', function() {
var band = this.getParent();
$('overlay-bg').setStyle('display', 'block');
var windowSize = window.getSize();
$('overlay-addgallery').setStyles({
'display': 'block'
});


