function newwin(url)
 {
 	var w = window.open(url);
 	w.location=url;
 	w.focus();
 }
