function show(url) {
	newwindow=window.open(url,'name','height=196,width=460');
	if (window.focus) {newwindow.focus()}
	return false;
}