function popup(u){ 
	var w=window.open(u,"","height=450,width=700,left=80,top=80," +
	"location=yes,titlebar=yes,toolbar=yes," +
	"resizable=yes,scrollbars=yes, menubar=yes, status=yes,dependent=yes");
}
