function launchWin(winurl) {
	var newWin = window.open(winurl, "finderWin", "width=700,height=550,toolbar=no,location=no,resizable=yes,scrollbars=auto,left=200,top=200");
			}
