function popup(url,title,width,height){
	window.open(url,"","toolbar=0, resize=1, scrollbars=0, status=1, width="+width+", height="+height);
}
