function win(href)
	{
 		newwin = window.open(href, "", 'width=766, height=575, scrollbars=yes, status=yes');
		if(newwin.window.focus) {newwin.window.focus(); }
	}