function popup(album, picture, sort, order, size_width, size_height) {
	
	var wnd = window.open('./gallery_show.php?album='+album+'&pid='+picture+'&sort='+sort+'&order='+order,'','menubar=no,toolbar=no,resizable=no,scrollbars=yes,status=no,left=0,top=0,width='+(size_width + 20)+',height='+(size_height + 20)+'');
	
}

