function openPicture($obj){
	var $tmp = new Svincs.Window.Popup();
	var img = $tmp.image($obj);

//	$tmp.div.onmouseover = function (){
//		this.style.cursor = 'default';
//		Svincs.Draging.Event(this);
//		Svincs.Draging.Event($tmp.iframe);
//	};
//	img.onmouseover = function (){
//		this.style.cursor = 'pointer';
//		return false;
//	}
//
	return false;
}