function popup(url,width,height){
	window.open(url,'','width='+width+',height='+height);
}
