function ss(s) {
	var w=window.open(s + ".html",s,"width=350,height=390");
	w.focus();}
