function popup(url,w,h){
	popwin = open(url,"ablum","width="+w+",height="+h);
	popwin.focus();
}