function rep_change_window_open(addr) 
{
	win1 = open(addr,"win1","menubar=no,status=no,toolbar=no,width=600,height=225");
}

