function newwin(loc){
	anewwin = window.open(loc, "addwin", "resizable=no, scrollbars=auto, height=131, width=300, top='100', left='50' ");
}