function openUp(url,name,features) {
	var win = window.open(url,name,features);
               win.focus();
	}
