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