if(typeof(article) == "undefined" || article == null) var article = new Object();
if(typeof(article.picturelist) == "undefined"){
	article.picturelist = new Object();
	article.picturelist.onClick = function(id){
		var w=window.open(siteRoot+'popup.php?pic_id='+id,'ASPicturePopup','width='+this.width+',height='+this.height+',scrollbars=yes');
	}
}

