function newwinr1(loc){
	anewwin = window.open(loc, "addwin1", "resizable=no, scrollbars=no, height=640, width=480, top='0', left='0' ");
}
