function newWin1(site) {
	portWindow = window.open(site,'OpenWindow',
	"width=900,height=700,scrollbars=yes,resizable=yes,top=50,left=50");
}