function popUp(url,name,style) {
	var w = window.open(url,name,style);
	w.focus();
	return false;
}
