function pop(url){
	var win=window.open(url,'srestpop','height=400,width=600,scrollbars=yes,resizable=1');
	if (win.focus){win.focus();}
}