function show(url) {
	newwindow=window.open(url,'name','status=0,toolbar=0,location=0,menubar=0,resizable=1,scrollbars=1,height=390,width=450');
	if (window.focus) {newwindow.focus()}
	return false;
}
